1. How do I marshal java.util.List with JAXB like JAX-RS (CXF, and Jersey) do stackoverflow.comIt seems the latest JAX-RS can handle methods returning java.util.List as the XMLRootElement but normal JAXB cannot. I would like to mimic what CXF and Jersey are doing. In other words I would ... |
2. JAXB XmlJavaTypeAdapter is not called when Marshalling Object to Enum type stackoverflow.comI am converting my web application to web servcies using CXF. My web application has classes build to work as enum. Example:
|
3. org.apache.cxf.interceptor.Fault: Marshalling Error: null stackoverflow.comI have created a webservice using cxf 3.4.1 When I send a request to the webservice it works fine but sometimes for one or other request it gives me error with the ... |
4. Can't Marshal java.lang.String stackoverflow.comHere is my dilemma: I have a dto class for marshaling back and forth from/to XML. Here is the trick: Because of the number of dto classes our project deals with ... |
5. Marshalling enum attributes into XML using JAXB and JAXWS Annotations stackoverflow.comLet's say we have the following Java 1.5 enumeration:
|
6. Apache CXF - ignore setters when marshalling coderanch.comHey guys, I am playing around with Webservices and Apache CXF. The framework does pretty much everything by itself which is nice. I did not quite get behind the mechanics of the automatic marshalling process. It appears, that by default the framework scans the data classes to be shipped over the network to find setter and getter methods and those are ... |
7. org.apache.cxf.interceptor.Fault: Marshalling Error: null coderanch.comHi, I have created a webservice using cxf 3.4.1 When I send a request to the webservice it works fine but sometimes for one or other request it gives me error with the following stack trace on the console. I am using jdk 1.6 , jboss 5.1.0 GA , jbossws-cxf-3.4.1.GA Can anybody help me resolving this issue? Thanks in Advance......... I ... |