Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to execute goal de.empulse.eclipselink:staticweave-maven-plugin:1.0.0:weave #1

Open
manikandansv opened this issue Jul 20, 2015 · 3 comments

Comments

@manikandansv
Copy link

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

@encircled
Copy link

This error occurs when some class from specified source folder has reference to another class, which is not under that source

@ryanki1
Copy link

ryanki1 commented Jan 15, 2021

I get this problem too.. thanks encircled.. so what you're saying is that there's a missing dependency, right?

@ryanki1
Copy link

ryanki1 commented Jan 15, 2021

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants