transaction not commiting [message #389429] |
Tue, 09 June 2009 16:24  |
Eclipse User |
|
|
|
Hello,
Using spring 2.5.6 + tomcat 6.0.18 + eclipselink 1.1.1.
No exceptions, no messages. Everything appears to work fine but some
transactions never commit to the DB.
So the changes to the entities work since they are in memory but can not
see them in the DB. Obviously, after restart nothing exists since its not
been committed.
Read in some thread about eclipselink.target-server and set it to "None"
which is default anyway, so it did not help.
It works just fine with TopLink essentials.
Thanks in advance,
Prashant
|
|
|
|
Re: transaction not commiting [message #389751 is a reply to message #389449] |
Sat, 27 June 2009 11:43  |
Eclipse User |
|
|
|
It turns out that I was looking at wrong place because TopLink was working
well. The orm.xml had column repeated as transient which was being ignored
by EclipseLink. After removing the transients, it works well.
|
|
|
Powered by
FUDForum. Page generated in 0.04312 seconds