JPA Update call bring back error - Unable to locate Transaction Synchronization Regis
Hello,
I am wondering if someone can help me understand the problem/ solution to the below error. This is now effecting the integrity of the data as the data is now coming in duplicated.
218 "" INFO [main] openjpa.Runtime - Starting OpenJPA 1.2.3-SNAPSHOT
312 "" INFO [main] openjpa.jdbc.JDBC - Using dictionary class "com.ibm.ws.persistence.jdbc.sql.DB2Dictionary ".
1593 "" [main] openjpa.Enhance - Creating subclass for "[class com.ibm.north.jpa.NorthRawData]". This means that your application will be less efficient and will consume more memory than it would if you ran the OpenJPA enhancer. Additionally, lazy loading will not be available for one-to-one and many-to-one persistent attributes in types using field access; they will be loaded eagerly instead.
Aug 28, 2012 4:44:41 AM null null
SEVERE: javaAccessorNotSet
2406 "" INFO [main] openjpa.Runtime - Unable to locate Transaction Synchronization Registry.
It then completes the program and persists data to the database, but it is just not working correctly.
Thanks in advance
Re: JPA Update call bring back error - Unable to locate Transaction Synchronization R
Moved from New to Java
db