Search:

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

Search: Search took 0.07 seconds.

  1. I was able to resolve this by rerunning web...

    I was able to resolve this by rerunning

    web mvc all --package ~.web
  2. I'm having the same problem. Roo has already...

    I'm having the same problem.
    Roo has already generated converters for all my domain types in the ApplicationConversionServiceFactoryBean_Roo_ConversionService class, so if I add converters...
  3. David Melia posted a working solution in SPR-7905...

    David Melia posted a working solution in SPR-7905,
    namely, how to configure the MediaTypes for org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
    from within...
  4. However, the workaround listed in SPR-7905 does...

    However, the workaround listed in SPR-7905 does not work for me when I remove <annotation-driven>.

    I get



    Ambiguous handler methods mapped for HTTP path '/projects':
    { public...
  5. SPR-6386...

    SPR-6386 appears to be this issue; it is marked Fixed in 3.0 RC3 but I still see it in 3.1.0.RELEASE

    SPR-7905 is Open, waiting-for-triage (and may have a kluge/workaround)
  6. @RequestMapping produces= not matching Accept: application/vnd.xxx+json

    I have a Spring 3.1.0 web @Controller :



    @RequestMapping("/projects")
    @Controller
    public class ProjectController {
    ...
  7. I'm moving this thread to the Web Services forum...

    I'm moving this thread to the Web Services forum which is probably a better fit;
    see Spring, Roo,and JAXBException: X nor any of its super class is known to this context there.
  8. Spring, Roo,and JAXBException: X nor any of its super class is known to this context

    How do I use Spring to force all my marshaling to use the same context and to find all my classes (which may be in different jars)?

    I originally posted this in the Roo forum but have not seen a...
  9. Replies
    19
    Views
    1,067

    yes, that was one problem I fixed in my STS.

    yes, that was one problem I fixed in my STS.
  10. Spring, Roo,and JAXBException: X nor any of its super class is known to this context

    I have a Spring Roo app with some JPA entities, and I'm adding some REST API handlers.
    I added a method annotated with @RequestHandler ; the method returns...
  11. Replies
    19
    Views
    1,067

    Thanks for your patience and assistance, Martin....

    Thanks for your patience and assistance, Martin. I filed a JIRA issue, see STS-2827
  12. Replies
    19
    Views
    1,067

    Thanks for the hint. The server definition in my...

    Thanks for the hint.
    The server definition in my Window -> Preferences -> Server -> Runtime Environments was old - it
    had the old tcServer from a previous (2.9.1.FINAL) install of STS (tc Server...
  13. Replies
    19
    Views
    1,067

    I deleted my tc Server server instance but alas I...

    I deleted my tc Server server instance but alas I could not add it back - there are no templates, so the
    wizard cannot complete. (That feels like a STS bug).

    I reinstalled STS 2.9.2.FINAL and the...
  14. Replies
    19
    Views
    1,067

    There is no sas.commons.rest-0.1.0-SNAPSHOT.jar...

    There is no sas.commons.rest-0.1.0-SNAPSHOT.jar anywhere in my spring-insight-instance directory, although the other jars from the Maven pom.xml dependencies are all there. Also,...
  15. Replies
    19
    Views
    1,067

    I found the internal deployment directory: ...

    I found the internal deployment directory:

    /u/sasdjb/eclipse-workspaces/springsource/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps

    so now I can look at the...
  16. Replies
    19
    Views
    1,067

    Thanks, Martin. I am using the full STS that I...

    Thanks, Martin.

    I am using the full STS that I downloaded from springsource - I think I originally downloaded 2.9.1.RELEASE (based on my directory structure) then used the update site to update to...
  17. Replies
    19
    Views
    1,067

    Hi, Martin. yes, I was able to strip this down...

    Hi, Martin.

    yes, I was able to strip this down to two basic projects A and B that exhibit this problem. The attached sts-webtools-cnfe.zip contains the two Eclipse projects, A and B. Deploy A with...
  18. Replies
    19
    Views
    1,067

    side note: as per this StackOverflow thread...

    side note: as per this StackOverflow thread, my commons.rest project was already correctly listed in the Deployment Assembly. However, under both cases (commons.rest project open or closed), the...
  19. Replies
    19
    Views
    1,067

    Debug web app classpath problems

    I have a Spring project named AppGen, building with Maven, that worked fine in STS 2.9.2.RELEASE.
    I refactored a bit and moved some classes to a second project named commons.rest and added a...
  20. My pom.xml has ...

    My pom.xml has

    <groupId>com.sas.tools.appgen</groupId>

    but Roo thinks ~ is com.sas.tools instead, so when I do

    entity jpa --class ~.models.Artifact

    Roo creates...
  21. Replies
    7
    Views
    1,309

    I too am having the same 'Unsatisfied...

    I too am having the same 'Unsatisfied requirement(s):' problem while following the examples in Long&Mayzak's 'Getting Started with Roo' book. I've installed spring-roo-1.2.1.RELEASE and...
  22. I don't see any MMojoExecutionException or URL -...

    I don't see any MMojoExecutionException or URL - just



    # mvn clean install
    ...
    [INFO] Copying 4 resources
    [INFO] [compiler:compile {execution: default-compile}]
    [INFO] Nothing to...
Results 1 to 22 of 22