Search:

Type: Posts; User: matomira; Keyword(s):

Search: Search took 0.04 seconds.

  1. Integrate Spring Roo MVC scaffold and Jersey FILTER

    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...
  2. Replies
    1
    Views
    634

    OK, instead of annotating each field with...

    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.
  3. Replies
    1
    Views
    634

    JAXB annotations and Roo

    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...
  4. Replies
    2
    Views
    767

    Yes, I know the artifact which contains the Roo...

    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.
    ...
  5. Replies
    2
    Views
    767

    Schemagen and 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...
  6. Replies
    0
    Views
    531

    submit as form, response as JSON or XML

    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...
  7. Replies
    9
    Views
    7,152

    I've just encountered this problem myself, using...

    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
Results 1 to 7 of 7