Try this on your EJB:
import org.jboss.ejb3.annotation.Depends;
| import org.jboss.ejb3.annotation.ResourceAdapter;
|
| @ResourceAdaptor("x.rar")
| @Depends("jboss.jca:service=RARDeployment,name=x.rar")
| public class MyEJB...
|
If that doesn't work please post the entire console logs along with the stacktrace.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207905#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...