The problem is you are missing the @ResourceAdapter annotation. By default, if 
the EJB3 messaging layer does not see this, it attempts to deploy your code 
with the JBoss JMS/JCA adapter. The annotation would look something like

@ResourceAdapter("adapter-name")



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

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

Reply via email to