[jboss-user] [JCA/JBoss] - Re: RAR - NOTYETINSTALLED error in JBOSS 4.0.4

2006-08-19 Thread technobrat
JBoss 4.x should support JCA 1.0 - Its mandated by the JCA 1.5 spec. I have been able to deploy my JCA 1.0 resource adapter to JBoss 4.0.2, 4.0.3 SP1 and 4.0.4. I see this error myself sometimes when I goof up the -ds.xml or ra.xml file. Try removing all your deployments from the deploy folder

[jboss-user] [JCA/JBoss] - Re: RAR - NOTYETINSTALLED error in JBOSS 4.0.4

2006-08-04 Thread samprathis
Sorry, yes it is deployed as jmsinvoker.rar and the and when I create a service - jms-mq-ds.xml I get the following exception: - MBeans waiting for other MBeans --- ObjectName: jboss.jca:name=jca/sample,service=NoTxCM State: CONFIGURED I Depend On:

[jboss-user] [JCA/JBoss] - Re: RAR - NOTYETINSTALLED error in JBOSS 4.0.4

2006-08-04 Thread [EMAIL PROTECTED]
Ahh...you are attempting to deploy a 1.0 JCA adapter where JBoss 4.0.x supports 1.5. My suggestion would be to create a dummy implementation of ResourceAdapter and change your ra.xml file. For an example, look at our JDBC adapter(s) in the src base. View the original post :

[jboss-user] [JCA/JBoss] - Re: RAR - NOTYETINSTALLED error in JBOSS 4.0.4

2006-08-03 Thread chiragrpatel
What's the exception that prevented it from installing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3962971#3962971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962971 ___

[jboss-user] [JCA/JBoss] - Re: RAR - NOTYETINSTALLED error in JBOSS 4.0.4

2006-08-03 Thread [EMAIL PROTECTED]
anonymous wrote : | when I tried to deploy the RAR file (jmsinvoker.jar) | Is this the actual name, jmsinvoker.jar? It should be jmsinvoker.rar. Otherwise, JBoss will not deploy this as a RAR file. View the original post :