moxy
EclipseLink MOXy @XmlPath support for getting element value by attribute value
Using EclipseLink MOXy JAXB implementation, I\'m trying to use @XmlPath annotation to get element values based on the value of an attribute of the element.I can\'t seem to get it to work. Is this supp[详细]
2023-02-17 19:28 分类:问答Implement " xml-elements" using MOXy
I want to know how to implement having List of interface Type using EclipseLink MOXy, Before, using JA开发者_StackOverflow社区XB , The following annotations did the job[详细]
2023-02-17 11:12 分类:问答How to create JAXBContext in EclipseLink?
JAXBContext.newInstance() method receives Map with properties as a parameter. Which properties and how should I specify to make JAXBContext instance informed about several files with xml-mappings?[详细]
2023-02-16 11:34 分类:问答Is there any way to map two links in a JAXB XML entity to different classes?
Is there any way to map two links in a JAXB XML entity to different classes? Example: <restresource>[详细]
2023-02-15 20:47 分类:问答Marshalling with MOXy
I\'m experiencing no problems while unmarshalling with MOXy. This is the XML, I\'ve unmarshalled. <eng><shape type=\"square\"><square-specific>dasdasdas</square-specific></[详细]
2023-02-15 01:09 分类:问答JAXB 2.x: Abstract methods get marshalled as Attribute
I have an abstract root class, let\'s say A. And I have several implementation classes extending A. A has FIELD annotation as well as some @XmlElement annotated properties.[详细]
2023-02-13 07:20 分类:问答JAXB 2.x and Ant
I am using JAXB 2.1.2 with the MOXy implementation. To build my web app I am using Ant 1.7.1 and I am also using the[详细]
2023-02-08 07:54 分类:问答Where to include jaxb.properties file?
I have REST (Jersey) webservice that makes use of some data objects that are marshalled/unmarshalled to/from XML.The data objects are in a separate project/jar that the webs开发者_运维知识库ervice war[详细]
2023-01-29 02:38 分类:问答Jpa entities over a JAX WS services without infinite loop
How can I send JPA generated entities over an JAX WS web service without getting the an XML infinite cycle exception because of the c开发者_开发技巧ycle of references in those entities?[详细]
2023-01-29 01:42 分类:问答Mapping a Java property to several xml attributes using JAXB and MOXy
I have a simple class CustomQuoteRequest: public class CustomQuoteRequest { private String requestId; private String currencyPairCode;[详细]
2023-01-20 13:38 分类:问答