Hey folks,
I'm trying to speed up some of my testing throughout a Roo-based project so I'm trying to get as much done with mocks rather than integration tests. I know JUnit well but this is the...
Type: Posts; User: LSutton; Keyword(s):
Hey folks,
I'm trying to speed up some of my testing throughout a Roo-based project so I'm trying to get as much done with mocks rather than integration tests. I know JUnit well but this is the...
Hey there,
I have 3 Roo-based sub-projects. Referred to as A, B & C.
They are designed so that:
Project A: domain-level objects
Project B: jar-based command-line app
Project C: Web Service
So I went through and found the offending class. It looks like it is a generated file from one of my web controllers. I tried removing every other web controller other than this one and the error...
Nope, she ran through successfully. Although there was a lot of output there didn't seem to be any complaints / warnings along thew way.
Ah, thank you Andrew. Yes, I already tried the STS / Validate approach and that revealed nothing. I just tried the demo mode (thanks) and unfortunately that didn't seem to increase the logging...
Hey all,
When I start up roo (1.1.4.RELEASE [rev f787ce7]), it complains of the following:
Updated SRC_MAIN_WEBAPP/WEB-INF/i18n/application.properties
roo> [Fatal Error] :2:6: The...
Andrew, thank you!
Ok.. so yes, your script worked. I figured it was something I was doing wrong and it was. Sorry for using the "B" word.
I was so focused on using Roo, I totally forgot my...
Hey all,
I'm using Roo 1.1.4 (No updates)
I create a project and use Hibernate & Hypersonic (In Memory) for database.
I create two classes and their supporting web controllers using entity...
Done.
https://jira.springsource.org/browse/ROO-2368
Thank you.
Good day,
I had a working project running 1.1.2. I upgraded to 1.1.3 and the following issues began. I have not found a work-around but wonder if there is a technique for overriding methods that...
Hey there all...
I am trying to involve Spring AOP's into an existing project that relies on Spring Security.
The code involved uses:
Java 1.6.0
spring-context v. 3.0.3.RELEASE
...