Re: [JBoss-user] Unable load stub in rmi/iiop application

2002-06-16 Thread Francisco Reverbel
PROTECTED] cc: Subject:Re: [JBoss-user] Unable load stub in rmi/iiop application You probably have an EJB interface named org.omg.stub.tstejb.WellDayData for which is also defined the EJBHome interface which name must be org.omg.stub.tstejb.WellDayDataHome

Re: [JBoss-user] Unable load stub in rmi/iiop application

2002-06-14 Thread Gerard BUNEL
,then it work. Who can tell me why? Gerard BUNEL [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 2002-06-13 18:55 Please respond to jboss-user To: [EMAIL PROTECTED] cc: Subject:Re: [JBoss-user] Unable load stub in rmi/iiop application You probably have an EJB

[JBoss-user] Unable load stub in rmi/iiop application

2002-06-13 Thread Lee
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

Re: [JBoss-user] Unable load stub in rmi/iiop application

2002-06-13 Thread Gerard BUNEL
You probably have an EJB interface named org.omg.stub.tstejb.WellDayData for which is also defined the EJBHome interface which name must be org.omg.stub.tstejb.WellDayDataHome. Then you need to use the command: rmic -iiop class name on your classes to generate the corresponding Stub class

Re: [JBoss-user] Unable load stub in rmi/iiop application

2002-06-13 Thread Lee
To: [EMAIL PROTECTED] cc: Subject:Re: [JBoss-user] Unable load stub in rmi/iiop application You probably have an EJB interface named org.omg.stub.tstejb.WellDayData for which is also defined the EJBHome interface which name must