1. XSD Client in Spring stackoverflow.comI have an XSD document that I need to communicate with an endpoint (client side only) - is there this functionality built into spring? I have been using JAXB, but was ... |
2. Define Spring JAXB namespaces without using NamespacePrefixMapper stackoverflow.com[Heavily edited as understanding progresses] Is it possible to get Spring Jaxb2Marshaller to use a custom set of namespace prefixes (or at least respect the ones given in the schema file/annotations) without ... |
3. How to get formatted xml output from jaxb in spring? stackoverflow.comI am using Jaxb2Marshaller as a view property for ContentNegotiatingViewResolver. I am able to get the xml repsonse. How do I format (pretty print) it?
|
4. IllegalAnnotationsException: domain.NewsletterType does not have a no-arg default constructor stackoverflow.comCaused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions xxx.tools.newsletter.domain.NewsletterType does not have a no-arg default constructor. this problem is related to the following location: ... |
5. Inject JAXBContext into spring stackoverflow.comI am trying to inject a
It throws an exception:
No matching factory method found: factory method 'newInstance'And ... |
6. spring OXM multiple JAXB interfaces problem forum.springsource.orgDec 22nd, 2010, 12:37 PM #1 pdhinoja View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 11 spring OXM multiple JAXB interfaces problem Hi, we have ... |
7. JAXB unmarshling problem forum.springsource.orgHi All, Am really lost in this, I created a webservices client using spring ws and jaxb for a .NET server, every thing works fine but for a response that is ... |
8. some problems use Jaxb in Spring-WS2.0 forum.springsource.orgI'm using Spring-WS2.0 now.I have some problems when i try to use Jaxb for transform XML to Java or Java to XML in Spring-WS2.0. I don't know how to use Jaxb ... |
9. Agent Reloading incompatible with JaxB forum.springsource.orgAgent Reloading incompatible with JaxB I've got an application that uses JaxB through CXF. When I enable agent based reloading I get errors like the following when JAXBContext.newInstance() is called: Is ... |
10. XML formatting issue with JAXB_FORMATTED_OU TPUT forum.springsource.orgHas anyone got this working? Code: |
11. how to configure a jaxb class with spring forum.springsource.orgI have use appfuse to develope my web site, but this use for default spring + hibernate, but I dont have a Data Base to use Hybernate, my resourse come from ... |
12. Problem with Spring JAXB Version? forum.springsource.orgProblem with Spring JAXB Version? Hi. I'm not sure yet if Spring is using an older? newer? version of JAXB, or there is some other JAXB config setting I'm missing. Anyway, ... |
13. jaxb1 behaviour forum.springsource.orgjaxb1 behaviour 1) With sping-ws integration what's the recomended way to instantiate beans in app context given you are supposed to use ObjectFactory to instantiate beans 2) is there an abstraction ... |
14. A more JAXB related question forum.springsource.orgSep 21st, 2007, 12:32 PM #1 ssquare View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 27 A more JAXB related question I have not used ... |
15. JAXB2 question forum.springsource.orgI'm using JAXB2 along with @Endpoint & @Payload annotations. I've been told that using SAX (since it is a stream parser) is significantly faster and memory efficient than JAXB2. Is this ... |
16. JAXB2 generation - separate forum.springsource.orgI have a couple of XSDs, one being Domain.xsd. The other XSDs import Domain.xsd. The other XSDs are generated into their own packages. So subsequently JAXB2 generation includes Domain.xsd, which results ... |
17. JAXB generation problem forum.springsource.orgJAXB generation problem I have a slew of objects being generated via JAXB. But for some reason, two of them will not generated with the namespace in the XmlRootElement and XmlElement ... |
18. Jaxb2 forum.springsource.orgJan 9th, 2008, 03:29 PM #1 GregThoen View Profile View Forum Posts Private Message Junior Member Join Date Oct 2007 Posts 22 Jaxb2 Hi, all. I'm new to JAXB, so I'm ... |
19. JAXB marshalling question??? forum.springsource.orgJAXB marshalling question??? This is the jaxb marhalling conext path configuration. |
20. Converting Java Objects to XML using Jaxb forum.springsource.orgHi I am new to spring. 1. I have set of data's in the form of java objects. 2. Then i have common XML Scehma for Storing these data's. Can you ... |
21. Jaxb Unmarshall problem forum.springsource.orgJaxb Unmarshall problem I am trying to create a service using spring-ws 1.0.3. I am using a JAXB2 marshaller/unmarshaller and injecting it in to an endpoint that extends AbstractMarshallingPayloadEndpoint. When I ... |
22. Formatting JAXB2 output forum.springsource.orgFormatting JAXB2 output I have several issues with the responses sent back by Spring WS to my client. It's a J2ME JSR172 client and it seems to have a hard time ... |
23. IllegalAnnotationException in Jaxb context forum.springsource.orgIllegalAnnotationException in Jaxb context Hello, I'm having a problem with JAXB. Our company integrates with one of our partners which uses a Ruby on Rails application with a RESTful web interface. ... |
24. JAXB doesn't work with Spring-DM... forum.springsource.orgOct 21st, 2008, 02:53 PM #1 mburbidg View Profile View Forum Posts Private Message Member Join Date Aug 2005 Posts 62 JAXB doesn't work with Spring-DM... I'm trying to use JAXB ... |
25. JAXB Client forum.springsource.orgHi I would like to use JAXB on the client side instead of XmlBeans (as in the airline sample)... is this as simple as running the maven jaxb generator and using ... |
26. Core Components JAXB2, SAX, STAX, etc. forum.springsource.orgCore Components JAXB2, SAX, STAX, etc. Hello, My name is Joe Roberts and I am a developer tasked with creation of web services. I am researching Spring-WS as a possible solution ... |
27. Jaxb marshalling forum.springsource.orgJaxb marshalling Hi, I'm trying to get work my web service. I use generated jaxb classes via xjc from XSD scheme. Code: |
28. JAXB issue forum.springsource.orghi, I am receiving the following error when I call java functions from my javascript. "Ignored exception: java.security.PrivilegedActionException: java.lang.reflect.InvocationTargetException" The above occurs at the line(in my java code): String test = ... |
29. Which jaxb versions to use with Java 5 forum.springsource.orgWhich jaxb versions to use with Java 5 I am attempting to build a simple standalone web client using the WebServiceTemplate with JAXB marshalling using a Java 5 JRE and building ... |
30. JAXB nullpointer when marshalling a null date value forum.springsource.orgHi all, I have a custom XmlAdapter to Marshal org.joda.time.DateTime to xsate Code: public String marshal(YearMonthDay v) { if (v.getYearMonthDay() != null) { return v.getYearMonthDay() .toString(DateTimeFormat.forPattern("YYYY-MM-dd")); } else { return null; ... |
31. LinkageError from jaxb when trying to run Spring from JarClassLoader forum.springsource.orgLinkageError from jaxb when trying to run Spring from JarClassLoader I need to develop a standalone commandline application to produce and consume JMS and webservice services. The standalone application needs to ... |
32. Spring 3 JAXB OXM possible bug forum.springsource.orgSpring 3 JAXB OXM possible bug I have an application context setup to provide JAXB 2 marshalling for a restful web service that returns xml when going to /categories/96.xml. The JAXB2 ... |
33. issue with JAXB marshalling forum.springsource.orgissue with JAXB marshalling I'm trying a very simple service using Jaxb marshalling but am having a slight issue. When the request hits the service method it is of type JABXElement ... |
34. JAXB Problem: Same element name, different namespace forum.springsource.orgJAXB Problem: Same element name, different namespace Hi all, I have two versions of the same element, with same element name and different namespace. Following is the snippet of the XML ... |
35. Multiple JAXb marshallers forum.springsource.orgMultiple JAXb marshallers I have been using one JAXB marshaller and one endpoint adapter, but as I have a lot of separate WSDL's and external schemas with a large number of ... |
36. Howto resolve namespaces when JAXB2 marshalling with bound classes? forum.springsource.orgHowto resolve namespaces when JAXB2 marshalling with bound classes? Hi all, I successfully managed to configure my very noddy web-service using the @Endpoint, @PayloadRoot and @XPathParam annotations. I wanted to go ... |
37. JAXB marshalling - unnecessary namespaces forum.springsource.orgJAXB marshalling - unnecessary namespaces Hi! I've got a problem I can't satisfactorily solve... I'm creating ws with spring, using JAXB2 for creating model classes out of xsds. I'm using maven ... |
38. IllegalAnnotationExceptions on Jaxb-generated fault class. forum.springsource.orgIllegalAnnotationExceptions on Jaxb-generated fault class. Hi everyone, I'm having some problems on a fault class generated by Jaxb. When trying to start the service, I get an "IllegalAnnotationExceptions". The excerpt of ... |
39. JAXB2 related codes forum.springsource.orgJAXB2 Binding Hi, I am learning spring web service, I have created a project using eclipse and have the echo sample working, Now in the same project I modified my schema ... |
40. doesnt contain jaxb.index forum.springsource.orgMy Spring configuration holds this entry: Code: |
41. Spring javaagent and JAXB forum.springsource.orgApr 11th, 2010, 09:13 PM #1 ryester View Profile View Forum Posts Private Message Junior Member Join Date Feb 2010 Posts 13 Spring javaagent and JAXB I recently try to use ... |
42. How to call no-arg method using Jaxb forum.springsource.orgHi, I've setup my project to use PayloadRootAnnotationMethodEndpointMapping endpoint mappings and GenericMarshallingMethodEndpointAdapter for marshalling the endpoint parameters using jaxb. I have a number of service methods which have no arguments. I'm ... |
43. JAXB @XmlAccessorType being ignored forum.springsource.orgJAXB @XmlAccessorType being ignored I'm using JAXB within a Spring MVC application (apologies if this is the wrong forum - I wasn't sure whether this or the Web forum was more ... |
44. JAXB Binding Problem forum.springsource.orgJAXB Binding Problem I am having an issue communicating with a web service using JAXB for o/x marshaling. I believe I know what the problem is, but I'm not sure how ... |
45. Unmarshal list of strings using Jaxb forum.springsource.orgUnmarshal list of strings using Jaxb Hi, I am having problem unmarshaling a list of String using Jaxb. Here is the response xml from the server end: |
46. JAXB impl forum.springsource.orgJAXB impl Hi, I am using Spring OXM and defining JAXB as my marshalling mechanism. Long story short, we have been advised not to use any CDDL licensed software. The JAXB2 ... |
47. org.springframework.oxm.jaxb.JaxbSystemException: class x nor any of its super class forum.springsource.orgorg.springframework.oxm.jaxb.JaxbSystemException: class x nor any of its super class I'm using jaxb2,This is my spring context file Code: |