We\'re using apache cxf 2.2.2 with JaxB and I need to change the wsdl:definitions name of an exported wsdl to something else.Does anyone know how I could change it, possibly via a JAXB annot开发者_Pyt
I have the following XML: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <details> ... <address1>Test&Address</address1>
I have eventually managed to fiddle HyperJAXB so that when XSD has complexType A and this has an IDREF to complexType B, then HyperJAXB will generate @OneToOne JPA annotations between the the two gene
Is it possible to use JAXB to unmarshall xml to a specific Java class based on an attribute of the xml?
I\'ve inherited a project which uses JAXB heavily to map XML messages onto Java objects. The problem I have is that some of the data which I receive (in this case nested XML of unknown form) has NOT t
I have a JPA entity class mimicking a table. Something like this: @XmlType(name=\"MyClassElementType\")
Hi I\'m very new to XML, and webservices but I\'m recieving XML from a SOAP webservice that looks kind of like this:
I have 3 xsd files: a.xsd b.xsd shared.xsd shared.xsd is imported to both a.xsd and b.xsd using <xs:import schemaLocation=\"shared.xsd\"/>
I put together an XSD and used JAXB to generate classes out of it. Here are my XSDs- myDoc.xsd : <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I am getting Out of Memory error: Memory Exception in thread \"main\" java.l开发者_开发问答ang.OutOfMemoryError: Java heap space