Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,643

    maven dependency setting

    Didn't see the pom.xml in the samples dir. Got it now..

    <dependency>
    <groupId>org.springframework.amqp</groupId>
    <artifactId>spring-amqp</artifactId>
    ...
  2. Replies
    3
    Views
    4,643

    maven dependency setting

    I'm trying to figure out the exact dependency pom file setting for the needed jars. What I have below doesn't work. Can anyone assist?

    Thanks!
    Stephen

    <dependency>...
  3. Replies
    2
    Views
    1,133

    Worked

    Excellent - that did it. Works as expected now! Thank you!!
  4. Replies
    2
    Views
    1,133

    Transient field help

    Hi,

    I've declared a property in my domain object as transient:

    @Transient
    private String status;

    Roo updates my Controller and view pages as expected. However, within my create.jspx and...
  5. Replies
    1
    Views
    898

    update controller

    I initially used roo scaffold to create my web controller plus views. Since then, I've updated my domain model object and now I need the controller plus views to reflect the new domain model...
  6. Replies
    1
    Views
    1,042

    Creating find by Controllers

    I'm building out a new Roo app. I'd like to know if there's a best practice guide to creating a new Controller similar to the "Find by..." Controllers seen in the Pet Clinic app?

    Ex:
    Find by...
  7. JAXRPCException - Cannot find operation on webservice call

    Hi,

    I'm having issues connecting to the TerraService webservice. I'm getting the following exception. Any hints as to what the issue is? I'm running the testcase from IntelliJ.

    Thank you,...
Results 1 to 7 of 7