Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink Performance Profiler configuration

This is a current bug, see,

https://bugs.eclipse.org/bugs/show_bug.cgi?id=230921

I should check this fix in this week to the 1.1 stream.  In the mean time,
you can set the profiler using a SessionCustomizer.



Thomas Paradies-2 wrote:
> 
> I want to use the EclipseLink Performance Profiler. Following the
> configuration instructions in the docs my settings in the persistence.xml
> are as follows but I don't see any profiling output in my log.
> ...
>       <property name="eclipselink.logging.level" value="INFO" />
>       <property name="eclipselink.logging.timestamp" value="true" />
>       <property name="eclipselink.logging.session" value="false" />
>       <property name="eclipselink.logging.thread" value="false" />
>       
>       <property name="eclipselink.profiler" value="PerformanceProfiler" />
> ...
> Changing the logging level has no effects - what I'm missing? I'm
> wondering that there isn't a entry for property "eclipselink.profiler" in
> the log as it will be for each of the other property entries - may be this
> could be a hint, that there is something wrong with my configuration ...
> for now I'm helpless.
> 
> Thomas
> 
> 
> 
> 
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
> 
> 


-----
---
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-Performance-Profiler-configuration-tp19839052p19839683.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top