Hi, I have the same problem of trying to deploy CICS resource adapter into JBOSS 4.0 and the following are the error message generated:
10:24:31,687 ERROR [URLDeploymentScanner] Incomplete Deployment listing: MBeans waiting for other MBeans: ObjectName: jboss.jca:service=TxCM,name=cicseci state: CONFIGURED I Depend On: jboss.jca:service=ManagedConnectionPool,name=cicseci jboss.jca:service=CachedConnectionManager jboss:service=TransactionManager Depends On Me: jboss.jca:service=ConnectionFactoryBinding,name=cicseci ObjectName: jboss.jca:service=ManagedConnectionPool,name=cicseci state: CONFIGURED I Depend On: jboss.jca:service=ManagedConnectionFactory,name=cicseci Depends On Me: jboss.jca:service=TxCM,name=cicseci ObjectName: jboss.jca:service=ManagedConnectionFactory,name=cicseci state: CONFIGURED I Depend On: jboss.jca:service=RARDeployment,name='cicseci.rar' Depends On Me: jboss.jca:service=ManagedConnectionPool,name=cicseci ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=cicseci state: CONFIGURED I Depend On: jboss.jca:service=TxCM,name=cicseci Depends On Me: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.jca:service=RARDeployment,name='cicseci.rar' state: NOTYETINSTALLED I Depend On: Depends On Me: jboss.jca:service=ManagedConnectionFactory,name=cicseci The following are my setting in my cicseci-ds.xml: <connection-factories> <tx-connection-factory > <jndi-name>cicseci</jndi-name> <local-transaction>true</local-transaction> <rar-name>cicseci.rar</rar-name> <connection-definition>javax.resource.cci.ConnectionFactory</connection-definition> <config-property name="ServerSecurity" type="java.lang.String"></config-property> <config-property name="TranName" type="java.lang.String">PCTM</config-property> <config-property name="UserName" type="java.lang.String"></config-property> <config-property name="KeyRingClass" type="java.lang.String"></config-property> <config-property name="Password" type="java.lang.String"></config-property> <config-property name="TPNName" type="java.lang.String"></config-property> <config-property name="ClientSecurity" type="java.lang.String"></config-property> <config-property name="KeyRingPassword" type="java.lang.String"></config-property> <config-property name="ConnectionURL" type="java.lang.String">tcp://172.25.217.21</config-property> <config-property name="PortNumber" type="java.lang.String">2006</config-property> <config-property name="ServerName" type="java.lang.String">CICSDV5</config-property> <config-property name="TraceLevel" type="java.lang.Integer">1</config-property> </tx-connection-factory> </connection-factories> Please advice and thanks in advance! Seow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993659#3993659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993659 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
