python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
method has @XmlElementMapping on it, but it doesn't return a sub-type of JAXBElement
I am trying to deploy my web service on JBOSS EAP 7.2.
But at the deployment stage I get an error. Doesn't my ObjectFactory class return a JAXBElement in the createCertificateTypeSerialNumber method?
...
Денис Завражнов
Votes: 0
Answers: 0
unable to Load Class com.sun.xml.ws.api.SOAPVersion when deploying Application to Glassfish4
Our Web-Application runs fine on Glassfish 3 and we want to migrate to Glassfish 4 and beyond.
When i deploy the war file to Glassfish 4 i get the following Exception:
Caused by: java.lang.NoClassDefF...
Christian Meister
Votes: 0
Answers: 0
Java 11 exception java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory
I have recently migrated my application to java 11 & Tomcat 9.0 & have started getting jaxb class not found exception.
caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2...
Scorpio
Votes: 0
Answers: 0