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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...