anonymous wrote : | <?xml version="1.0" encoding="UTF-8"?> | | <xa-datasource> | <jndi-name>PicsDS</jndi-name> | <xa-datasource-class>com.ibm.db2.jcc.DB2XADataSource</xa-datasource-class> | <xa-datasource-property name="DatabaseName">zcoreinv</xa-datasource-property> | <xa-datasource-property name="User">zcoreinv</xa-datasource-property> | <xa-datasource-property name="Password">zcoreinv</xa-datasource-property> | <xa-datasource-property name="PortNumber">50000</xa-datasource-property> | <xa-datasource-property name="ServerName">localhost</xa-datasource-property> | <xa-datasource-property name="DriverType">4</xa-datasource-property> | <isSameRM-override-value>false</isSameRM-override-value> | <track-connection-by-tx/> | <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) --> | | <type-mapping>DB2</type-mapping> | | </xa-datasource> | |
anonymous wrote : | <?xml version="1.0" encoding="UTF-8"?> | | <xa-datasource> | <jndi-name>MaximizerDS</jndi-name> | <xa-datasource-class>net.sourceforge.jtds.jdbcx.JtdsDataSource</xa-datasource-class> | <xa-datasource-property name="DatabaseName">DLBMain</xa-datasource-property> | <xa-datasource-property name="User">user</xa-datasource-property> | <xa-datasource-property name="Password">password</xa-datasource-property> | <xa-datasource-property name="ServerName">serverhost</xa-datasource-property> | <xa-datasource-property name="XaEmulation">true</xa-datasource-property> | <track-connection-by-tx/> | | <type-mapping>MS SQLSERVER2000</type-mapping> | | </xa-datasource> | | anonymous wrote : | <?xml version="1.0" encoding="UTF-8"?> | | <xa-datasource> | <jndi-name>MapicsDS</jndi-name> | <xa-datasource-class>com.ibm.as400.access.AS400JDBCXADataSource</xa-datasource-class> | <xa-datasource-property name="User">user</xa-datasource-property> | <xa-datasource-property name="Password">password</xa-datasource-property> | <xa-datasource-property name="ServerName">serverhost</xa-datasource-property> | <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) --> | | <type-mapping>DB2/400</type-mapping> | | </xa-datasource> | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006359#4006359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006359 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
