Hi
I've put together fresh builds of Jboss and Zola (c.11am today) and tried
out the Zola TestBeanClient.
Except for inclusion of 'set
CP=%CP%;C:\jakarta\jboss\jboss\dist\client\jboss-client.jar' I run the
startup script as provided.
The Stateless Bean is fine, also the Account EJB tests, but no joy with the
Stateful Bean tests.
The command that fails is:
StatefulSession statefulSession
=statefulSessionHome.create("Marc");
There does ssem to be a typo in StatefulSessionBean.java @ 'public void
ejbCreate() throws RemoteException, CreateException' - ejbCreate misspelt -
but this isn't the culprit cos this isn't being called this time..
(Platform = Win 2000, Sun JDK1.3)
Any thoughts on this one much appreciated.
Thanks
Andy
Test Stateful Bean
==================
Looking up the home nextgen.StatefulSession...ok
Calling create on StatefulSessionHome with name
Marc...javax.ejb.CreateException
: Create methods not found:java.lang.NoSuchMethodException
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
n Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invokeHom
e(Unknown Source)
at
org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java
:73)
at $Proxy2.create(Unknown Source)
at
org.jboss.zol.testbean.client.EjbossClient.doSomeTesting(EjbossClient
.java:128)
at
org.jboss.zol.testbean.client.EjbossClient.main(EjbossClient.java:321
)
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]