Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Dev env problems

I updated my trunk env this afternoon and now my Eclipse environment has all sorts of problems.  I am able to build successfully from the command line, but I get the following[1] errors in Eclipse. The problems are related to Moxy and validation...  I'm going to guess that this is somehow related to 431803?

Any idea what I might be missing?

[1]
Description Resource Path Location Type
The container 'Plug-in Dependencies' references non existing library 'C:\el\code\trunk\eclipselink.runtime\plugins\com.sun.xml.bind_2.2.0.v201004141950.jar' org.eclipse.persistence.moxy Build path Build Path Problem

*Note: plugins\com.sun.xml.bind_2.2.11.v201406210428.jar exists, but somehow Eclipse is looking for the wrong version?

No available bundle exports package 'com.sun.codemodel' MANIFEST.MF /org.eclipse.persistence.moxy/META-INF line 31 Plug-in Problem
The container 'Plug-in Dependencies' references non existing library 'C:\el\code\trunk\eclipselink.runtime\jpa\plugins\javax.validation' org.eclipse.persistence.jpa Build path Build Path Problem
No available bundle exports package 'com.sun.xml.xsom' MANIFEST.MF /org.eclipse.persistence.moxy/META-INF line 32 Plug-in Problem
No available bundle exports package 'com.sun.xml.xsom.impl' MANIFEST.MF /org.eclipse.persistence.moxy/META-INF line 33 Plug-in Problem
No available bundle exports package 'com.sun.xml.xsom.impl.parser' MANIFEST.MF /org.eclipse.persistence.moxy/META-INF line 34 Plug-in Problem
No available bundle exports package 'com.sun.tools.xjc' MANIFEST.MF /org.eclipse.persistence.moxy/META-INF line 35 Plug-in Problem
No available bundle exports package 'com.sun.tools.xjc.model' MANIFEST.MF /org.eclipse.persistence.moxy/META-INF line 36 Plug-in Problem
No available bundle exports package 'com.sun.tools.xjc.outline' MANIFEST.MF /org.eclipse.persistence.moxy/META-INF line 37 Plug-in Problem

--
Rick Curtis

Back to the top