This sucks. Nothing I'm trying is working. Everything I do it just keeps the connection open. Do you notice anything incorrect from the Initial server hibernate startup output?
- Hibernate 3.1.3
- hibernate.properties not found
- using CGLIB reflection optimizer
- using JDK 1.4 java.sql.Timestamp handling
- configuring from resource: /hibernate.cfg.xml
- Configuration resource: /hibernate.cfg.xml
- Reading mappings from resource: resources/callq.hbm.xml
- Mapping class: com.lendingcrowd.hibernate.CallQ -> lendingcrowd.callq
- Reading mappings from resource: resources/customer.hbm.xml
- Mapping class: com.lendingcrowd.hibernate.Customer -> lendingcrowd.customer
- Reading mappings from resource: resources/users.hbm.xml
- Mapping class: com.lendingcrowd.core.Account -> lendingcrowd.users
- Configured SessionFactory: null
- C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/lendingcrowd
- Connection properties: {user=lendingcrowd, password=****, release_mode=auto}
- autocommit mode: false
- MLog clients using log4j logging.
- Initializing c3p0-0.9.1-pre6 [built 23-March-2006 16:11:59 +0200; debug? true; trace: 10]
- Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@1b60280 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@c62c8 [ acquireIncrement -> 2, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> c62c8, idleConnectionTestPeriod -> 300, initialPoolSize -> 0, maxIdleTime -> 1800, maxPoolSize -> 5, maxStatements -> 10, maxStatementsPerConnection -> 0, minPoolSize -> 0, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@1fa1bb6 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1fa1bb6, jdbcUrl -> jdbc:mysql://localhost/lendingcrowd, properties -> {user=******, password=******, release_mode=auto} ], preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> 1b60280, factoryClassLocation -> null, identityToken -> 1b60280, numHelperThreads -> 3 ]
- RDBMS: MySQL, version: 5.0.22-standard
- JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.3 ( $Date: 2006-07-26 17:26:47 +0200 (Wed, 26 Jul 2006) $, $Revision: 5553 $ )
- Using dialect: org.hibernate.dialect.MySQLDialect
- Transaction strategy: org.hibernate.transaction.JDBCTransactionFactory
- No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
- Automatic flush during beforeCompletion(): disabled
- Automatic session close at end of transaction: disabled
- JDBC batch size: 15
- JDBC batch updates for versioned data: disabled
- Scrollable result sets: enabled
- JDBC3 getGeneratedKeys(): enabled
- Connection release mode: auto
- Maximum outer join fetch depth: 3
- Default batch fetch size: 1
- Generate SQL with comments: disabled
- Order SQL updates by primary key: disabled
- Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
- Using ASTQueryTranslatorFactory
- Query language substitutions: {}
- Second-level cache: enabled
- Query cache: disabled
- Cache provider: org.hibernate.cache.NoCacheProvider
- Optimize cache for minimal puts: disabled
- Structured second-level cache entries: disabled
- Statistics: disabled
- Deleted entity synthetic identifier rollback: disabled
- Default entity-mode: pojo
- building session factory
- Not binding factory to JNDI, no JNDI name configured
|