Gianny - I see in a later post that you figured out that your persistence.xml file wasn't in your classpath, but I'm wondering how this problem was manifesting itself? ie: What were the error messages that you were seeing? Also, what JDK are you running on.
Thanks, Rick Gianny Damour wrote: > > 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 > > > > > > -- View this message in context: http://n2.nabble.com/Eclipse---javaagent-enhancement-tp2245449p2258374.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
