-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: configuring proxool
PostPosted: Thu Mar 11, 2004 12:57 pm 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
Code:
        <property name="connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
        <property name="connection.url">jdbc:oracle:thinxxxxx</property>
        <property name="connection.username">xxx</property>
        <property name="connection.password">xxx</property>
       
      <property name="proxool.house-keeping-sleep-time">30000</property>
      <property name="proxool.house-keeping-test-sql">select 1 from dual</property>
      <property name="proxool.maximum-connection-count">3</property>
      <property name="proxool.maximum-connection-lifetime">4</property>
      <property name="proxool.maximum-connection-lifetime">4</property>

...



seems it's not using proxool:
Code:
2004-03-11 17:51:21,218 INFO  [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:132) - building session factory
2004-03-11 17:51:21,281 INFO  [main] dialect.Dialect (Dialect.java:83) - Using dialect: net.sf.hibernate.dialect.OracleDialect
2004-03-11 17:51:21,296 INFO  [main] connection.DriverManagerConnectionProvider (DriverManagerConnectionProvider.java:41) - Hibernate connection pool size: 2
2004-03-11 17:51:21,296 INFO  [main] connection.DriverManagerConnectionProvider (DriverManagerConnectionProvider.java:70) - using driver: oracle.jdbc.driver.OracleDriver at URL: jdbc:oracle:thin:@
2004-03-11 17:51:21,296 INFO  [main] connection.DriverManagerConnectionProvider (DriverManagerConnectionProvider.java:71) - connection properties: {user=xxxx, password=xxxx}
2004-03-11 17:51:21,312 INFO  [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:162) - Use outer join fetching: true
2004-03-11 17:51:22,078 INFO  [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:185) - Use scrollable result sets: true
2004-03-11 17:51:22,078 INFO  [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:194) - echoing all SQL to stdout
2004-03-11 17:51:22,687 INFO  [main] util.ReflectHelper (ReflectHelper.java:328) - reflection optimizer disabled for: com.auchan.protoj2ee.bo.OperationSpeciale, InstantiationError: com.auchan.protoj2ee.bo.OperationSpeciale
2004-03-11 17:51:23,125 INFO  [main] impl.SessionFactoryObjectFactory (SessionFactoryObjectFactory.java:82) - no JDNI name configured
2004-03-11 17:51:23,125 INFO  [main] impl.SessionFactoryImpl (SessionFactoryImpl.java:269) - Query language substitutions: {}


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 11, 2004 1:03 pm 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
sorry, i miss this line

<property name="connection.provider_class">net.sf.hibernate.connection.ProxoolConnectionProvider</property>


now it's working.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.