Closed PavelTurk closed 1 year ago
It looks like this is not a problem with this plugin, but with the eclipselink static weaving itself. Starting with version 2.7.0 of eclipselink this should have been solved, if you look at this bugreport:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=466271
It could mean you would have to edit some properties in your persistence.xml file (see the bugreport for more info).
I use eclipselink 2.6.3. And I have two classes:
And I do static weaving using maven-plugin:
When ClassA and ClassB are in the same bundle weaving works. However, when they are in different bundles/project weaving doesn't work (although I added this plugin to both bundles/projects). How to fix this problem?