Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] EclipseLink Environment Setup in Eclipse

Hello,

I just pulled the most recent source code for the master branch. When I imported some projects into my Eclipse, I got a number of errors. The main problem is the javax.persistence package not resolving properly. In my org.eclipse.persistence.jpa project, I have several of the following error in the MANIFEST.MF file: Unsatisfied constraint: 'Import-Package: javax.persistence; version="[1.1.0,2.2.0)"'

I never had a problem with the javax.persistence jar before. I am normally able to build the EclipseLink source and import all the projects in Eclipse with no errors. Has something changed in the process? I don't want to configure each project's build path individually to include the javax.persistence jar.

--
Thanks, 
Dalia

Back to the top