[jboss-user] [EJB 3.0] - specify resource adapter on an mdb deployment descriptor
bortx
do-not-reply at jboss.com
Thu Jul 3 05:57:24 EDT 2008
Hello,
I have developed my own custom inbound resource adapter, and also I have developed an ejb3 MDB to listen on messages from this resource adapter.
I have annotated my ejb class with the following annotation
| @ResourceAdapter("my-resource-adapter.rar")
|
in order to find the resource adapter rar and register on it, and it works fine.
This is my question: Is there a way of specifying the resource adapter rar on the ejb3-jar.xml deployment descriptor file?
Thanks a lot
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162282#4162282
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162282
More information about the jboss-user
mailing list