Hi all,

I have looked at several examples now (including 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample and the 
once that come with the commercial documentation) and these all deploy the .rar 
file separate from the actual components using the adapter.

I was trying to add my .rar in my .ear file like:
.ear
.ear/APP-INF/lib/classes.jar (contains all .class files including the resource 
adapter)
.ear/META-INF
.ear/META-INF/application.xml
.ear/META-INF/jboss-app.xml
.ear/logic.jar (contains business logic components)
.ear/message.jar (contains message driven beans that wil use the resource 
adapter)
.ear/.rar
.ear/.rar/META-INF/ra.xml

When I deploy the ear file, I am not seeing any logging for the deployment of 
the resource adapter and also I am getting:
anonymous wrote : 
  | 14:47:52,510 ERROR [JBossMessageEndpointFactory] Starting failed 
jboss.j2ee:binding=message-inflow-driven-bean,jndiName=local/[EMAIL 
PROTECTED],plugin=invoker,service=EJB
  | org.jboss.deployment.DeploymentException: Cannot locate resource adapter 
deployment null; - nested throwable: 
(javax.management.InstanceNotFoundException: 
jboss.jca:name='null',service=RARDeployment is not registered.)
  | 
which indicates that the resource adapter is not correctly deployed.

I was wondering, is nested deployment for resource adapters supported at all?

Have I used the appropriate structure that is required by nested deployment for 
resource adapters?

Thank you,

Rudi.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to