I having a problem running in debug mode with Hibernate 2.1.8 in Websphere 5.1.2 with MSSQL Server 2000:
I'm using the new JTA transaction manager with 2 phase commit to be able have multiple sessions:
hibernate.transaction.manager_lookup_class net.sf.hibernate.transaction.WebSphereExtendedJTATransactionLookup
Hibernate starts up correctly in non-debug mode,
in debug mode instead the "buildSessionFactory" procedure doesn't complete, it hangs for some time then the following error appear after 120 seconds :
[3/10/05 10:50:57:196 EET] 94f094f TimeoutManage I WTRN0006W: Transaction 57415344:00000000000000010000002ca919abc289b2fca095611c5f4e0d26e27c492e3073657276657231[] has timed out after 120 seconds.
I tried also to increase the timeout to 5 minutes but the result is the same.
The error appear after processing the XML files and just after the following lines:
[3/10/05 10:48:59:992 EET] 5d305d3 ConnectionFac I J2CA0122I: Resource reference jdbc/ecenter could not be located, so default values of the following are used: [Resource-ref settings]
res-auth: 1 (APPLICATION)
res-isolation-level: 0 (TRANSACTION_NONE)
res-sharing-scope: true (SHAREABLE)
res-resolution-control: 999 (undefined)
[Other attributes]
isCMP1_x: false (not CMP1.x)
isJMS: false (not JMS)
Any help will be appreciated.
Thanks
Andrea
|