Hi,
I'm using JBoss AS 7.02 with Hibernate 4 CR4 and Spring's (3.1 RC1) declarative transaction handling (all configuration details are at the end of this posting).
My problem is that methods...
Type: Posts; User: flow206; Keyword(s):
Hi,
I'm using JBoss AS 7.02 with Hibernate 4 CR4 and Spring's (3.1 RC1) declarative transaction handling (all configuration details are at the end of this posting).
My problem is that methods...
Using:
Spring 1.26
Hibernate 3.1 RC2 -> RC3
Hibernate Annotations 3.1 beta 6
Hey,
i'm not sure if it's a problem of Spring's AnnotationSessionFactoryBean class with the the Hibernate 3.1...
you didn't tell much details but in generell:
Do not use Microsofts jdbc driver, try "jtds" instead, really the better solution.
i run a sql-server 2000 and connection pooling, no trouble anyway...
Hello,
I was amazed you changed default value of hibernate property
"hibernate.connection.release_mode" from "auto"(in 1.25) to "on_close"(in 1.26).
Why? Is there any necessity or advantage...