Community
Participate
Working Groups
As part of the JMX MBean enhancement for WebLogic in EclipseLink as part of bug# 248748 , I am going through the online documentation as a reviewer, to flag changes that 248748 will cause and to assemble a subset for consumers of the MBeans. This is a work in progress and I will be adding any changes or discrepancies here. 1) The DMSPerformanceProfiler is not yet in EclipseLink - however it may be added as part of bug# 252786 http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_%28ELUG%29#How_to_Use_the_Persistence_Unit_Properties_for_Optimization see "The following are the valid values for the use in a persistence.xml file and for the org.eclipse.persistence.config.ProfilerType: DMSPerformanceProfiler – Use the DMS performance profiler (org.eclipse.persistence.tools.profiler.DMSPerformanceProfiler class). "
For example: If I add the property listed in the ELUG, I get a CNFE because org.eclipse.persistence.tools.profiler.DMSPerformanceProfiler does not exist <property name="eclipselink.profiler" value="DMSPerformanceProfiler"/> [EL Finest]: 2008.11.04 13:50:32.895--ServerSession(16501933)--Thread(Thread[Thread-31,5,Pooled Threads])--property=eclipselink.profiler; value=DMSPerformanceProfiler <Nov 4, 2008 1:50:32 PM EST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1225824632520' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(org.eclipse.persistence.example.jpa.server.weblogic.enterpriseEJB.jar) java.lang.ClassNotFoundException: DMSPerformanceProfiler at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:286) Note: the generic PerformanceProfiler is OK [EL Finest]: 2008.11.04 13:54:05.688--ServerSession(26119807)--Thread(Thread[Thread-28,5,Pooled Threads])--property=eclipselink.profiler; value=PerformanceProfiler Please update any other refrences to DMSPerformanceProfiler.
wiki page modified 20081107, please review "recent changes" link on left
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink