Hi!

"Kaiser, Frank" wrote:
> I still have the following Exception:
> 
>    Calling create on EntityHome...javax.ejb.CreateException: Create methods
> not found:java.lang.NoSuchMethodException
<snip>

Your ejbCreate and ejbPostCreate methods in your entitybean probably
don't match with the create methods in your Home interface.

/Rickard


>         at
> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown
> 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.invokeHome(Unkno
> wn Source)
>         at
> org.jboss.ejb.plugins.jrmp.interfaces.HomeProxy.invoke(HomeProxy.java:73)
>         at $Proxy0.create(Unknown Source)
>         at entitybean.EntityClient.run(EntityClient.java:73)
>         at entitybean.EntityClient.main(EntityClient.java:42)
> 
> Any ideas where to search a solution?
> 
> Thanks
> 
> Frank Kaiser
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]

-- 
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to