[jboss-user] [JCA/JBoss] - Re: Deployment of a RAR in an EAR with an EJB-JAR

jaikiran do-not-reply at jboss.com
Sat Feb 7 01:12:22 EST 2009


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#4207905

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



More information about the jboss-user mailing list