[jboss-user] [JBoss jBPM] - Connection was lost

gutierrez.ge do-not-reply at jboss.com
Thu Dec 13 10:10:47 EST 2007


Hi, im lossing the connections when i use the datasources, another thing is that when i get more than 20 connections from the datasource it says that it doesn't have more.

this is the xml that is i have for the datasources config.


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

	<local-tx-datasource>
		<jndi-name>JbpmDS</jndi-name>	
                <connection-url>jdbc:sqlserver://srvdm2;DatabaseName=JbpmDBDesarrollo;</connection-url>
		<driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>
		<user-name>sa</user-name>
		sa
		<min-pool-size>15</min-pool-size>
	</local-tx-datasource>

	<local-tx-datasource>
		<jndi-name>BPMPavecaDS</jndi-name>
		<connection-url>jdbc:sqlserver://srvdm2;DatabaseName=BPMPavecaDesarrollo;</connection-url>
		<driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>
		<user-name>sa</user-name>
		sa
		<min-pool-size>15</min-pool-size>
	</local-tx-datasource>

	<local-tx-datasource>
		<jndi-name>BPCSDS</jndi-name>
		<connection-url>jdbc:as400://APPN.S103882C/V82BPCSF</connection-url>
		<driver-class>com.ibm.as400.access.AS400JDBCDriver</driver-class>
		<user-name>CONEXION</user-name>
		CONEXION01
		<min-pool-size>15</min-pool-size>
	</local-tx-datasource>

	<local-tx-datasource>
		<jndi-name>MTDS</jndi-name>
		<connection-url>jdbc:as400://APPN.S103882C/VEAM900F</connection-url>
		<driver-class>com.ibm.as400.access.AS400JDBCDriver</driver-class>
		<user-name>CONEXION</user-name>
		CONEXION01
		<min-pool-size>15</min-pool-size>
	</local-tx-datasource>

	<local-tx-datasource>
		<jndi-name>InterfaseDS</jndi-name>
		<connection-url>jdbc:as400://APPN.S103882C/V82BPCSUSF</connection-url>
		<driver-class>com.ibm.as400.access.AS400JDBCDriver</driver-class>
		<user-name>CONEXION</user-name>
		CONEXION01
		<min-pool-size>15</min-pool-size>
	 </local-tx-datasource>



any ideas?? thanks,

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

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



More information about the jboss-user mailing list