My AppServer is WebSphere 4.0, my
IDE is JBuilder 6 Enterprise.
Now my problem:
I have got problems to connect to my
ejb.
the ejb runs correctly on websphere.
the lookup() in the works also correctly.
but when I cast the HomeInterface I got following exception:
java.lang.ClassCastException: Unable to load class: org.omg.stub.ejb._SessionHome_Stub
at com.ibm.rmi.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:269)
at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:136)
at ejb.SessionTestClient1.<init>(SessionTestClient1.java:39)
at ejb.SessionTestClient1.main(SessionTestClient1.java:185)
....................
Is there anything I have to do on the client???
classpath??? imports???
I used the standard-test-client of JBuilder.
I only changed the URL of my AppServer.
thanks for help!!!