Didn't see the pom.xml in the samples dir. Got it now..
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
...
Type: Posts; User: spasco; Keyword(s):
Didn't see the pom.xml in the samples dir. Got it now..
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
...
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>...
Excellent - that did it. Works as expected now! Thank you!!
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...
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...
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...
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,...