Hi,
We have written a JCA adapter for Websphere MQ - 
when I tried to deploy the RAR file ( jmsinvoker.jar ) jboss startsup fine.

But when I deploy the resource file - jboss-mq-ds.xml, I get the following 
error 

Please help..

Error
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:name='jmsinvoker.rar',service=RARDeployment
  State: NOTYETINSTALLED
  Depends On Me:
    jboss.jca:name=jca/sample,service=ManagedConnectionFactory

jboss-mq-ds.xml

<connection-factories>
<no-tx-connection-factory>
        <jndi-name>jca/sample</jndi-name>
        <rar-name>jmsinvoker.rar</rar-name>
        <connection-definition>
             javax.resource.cci.ConnectionFactory
        </connection-definition>
        <config-property name="queueConnectionFactoryName"
                         type="java.lang.String">jms/CCCQF</config-property>
 
        <config-property name="requestQueueName"
                        type="java.lang.String"> 
                 jms/request
        </config-property>
        
        <config-property name="responseQueueName" type="java.lang.String">
                 jms/response
        </config-property>
        
        <config-property name="defaultExecutionTimeout" type="java.lang.Long">
                60000
        </config-property>

        <config-property name="matchResponseMessageId" type="java.lang.Boolean">
                false
        </config-property>              
                         
    </no-tx-connection-factory>
</connection-factories>



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962910
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to