i have:
Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA 
date=200605151000)
Oracle 9i  ver 9.2.0.7.0
and i use this file:
******* oracle-ds.xml

  <local-tx-datasource>
    <jndi-name>OracleDS9i</jndi-name>
    <use-java-context>false</use-java-context>
    <connection-url>jdbc:oracle:thin:@192.168.1.7:1521:base</connection-url>
    <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
    <user-name>user</user-name>
    <*password>pass</*password>
    <min-pool-size>5</min-pool-size>
    <max-pool-size>100</max-pool-size>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
    
      <type-mapping>Oracle9i</type-mapping>
    
  </local-tx-datasource>

********

and the log server is :

17:25:28,093 WARN  [JBossManagedConnectionPool] Destroying connection that 
could not be successfully matched: [EMAIL PROTECTED] [EMAIL PROTECTED] 
handles=0 lastUse=1147900924541 permit=false trackByTx=false [EMAIL PROTECTED] 
[EMAIL PROTECTED] [EMAIL PROTECTED] txSync=null]


i think that pool managment allways create a new connection and never return 
existing connection.

how to solve this problem ??

regards.
--
Roberto Leiva M.
Santiago - Chile

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to