[jboss-user] [EJB 3.0] - Re: Returning an EJB from other

2007-09-13 Thread francesquini
Yes. The problem is how do I create a remote reference to an EJB passing an argument. A JNDI lookup, as I am doing now, doesn't allow that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084152#4084152 Reply to the post :

[jboss-user] [EJB 3.0] - Returning an EJB from other

2007-09-12 Thread francesquini
Hi! I'd like to return an stateful EJB from another EJB to a client. Nothing new to it, but, I'd like to have it initialized before hand. In earlier versions of EJB (as in 2.1) I could do that by declaring a create method with some parameters in a Home interface. Now, in EJB 3.0 I couldn't