[JBoss-user] [JCA/JBoss] - Re: Failing to deploy a jar inside the rar

2005-04-13 Thread rossmason
The reason this is happening is because my mule-ra.jar inside the mule-ra.rar has a copy of the ra.xml in the META-INF, causing JBoss to get confused about how to deploy the jar. removing the file fixes the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [JCA/JBoss] - Re: Failing to register MDB (jca.name='null')

2005-04-13 Thread rossmason
Fair point :) I've attached the jboss.xml below and the the full deployment output below that. Thanks for your help. Ross http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> mule-ra-SNAPSHOT.rar:name=jbossTest SenderEJB mule/connectionFactory

[JBoss-user] [JCA/JBoss] - Failing to deploy a jar inside the rar

2005-04-13 Thread rossmason
Hi, When I copy my RAR into the deploy directory and then start JBoss (4.0.1sp1) I'm getting an error saying "Incomplete deployment listing" and it complains about a jar inside the rar file (error shown below). However, if I deploy the RAR after the server has initialised I don't get the erro

[JBoss-user] [JCA/JBoss] - Re: Failing to register MDB (jca.name='null')

2005-04-12 Thread rossmason
I figured I shuold post the datasource as well - http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd";> mule/connectionFactory mule-ra-SNAPSHOT.rar org.mule.ra.MuleConnectionFactory Cheers, Ross View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JCA/JBoss] - Failing to register MDB (jca.name='null')

2005-04-07 Thread rossmason
Hi All, I'm using JBoss 4.0.sp1. I have a custom RA that I have deployed to the server successfully and can inspect it from the jmx console. I have simple ejb app that has a single session bean and a MDB. When the MDB is being registered Jboss tries to find the corresponding RA to register t

[JBoss-user] [JCA/JBoss] - Re: No classloader for ManagedConnectionFactory

2005-04-06 Thread rossmason
Hi, Did you find a resolution for this? I have the same problem... I've tried putting the 'unfound' jar in the server/lib, and this works. But it is far from a good solution. Cheers, Ross View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872986#3872986 Rep