[jboss-user] [JCA/JBoss] - Re: JBoss MS SQL Server DataSource Exception

danielkalcevich do-not-reply at jboss.com
Fri Nov 3 15:58:28 EST 2006


My -ds.xml is as follows:

<?xml version="1.0" encoding="UTF-8"?>



	<local-tx-datasource>
		<jndi-name>mdcJMS</jndi-name>
		<connection-url>jdbc:inetdae7:server:1433?database=MDC_JMS</connection-url>
		<driver-class>com.inet.tds.TdsDriver</driver-class>
		<user-name>user</user-name>
		pass
		
			<type-mapping>MS SQLSERVER2000</type-mapping>
		
	</local-tx-datasource>

	<local-tx-datasource>
		<jndi-name>mdc</jndi-name>
		<connection-url>jdbc:inetdae7:server:1433?database=MDC_INT</connection-url>
		<driver-class>com.inet.tds.TdsDriver</driver-class>
		<user-name>user</user-name>
		pass
		
			<type-mapping>MS SQLSERVER2000</type-mapping>
		
	</local-tx-datasource>



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983106



More information about the jboss-user mailing list