I try to pass a complex data tree to create a bean managed persistence
entity bean.
The tree contains of the root node which contain a vector of nodes.
These nodes can also contain a vector of nodes.
If the vector of the subsub nodes is empty, it works. If the vector also
contains nodes the following exception occurs:
 
C:\Programs\JBuilder\Foundation4.0\jdk1.3\bin\javaw -classpath "R:\shared\ProjectDiary\development\ProjectDiary\zclasses;C:\Programs\orion\jndi.jar;C:\Programs\orion\ejb.jar;C:\Programs\orion\orion.jar;C:\Programs\orion\jdbc.jar;C:\Programs\JBuilder\Foundation4.0\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\Programs\JBuilder\Foundation4.0\jdk1.3\jre\lib\i18n.jar;C:\Programs\JBuilder\Foundation4.0\jdk1.3\jre\lib\jaws.jar;C:\Programs\JBuilder\Foundation4.0\jdk1.3\jre\lib\rt.jar;C:\Programs\JBuilder\Foundation4.0\jdk1.3\jre\lib\sunrsasign.jar;C:\Programs\JBuilder\Foundation4.0\jdk1.3\lib\dt.jar;C:\Programs\JBuilder\Foundation4.0\jdk1.3\lib\tools.jar"  at.scch.projectdiary.client.DiaryTestClient
com.evermind.server.rmi.OrionRemoteException: Method invocation failed (Invalid return command: 6)
at com.evermind.server.rmi.bb.invokeMethod(JAX)
at com.evermind.server.rmi.a2.invoke(JAX)
at com.evermind.server.rmi.a3.invoke(JAX)
at __Proxy1.create(Unknown Source)
at at.scch.projectdiary.client.DiaryTestClient.<init>(DiaryTestClient.java:81)
at at.scch.projectdiary.client.DiaryTestClient.main(DiaryTestClient.java:123)
Does anybody know whats the problem??
 
Thanks!
---------------
Thomas Ziebermayr
 
Software Competence Center Hagenberg GmbH
Softwarepark Hagenberg, Hauptstraße 99
A-4232 Hagenberg, Austria
Tel.: +43 7236 3343 890
http://www.scch.at
mailto:[EMAIL PROTECTED]
 

Reply via email to