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
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
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
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
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
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