Hi, I have my Oracle 8i pool up and running. However my development team is running into problems where we deploy the same war file to JBoss over a period of time. Eventually after the fifth deployment. The Oracle 8i connection pool hangs and hangs and hangs. Basically go to lunch come back an hour later and still hangs. Has anyone experience this problem? Is there a way to check how many connections are open or released? Southin -----Original Message----- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 12:35 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] oracle 8i connection pool I have the following in my jboss.jcml and it runs ok : <!-- JDBC --> <mbean code="org.jboss.jdbc.JdbcProvider" name="DefaultDomain:service=JdbcProvider"> <attribute name="Drivers">oracle.jdbc.driver.OracleDriver</attribute> </mbean> <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=ISDB"> <attribute name="PoolName">ISDB</attribute> <attribute name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourc eImpl</attribute> <!-- jdbc:oracle:thin:@hostName:portNumber:instance (btw. instance != databaseName) --> <attribute name="URL">jdbc:oracle:thin:@myhost:1521:jbinstance</attribute> <attribute name="JDBCUser">jboss</attribute> <attribute name="Password">jboss</attribute> <attribute name="LoggingEnabled">true</attribute> </mbean> I dont have any other config for this. hope it helps, Reynir þ. Hübner sr.developer [EMAIL PROTECTED] -----Original Message----- From: Jochen Schurich [mailto:[EMAIL PROTECTED]] Sent: 3. apríl 2001 17:05 To: [EMAIL PROTECTED] Subject: [JBoss-user] oracle 8i connection pool hi all! i try to set up my jboss with oracle. but it is NOT working. i have tried all readme's and now i have no glue what next to try. i'm using oracle 8i R2 the oracle jdbc driver: classes12.zip jboss-tomcat-2.1-beta.zip if there is someone out there with a working configuration: please send me your config files!!! many thanx in advance, joe _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user