nbuser wrote:
> I am making a remote call to EJB. The EJB gets the data form database using
> JPA and builds a Data Transfer Object that has Lists containing other POJO
> objects. The EJB then sends the DTO to client.
> I am getting the following error. Aren't Toplink libraries loded in
> GlassFish? Please help!
They are. They might not be available on your client.
-marina
>
> Oct 11, 2007 5:39:42 PM com.sun.corba.ee.impl.encoding.CDRInputStream_1_0
> read_value
> WARNING: "IOP00810257: (MARSHAL) Could not load class
> oracle.toplink.essentials.indirection.IndirectList"
> org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 257 completed: Maybe
> at
> com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9684)
> at
> com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9699)
> at
> com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1042)
> at
> com.sun.corba.ee.impl.encoding.CDRInputStream.read_value(CDRInputStream.java:475)
> at
> com.sun.corba.ee.impl.io.IIOPInputStream.inputObjectField(IIOPInputStream.java:1974)
> ........
>