[jboss-user] [EJB 3.0] - Re: JNDI Binding not working in JBoss-5 Beta 4

jaikiran do-not-reply at jboss.com
Tue Jun 24 09:23:20 EDT 2008


What do your import statements look like?
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=4160228#4160228

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160228



More information about the jboss-user mailing list