Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Missing records even though inserts appear to occur

Logging can be enabled using the persistence.xml property
"eclipselink.logging.level"="finest"

The default level is "info" which will log warnings.  You also need to check
the log (defaults to System.out).



cmathrusse wrote:
> 
> When you say  "make sure you have logging on", is this a configuration 
> option in EclipseLink? If so, what is the default behavior?
> 
> Chris Mathrusse
> christopher.mathrusse@xxxxxxxxxx
> 


-----
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/Missing-records-even-though-inserts-appear-to-occur-tp25689440p25768520.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top