Hi, I am unable to get javaagent based enhancement work within Eclipse.
Based on a cursory review of PCEnhancerAgent, I can see that no ClassFileTransformer is installed when
List<String> anchors = Configurations.
getFullyQualifiedAnchorsInPropertiesLocation(opts);
returns an empty list, which it does in my case when I simply specify
the following JVM arg
-javaagent:<path to>/openjpa-1.2.0.jar Any hint? Thanks, Gianny
