[jboss-user] [JNDI/Naming/Network] - Re: A question about dependency injection @EJB
thomas2008ch
do-not-reply at jboss.com
Fri May 9 11:00:41 EDT 2008
But this doesn't work in JBoss 5 Beta4. I can't find the JNDI Name in the JNDI View List.
In JBoss-4.2.x, the @RemoteBinding was part of org.jboss.annotation.ejb package.
import org.jboss.annotation.ejb.RemoteBinding;
In JBoss-5, the @Remote binding is now part of org.jboss.ejb3.annotation package.
import org.jboss.ejb3.annotation.RemoteBinding;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149787#4149787
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149787
More information about the jboss-user
mailing list