I get the following when trying to run a test java client against a weblogic
ejb.
This is happening after a lookup has been done (apparently successfully..)
on the remote object and the exception below is raised the first time a
method is called on the bean.
Anyone seen something like this before?
java.rmi.RemoteException: ; nested exception is:
weblogic.rjvm.java.rmi.RemoteException: ; nested exception is:
weblogic.rjvm.PeerGoneException:
- with nested exception:
[java.lang.IllegalAccessError:
com/gs/fw/pl/ebs/tests/StatefulTesterBeanEOImpl_
LStub]
at
com/gs/fw/pl/ebs/tests/StatefulTesterBeanHomeImpl_ServiceStub.create
(StatefulTesterBeanHomeImpl_ServiceStub.java:118)
at XmlClient.PerformQuery (XmlClient.java:59)
at XmlClientTester.main (XmlClientTester.java:22)
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".