[JBoss-user] [EJB/JBoss] - Re: EJB spec violation

2005-11-20 Thread oglueck
Goodness, this error message is eplains it all. And you are still asking what you are doing wrong? Read! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3908082#3908082 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3908082

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation 12.2.11

2004-04-23 Thread sesques
anonymous wrote : | An entity beans remote home interface defines one or more finder methods[12], one for each way to find | an entity object or collection of entity objects within the home. The name of each finder method starts | with the prefix find, such as findLargeAccounts. |

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation 12.2.11

2004-04-23 Thread massiccio
Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832178#3832178 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832178 --- This SF.net email is sponsored by: The

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation Section: 12.2.9

2004-03-17 Thread darranl
What is the return type of the create method in your home interface? Is it the bean class or the remote / local interface? If it is the remote / local interface is it the correct one for the home interface type? a

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation Section: 12.2.9

2004-03-17 Thread Murdoch
Hi, I have found the mistake. I miss some java.rmi.RemoteException throws at the end of some Entity-Homes :(. Now I've new errors ;-). But thanks for your support. PS: My English is bad. MfG Murdoch! a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826163#3826163;View the

[JBoss-user] [EJB/JBoss] - Re: EJB spec violation!

2004-02-07 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820565#3820565 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820565 The error is in your return type which is the HelloWorld interface, not your home interface. Most likely