[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Cannot use CC-SDM 20100802 on Enterprise Client 4  XML
Forum Index -> All Issues
Author Message
cvieira

Power User

Joined: 08/07/2010 21:46:40
Messages: 59
Offline

Hi, i installed EC 4 from scratch, and then i installed SDM 20100802, but cannot see any SDM tool on the editor... on EC 3 i got no problems on this.

My steps were:
1. unzipped EC 4 files to directory <SOME_DIRECTORY>
2. copied war files to existing tomcat dir
3. unzipped SDM 20100802 to <SOME_DIRECTORY>
4. Started editor and created new project with success

I need now to inject SDM into project, but i don't see any tool "Structured Data Manager" on the tools options...

Am i doing something wrong?

Thanks,
Carlos V.

--
Carlos Vieira
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi Carlos,

thanks for your message.
sorry - we need to update SDM on the download site: we will provide the newest version till tomorrow morning.

Regards, Björn


Björn Müller, CaptainCasa GmbH
cvieira

Power User

Joined: 08/07/2010 21:46:40
Messages: 59
Offline

Hi Bjorn, Many Thanks!
Regards,
Carlos V.

--
Carlos Vieira
cvieira

Power User

Joined: 08/07/2010 21:46:40
Messages: 59
Offline

Hi Bjorn,

Where can i find SDM update for download?

Thanks!

--
Carlos Vieira
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi,

I am sorry, I forgot to update the web page. Now it is updated and points to the 20110404 version of SDM.

Please note: we changed the configuration screens for SDM. So the docu is not really in sync when it comes to screenshots...

Regards, Björn

Björn Müller, CaptainCasa GmbH
cvieira

Power User

Joined: 08/07/2010 21:46:40
Messages: 59
Offline

Hi Bjorn, Many Thanks!

Let me know just this please, if you don't mind:
* current release of SDM is still BETA software? If yes, there is any milestone for the stable release?
* Is there any complete working example, showing the capabilities of SDM?

Also, when running SDM, and make a simple example project with a couple of entities, i always get an exception when trying to use one of the created entities, after login. The other existing entities like attachments, etc... are Ok....

Just posting part of the exception:

Code:
 Server side:
 
 javax.servlet.ServletException: Index: 0, Size: 0
 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:325)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:306)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 [...]
 Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
 	at java.util.ArrayList.RangeCheck(Unknown Source)
 	at java.util.ArrayList.get(Unknown Source)
 	at org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.checkIfColumnIsRendered(FIXGRIDComponent.java:2134)
 	at org.eclnt.jsfserver.elements.impl.FIXGRIDComponent.encodeChildren(FIXGRIDComponent.java:741)
 [...]
 
 Client side
 
 java.io.IOException
 java.io.IOException: Server returned HTTP response code: 500 for URL: <a href="http://localhost:50000/ccsdmfirst/faces/ccapporpages/start.jsp;jsessionid=EC94A538823BE3A28AABB000354EC3DB" target="_blank" rel="nofollow">http://localhost:50000/ccsdmfirst/faces/ccapporpages/start.jsp;jsessionid=EC94A538823BE3A28AABB000354EC3DB</a>
 


Best Regards,

--
Carlos Vieira
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi,
please attache the ccappor.metadata.xml file that is created in src_webinf dircetory. Thanks!
Björn

Björn Müller, CaptainCasa GmbH
cvieira

Power User

Joined: 08/07/2010 21:46:40
Messages: 59
Offline

Hi Bjorn,

Here is the file contents:

Code:
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <mdApplication>
     <id>ccsdmfirst</id>
     <dispatcherId>d</dispatcherId>
     <text>Structured Data Manager Application</text>
     <packages>
         <id>first.data</id>
     </packages>
     <packages>
         <id>first.ui</id>
     </packages>
     <packages>
         <id>first.logic</id>
     </packages>
     <entities>
         <id>customer</id>
         <package>first.data</package>
         <daoPackage>first.data</daoPackage>
         <logicPackage>first.logic</logicPackage>
         <uiPackage>first.ui</uiPackage>
         <text>Customer</text>
         <multiClient>true</multiClient>
         <withLiteralManagement>true</withLiteralManagement>
         <withOneLanguageOnly>false</withOneLanguageOnly>
         <withImageManagement>false</withImageManagement>
         <withStatusManagement>false</withStatusManagement>
         <properties>
             <id>customerId</id>
             <key>true</key>
             <text>Customer Id</text>
             <dataType>guid</dataType>
             <length>0</length>
             <linkedWithinOwnObject>false</linkedWithinOwnObject>
             <status>false</status>
             <mandatory>true</mandatory>
             <flush>false</flush>
             <hide>false</hide>
             <logicBeanProperty>false</logicBeanProperty>
             <virtualTextProperty>false</virtualTextProperty>
         </properties>
         <properties>
             <id>name</id>
             <key>false</key>
             <text>Name</text>
             <dataType>String</dataType>
             <length>200</length>
             <linkedWithinOwnObject>false</linkedWithinOwnObject>
             <status>false</status>
             <mandatory>false</mandatory>
             <flush>false</flush>
             <hide>false</hide>
             <logicBeanProperty>false</logicBeanProperty>
             <virtualTextProperty>false</virtualTextProperty>
         </properties>
         <functions>
             <id>delete</id>
             <text>Delete</text>
             <type>delete</type>
             <hide>false</hide>
         </functions>
     </entities>
     <includedApplications>eclntccapporbaseapps</includedApplications>
 </mdApplication>
 


I also noticed the following exception when clicking on Configuration->Input Status->By Status

Code:
 javax.servlet.ServletException: java.lang.Error: java.lang.NullPointerException
 	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:325)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:306)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 	at org.eclnt.jsfserver.util.ThreadingFilter.doFilter(ThreadingFilter.java:269)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:244)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 	at org.eclnt.ccappor.rt.context.ThreadContextFilter.doFilter(ThreadContextFilter.java:69)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:244)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 	at org.eclnt.jsfserver.util.CompressionFilter.doFilter(CompressionFilter.java:33)
 


Regards,

--
Carlos Vieira
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi,
yes, can reproduce... stupid bug in the Literal Management. Will come with a fix...
Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> All Issues
Go to:   
Powered by JForum 2.1.6 © JForum Team