1
vote
0answers
38 views

Camel 2.10 and Spring JAXB complaining about Handling Interfaces

We recently upgraded the version of Open JDK 7 to version 1.7.0_u21 and have started to run into issues with Camel and JAXB that is included in that version. Versions starting with 1.7.0_u9 or below ...
0
votes
1answer
55 views

How to add a custom ContentHander for JAXB2 support in Spring 3 (MVC)?

Scenario: I have a web application that uses Spring 3 MVC. Using the powerful new annotations in Spring 3 (@Controller, @ResponseBody etc), I have written some domain objects with @XML annotations for ...
0
votes
0answers
88 views

Jaxb2Marshaller holding on to objects com.sun.xml.bind.v2.model.impl.RuntimeClassInfoImpl

We're working on a heap dump to identify some production memory problems. The Memory Analyzer shows Class Name | Shallow Heap | Retained Heap | ...
0
votes
1answer
375 views

javax.servlet.ServletException: Unable to locate object to be marshalled in model

I've looked around bit but can't figure out what am I missing trying to get xml view of result. Following is the exception I am getting: javax.servlet.ServletException: Unable to locate object to be ...
1
vote
0answers
88 views

Spring unmarshal and wire XML into bean

Given a static XML (as defined below) can you configure spring to unmarshal and load the bean without using a factory method. More specifically is it possible to in some way configure it in ...
1
vote
0answers
107 views

Spring Webservice Client - Problems creating

I am new to Spring, so my apologies if this seems obvious. I am trying to create a JUnit test case that calls my webservice. I think I finally got the gist of wat I am suppose to do, but keep getting ...
1
vote
1answer
242 views

Jaxb2Marshaller fails to unmarshall in the presence of '&'

I am using org.springframework.oxm.jaxb.Jaxb2Marshaller to unmarshall my request xml. The unmarshalling fails because of the presence of '&' (ampersand) in the request even though the encoding is ...
1
vote
1answer
385 views

UnmarshalException in Spring 3.1 Restful Service Using xml Request

i use spring web 3.1.1 and spring oxm 3.1.1. when jaxb2marshaller attempt to unmarshall xml source to object blow Exception occured. 2012-12-03 ...
2
votes
1answer
558 views

Jaxb2Marshaller's classesToBeBound property

I am trying to configure Jaxb2Marshaller like below: <bean id="jaxbMarshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller"> <property name="classesToBeBound"> ...
1
vote
1answer
423 views

JAXB XmlElementRef lookup into entire classpath

Hi can someone please explain how to solve following problem. i have class structure like this.. public class RequestWrapper implements Seriallizable { private List<Request> requests = ...
1
vote
2answers
403 views

Jaxb XmlElementRef parent class tag

i need some help in jaxb XmlElementRef tag generation. I have classes like following, @XmlRootElement(name = "Request") public class BaseRequest { @XmlAttribute(name = "requestid") private ...
1
vote
4answers
607 views

Please advise the best pattern for serialising JAXB Lists

There have been many questions as to how why list types are not serialising, however I'm questioning what is a good practice to serve a list type of beans in a simple way. So far I have been creating ...
0
votes
1answer
296 views

How to ignore invalid xml response with Spring's JaxWsPortProxyFactoryBean

I am using the JaxWsPortProxyFactoryBean to create a simple ws client from a wsdl. Everything works as expected but unfortunately the response I am getting contains unicode characters which are ...
1
vote
2answers
548 views

Spring WS: What class invokes unmarshalling?

Anyone knows what class actually invokes unmarshalling in spring web-services? I would like to know if it is effective/necessary to call un/marshalling within soap iterceptor. Or is there any more ...
1
vote
1answer
292 views

marshal/unmarshal 2 different classes that are based on 2 different schemas

Im trying to configure a jaxb2Marshaller in spring beans config file but Im pretty new to Spring and JAXB so i might be going about it the wrong way. What i want to achieve is the same bean that will ...
1
vote
1answer
2k views

Using Jaxb2Marshaller to unmarshall an xml and validate against a schema

I am implementing a REST service with xml as the payload and have the following configuration to use Jaxb2Marshaller to unmarshall my xml. Here is the configuration from my spring context file ...
1
vote
1answer
54 views

from xml to objects and then to my database

i'm working on parsing xml documents and stroring the parsed elements into database therefore i'm using jaxb to unmarsh the xml and eclipseLink to map the result ( objects created from the xml ) into ...
3
votes
3answers
4k views

Specify a package instead of “classesToBeBound” for spring Jaxb2Marshaller

I am trying to use Jaxb2Marshaller to marshal a set of java classes using spring. I know this can be done using the following code <bean id="jaxbMarshaller" ...
1
vote
1answer
3k views

Spring RestTemplate - no suitable HttpMessageConverter found for response type [..] and content type [application/xml]

I have a problem accessing a REST service with the RestTemplate. I've already managed to user the MarshallingConverter to access one other service, and everything worked fine. I have copied this ...
1
vote
2answers
987 views

Empty SOAP response - using JBoss 4.2, Jaxb2, Java 1.6

I am trying to deploy a spring-ws SOAP webservice in JBoss 4.2 (JDK 1.6, spring 3.0, spring-ws 2.0). I am using JAXB2 as O/X binding. Setup is fine, beans found and wired, requests can be sent and ...
4
votes
1answer
892 views

How to set Jaxb2Marshaller list of XmlAdapters in Spring bean through XML?

I'm trying to define a Jaxb2Marshaller bean in Spring-WS to use a custom adapter that extends XmlAdapter. I have the following in an XML file: <bean id="jaxb2Marshaller" ...
2
votes
1answer
759 views

Spring AOP Logging Interceptor and JAXB issue

I am trying to implement logging aspect into my application. This is the first time I am attempting AOP, so please let me know if I am missing something obvious. In order to achieve weaving external ...
2
votes
3answers
984 views

Why is JAXB trying to bind Spring's ApplicationContext?

I'm working on a Spring application that exposes a JAX-WS web service. The web service implementation has a dependency on some spring-managed object in my service-layer and looks like this ...
4
votes
2answers
3k views

Spring 3, ReST, @ResponseBody and @ExceptionHandler

I have been trying to get exception handling working in my simple Spring 3 based ReST web services. Based on everything I have seen, there is a bug that prevents this from working automatically with ...
0
votes
3answers
3k views

posting xml to a spring REST endpoint is not getting unmarshalled into the relevant Java object

I have a project where xsd are given. I use the xjc compiler to generate the Java classes. And then I annotate the class with XmlRootElement attribute. I have configured the sevlet with the Jaxb2 ...
3
votes
2answers
4k views

Spring Batch & Jaxb2Marshaller

I am attempting to use Spring Batch to read an XML input file and save each chunk into a database, but I am getting the following exception: Caused by: javax.xml.bind.UnmarshalException - with ...
3
votes
2answers
1k views

Spring3, JAXB2, Java6, NamespacePrefixMapper questions

I built a simple Spring3, Hibernate3/(JPA2), RESTful service, hosted on Tomcat6, that uses JAXB2 to marshal the results. (It uses annotated pojos.) I needed to use specific namespace prefixes, so I ...
1
vote
1answer
10k views

JAXB unmarshalling exception: unexpected element when spring webservice 1.0.4

I have written spring webservice cleint example This is working fine with springws1.5 but when running with spring ws 1.0.4 i am getting below exception. Please help me why we will get this exception ...
1
vote
2answers
5k views

spring ws not finding the adaptor when using annotated endpoints

I am using Java 6 and spring-ws to create a very simple web service which receives 2 parameters in the form of a BusquedaRequest Jaxb object and returns the same object. The object has been created ...
1
vote
2answers
433 views

spring jaxb exception

<bean class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver"> <property name="mediaTypes"> <map> <entry key="xml" ...
2
votes
2answers
2k views

thread safety when using spring WebServiceTemplate and Jaxb2Marshaller

I am using spring WebServiceTemplate as a web service client programmatically i.e. without instantiating a spring container. I am using Jaxb2Marshaller for marshaling/unmarshaling. In my application, ...