You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting below exception while doing build though eclipselink dependencies are there. am executing in OSGi environment. am using eclipselink 2.5.2.
[ERROR] Failed to execute goal de.empulse.eclipselink:staticweave-maven-plugin:1.0.0:weave (default) on project ews.voucher.bundle: Execution def
ault of goal de.empulse.eclipselink:staticweave-maven-plugin:1.0.0:weave failed: A required class was missing while executing de.empulse.eclipsel
ink:staticweave-maven-plugin:1.0.0:weave: org/eclipse/persistence/exceptions/StaticWeaveException
The text was updated successfully, but these errors were encountered:
Upping to latest artifactory version of "org.eclipse.persistence.jpa" in my case helped resolve problem :-) <dependencies> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.jpa</artifactId> <version>2.7.5</version> </dependency> </dependencies>
Getting below exception while doing build though eclipselink dependencies are there. am executing in OSGi environment. am using eclipselink 2.5.2.
[ERROR] Failed to execute goal de.empulse.eclipselink:staticweave-maven-plugin:1.0.0:weave (default) on project ews.voucher.bundle: Execution def
ault of goal de.empulse.eclipselink:staticweave-maven-plugin:1.0.0:weave failed: A required class was missing while executing de.empulse.eclipsel
ink:staticweave-maven-plugin:1.0.0:weave: org/eclipse/persistence/exceptions/StaticWeaveException
The text was updated successfully, but these errors were encountered: