Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink+Spring+ComboPooledDataSource+MySQL ORM not persisting

See,

http://www.eclipse.org/newsportal/article.php?id=789&group=eclipse.rt.eclipselink#789


babasholaking wrote:
> 
> <p>Help anybody as I have waisted over a week with this problem. Currently
> considering going to Hibernate or DataNucleus(JPOX) instead of
> EclipseLink.</p>
> 
> <p>My issue is that getJpaTemplate().persist(entity) is not persisting to
> database! Looking at the logs I can see that no Insert statement issued by
> Eclipselink. Reviewing some of the forums (here and eclipselink), seems to
> suggest transaction related issue but I can't seem to be able resolve
> this. I have removed a few characters to make the code display properly,
> like '<' signs, here and there!
> </p>
> 
> 


-----
---
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/EclipseLink%2BSpring%2BComboPooledDataSource%2BMySQL-ORM-not-persisting-tp23278418p23295858.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top