[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

weston.price@jboss.com do-not-reply at jboss.com
Thu Nov 30 13:42:01 EST 2006


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



More information about the jboss-user mailing list