Hello,
I can't manage to get this working:
Jersey SpringServlet setup as filter at /rs/*
The provided roo DispatcherServlet at /
I can't have the SpringServlet as servlet because...
Type: Posts; User: matomira; Keyword(s):
Hello,
I can't manage to get this working:
Jersey SpringServlet setup as filter at /rs/*
The provided roo DispatcherServlet at /
I can't have the SpringServlet as servlet because...
OK, instead of annotating each field with @XmlElement, one has to use @XmlAccessorType(XmlAccessType.FIELD) on the class for this plugin so that this error does not happen.
Hello,
To generate the XSD with jaxb2-maven-plugin, one has to add @XmlElement annotations.
But if one does this on a private field in the main entity file, startup fails with the...
Yes, I know the artifact which contains the Roo annotations.
But when I generate XSD from the JAXB annotations, maven-jaxb-schemagen-plugin fails because of the Roo annotations.
...
Hello,
I am trying to use the schemagen plugin, but the processing fails as it does not understand the Roo annotations.
I've added a dependency to the roo annotations to the plugin...
Hello,
I am trying to use the RESTful API, and I know how to configure Spring to fully use JSON or XML, but I don't know how to set it up so that an object is mapped as form parameters on the...
I've just encountered this problem myself, using Axis 1.3 on the client.
I've created an issue at the Axis JIRA:
https://issues.apache.org/jira/browse/AXIS-2393