Community
Participate
Working Groups
If the target platform is set to use 3.7 compilation for the org.eclipse.persistence.jpa.equinox.weaving bundle fails on class org.eclipse.persistence.jpa.equinox.weaving.WeavingConfigurator with an error: Description Resource Path Location Type DEBUG cannot be resolved or is not a field WeavingConfigurator.java /org.eclipse.persistence.jpa.equinox.weaving/src/org/eclipse/persistence/jpa/equinox/weaving line 25 Java Problem Changing the target platform to 3.6 versions only resolves the issue. 2.3 will be compiled against Indigo, so this will need to be fixed.
Created attachment 187535 [details] Patch adds proper use of Equinox debug/trace framework.
Created attachment 187537 [details] Screenshot of Eclipse Run Configuration Tracing Tab
Caused by removal of "dead" (although public) code in Bug 319399 - Strip out dead code associated with Debug.debug. We weren't logging properly anyway which is now resolved. Debugging can now be enabled via the "Tracing" tab on an OSGi Run Configuration in Eclipse. See https://bugs.eclipse.org/bugs/attachment.cgi?id=187537.
Created attachment 187539 [details] Patch adds proper use of Equinox debug/trace framework. Added .options file to patch.
Patch committed in SVN TX 8880.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink