Replace myconnectionfactory with the JNDI name of your connection factory. Replace myhost.com and 9999 with the host name or IP address and port of IMS Connect (OTMA). Replace DSNAME with the name of your IMS datastore (shown in the job log for IMS Connect). Add UserName, Password and GroupName if required.
| <server> | <mbean code="org.jboss.resource.connectionmanager.NoTxConnectionManager" name="jboss.jca:service=NoTxCM,name=myconnectionfactory"> | <attribute name="JndiName">myconnectionfactory</attribute> | | <depends>jboss.jca:service=RARDeployer</depends> | | <depends optional-attribute-name="ManagedConnectionPool"> | <mbean code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool" name="jboss.jca:service=NoTxPool,name=myconnectionfactory"> | <depends optional-attribute-name="ManagedConnectionFactoryName"> | | <mbean code="org.jboss.resource.connectionmanager.RARDeployment" name="jboss.jca:service=NoTxDS,name=myconnectionfactory"> | <depends optional-attribute-name="OldRarDeployment"> | jboss.jca:service=RARDeployment,name=IMS Connector for Java | </depends> | <attribute name="ManagedConnectionFactoryProperties"> | <properties> | <config-property> | <config-property-name>HostName</config-property-name> | <config-property-type>java.lang.String</config-property-type> | <config-property-value>myhost.com</config-property-value> | </config-property> | <config-property> | <config-property-name>PortNumber</config-property-name> | <config-property-type>java.lang.Integer</config-property-type> | <config-property-value>9999</config-property-value> | </config-property> | <config-property> | <config-property-name>Password</config-property-name> | <config-property-type>java.lang.String</config-property-type> | <config-property-value></config-property-value> | </config-property> | <config-property> | <config-property-name>DataStoreName</config-property-name> | <config-property-type>java.lang.String</config-property-type> | <config-property-value>DSNAME</config-property-value> | </config-property> | <config-property> | <config-property-name>TraceLevel</config-property-name> | <config-property-type>java.lang.Integer</config-property-type> | <config-property-value>1</config-property-value> | </config-property> | <config-property> | <config-property-name>UserName</config-property-name> | <config-property-type>java.lang.String</config-property-type> | <config-property-value></config-property-value> | </config-property> | <config-property> | <config-property-name>GroupName</config-property-name> | <config-property-type>java.lang.String</config-property-type> | <config-property-value></config-property-value> | </config-property> | </properties> | </attribute> | </mbean> | </depends> | <attribute name="MinSize">0</attribute> | <attribute name="MaxSize">50</attribute> | <attribute name="BlockingTimeoutMillis">5000</attribute> | <attribute name="IdleTimeoutMinutes">15</attribute> | <attribute name="Criteria">ByNothing</attribute> | </mbean> | </depends> | <depends optional-attribute-name="CachedConnectionManager">jboss.jca:service=CachedConnectionManager</depends> | <depends optional-attribute-name="JaasSecurityManagerService">jboss.security:service=JaasSecurityManager</depends> | </mbean> | </server> | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867926#3867926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867926 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
