Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Error creating moxy jaxb context
Error creating moxy jaxb context [message #1754261] Wed, 15 February 2017 20:28
leor amikam is currently offline leor amikamFriend
Messages: 9
Registered: October 2016
Junior Member
I am migrating a jee6 jax-ws/ejb app from weblogic jee-6 to jboss eap7. We use a different jaxb provider (eclipselink moxy). When I attempt to create a new context instance for a class:

Object tmp = org.eclipse.persistence.jaxb.JAXBContext.newInstance(Level1PayloadType.class);

I am getting the folowing exception:

Caused by: java.lang.NoSuchMethodException: org.eclipse.persistence.jaxb.JAXBContext.createContext([Ljava.lang.Class;, java.util.Map)
Previous Topic:Moxy xpath predicate not working
Next Topic:Many databases, same shared schema. One EntityManagerFactory?
Goto Forum:
  


Current Time: Fri Mar 29 05:11:17 GMT 2024

Powered by FUDForum. Page generated in 0.04639 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top