persistence@glassfish.java.net

Could not load class oracle.toplink.essentials.indirection.IndirectList

From: nbuser <tkale_at_w3apps.com>
Date: Thu, 11 Oct 2007 14:55:37 -0700 (PDT)

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!

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)
........

-- 
View this message in context: http://www.nabble.com/Could-not-load-class-oracle.toplink.essentials.indirection.IndirectList-tf4610212.html#a13165560
Sent from the java.net - glassfish persistence mailing list archive at Nabble.com.