jaxb
CXF 2.2.12: How to turn off schema validation on the client side
I would like to turn off schema validation for JAXB-bound messages.开发者_如何学JAVAI am dealing with the client-side CXF code (WSDL first generation).I have tried using[详细]
2023-04-12 09:10 分类:问答Performing a JNDI lookup in a JAXB XmlAdapter
My project is a Java Enterprise project and consists of three modules: Assembly (EAR) EJB (JAR) Web (WAR)[详细]
2023-04-12 05:15 分类:问答JAXB / Jackson handling arrays
I\'m currently writing a Jersey REST interface for a web application. What I want is the ability to be able to serialize a JSON and XML request to the same object however I\'m having trouble getting t[详细]
2023-04-12 04:31 分类:问答How to config Jaxb to ignore the use Attribute?
I have a XSD scheme b开发者_StackOverflow社区ut I cannot change the Scheme <xs:attribute name=\"zbpName\" type=\"Zbp_NC\" use=\"required\"/>[详细]
2023-04-12 03:23 分类:问答Cannot import JABX XmlPath class
i\'m working on application requiring unmarshalling action. here\'s my input file structure : <root>[详细]
2023-04-12 02:50 分类:问答Google Guice and Jersey - JAXB can't handle interfaces Error
I\'m using Google Guice with Jersey (jax-rs). Following method throws an JAXB-Exception (JAXB can\'t handle interfaces) if I calling it:[详细]
2023-04-12 00:28 分类:问答Unmarshalling SOAP with JAXB leaves ANY-element empty (null)
I\'m unmarshalling a SOAP-message with JAXB, and while most of the message looks fine when unmarshalled, one element is null when its content should be plain text. If I change its content to xml (e.g.[详细]
2023-04-11 23:53 分类:问答Xml Schema / JaxB -- How to enable empty enumerations, string, integer values in schema without validation errors?
I tried a couple of things: 1) <xs:simpleType name=\"matchAnalysisType\"> <xs:restriction base=\"xs:string\">[详细]
2023-04-11 19:17 分类:问答Serialization of JodaTime Period with Jaxb (BasePeriod does not have a default constructor)
I have written an adapter to handle serialization of a Period开发者_运维百科 https://www.joda.org/joda-time/apidocs/org/joda/time/Period.html in JodaTime with JAXB as it says in http://blog.bdoughan.c[详细]
2023-04-11 18:40 分类:问答specify alternate JAXB provider
In my Grails app, I want to use EclipseLink as the JAXB provider. I tried adding a file grails-app\\conf\\jaxb.properties with the contents[详细]
2023-04-11 11:27 分类:问答