Isn't there anyone who ever came accross this problem?
greetz YcKe
Type: Posts; User: ycke; Keyword(s):
Isn't there anyone who ever came accross this problem?
greetz YcKe
Hey guys,
I came up with a question that I can't seem to find on the internet.
I'm developping a program in spring that uses 1 database for all the users.
Atm I'm trying to seperate data from...
Thanks alot for the answers guys!
It was like bytor99999 stated in his first post that it only rolles back on runtimeexception.
So it was actually working but the test failed.
Another question...
Hey guys,
I'm having a problem with testing my transactions.
When putting an intentional error in my code my last insert doenst roll back when it should.
I cant find the reason why it doesn't...
I solved the problem,
the problem was spring wants a datasource bean linked in the LocalSessionFactoryBean.
Adding a datasource like this:
<bean id="pjadmin_database"...
Hey guys,
currently I'm migrating to from hibernate 3.6 to hibernate 4.0 after the Spring 3.1 RC1 was released with compatibility.
My system was working without any problems in version 3.6. But...