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;

Did you ensure that you changed your bean to use this new package?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149785#4149785

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149785
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to