Hi,

I just try to make a RMI/IIOP program use JBoss,the server side is an EJB 
and its class is tstejb.WellDayData,the client is a java application.

When I test this program,it generate following exception:


[ Property "jacorb.hashtable_class" not present. Will use default 
hashtable implementation ]

[ ConnectionManager: created new conn to target 10.68.168.68:8683 ]

[ Trying to connect to 10.68.168.68:8683 ]

[ Succeeded to connect to 10.68.168.68:8683 ]

[ ConnectionManager: found conn to target 10.68.168.68:8683 ]

java.lang.ClassCastException: Unable to load class: 
org.omg.stub.tstejb._WellDayDataHome_Stub

        at 
com.ibm.rmi.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:269)

        at 
javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:136)

        at 
javaclt.WellDayDataTestClient1.<init>(WellDayDataTestClient1.java:31)

I'm sorry but I don't know what is _WellDayDataHome_Stub,how can I get it 
and where should I put it.

Please help me.

Lee


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to