I have written an RCP Application using eclipse Luna repository.
Now I want to update to Mars.
Therefore I have changed my target definition so use the mars repository. My Application is starting but if I use some code snippets including my XML Marshaller I get
java.lang.ClassNotFoundException: javax.validation.ConstraintViolationException cannot be found by org.eclipse.persistence.moxy_2.6.0.v20150309-bf26070
The messages is clear, javax.validation.ConstraintViolationException is missing. I had a look to the content of my target definition and could not find javax.validation
So yes it is missing but why?
EclipseLink MOXy was included in the eclipse Luna repository. The Mars repository is missing this Plugins so I added
to get the MOXy Plugins. But I don't know where to get the missing javax.validation Plugin.
Any ideas?
Someone said to get javax.validation from the milestone-update site but I can not find anything different on http://download.eclipse.org/rt/eclipselink/milestone-updates/
Edit 1
Noone?
For testing I have added the eclipselink 2.6.1 downloaded zip Directory to my target definition and it is showing up "javax.validation"
The build process runs fine. But if I want to construct a Marshaller the Exception is thrown.
I think there is something wrong with the classpath the moxy implementation is looking for that class because the class ConstraintViolationException is present in the javax.validation_1.1.0.v201304101302.jar