well.. I'm using STS, but unable to open the .aj files;
1- to modify a CRUD method, I cut and paste it from an external editor in .java
2- to add one method, I can do it directly inside STS, and...
Type: Posts; User: sherpavert; Keyword(s):
well.. I'm using STS, but unable to open the .aj files;
1- to modify a CRUD method, I cut and paste it from an external editor in .java
2- to add one method, I can do it directly inside STS, and...
I have noticed that it's impossible (for me) to add a new method in a scaffolded controller (in the .java part) without hiding all the .aj methods (CRUD, finders...)
Same thing if I need to modify...
Finally it was a fase problem, but I can see that, quite often, when "something goes wrong", the better is a "total clean":
* to remove the deployed project from the server
* clean the server
*...
Hi,
I have generated finders: the .aj are generated ok, the @org.springframework.roo.addon.entity.RooEntity(finders = {.... is generated in the domain class, and the menux.jsp correctly modified.
...
I would like to get an answer too !
The JAVA_OPTS in startup.bat don't seem to be sufficient
Thank you for help
Found :D !
Thank you Colin, you help me saying that no threads were spawn, in fact, one is... the Log4jConfigListener, and a keystroke error put the refresh value to 0....
Thank you for help
Hi,
I work with WSAD5.1.2/WebSphere5.1 test environment.
Using the JtaTransactionManager to write in a DB2 v8.1.3 datasource (the ds is ok, i can read/write without any problem), if i code a manual...
Hi Colin,
Nothing really special in my context for a sample appl:
* a Jta transaction manager and associated WebSphere datasource to DB2
* an iBatis Sqlmap and the associated dao
* a strutc...
Hi,
I try to write a basic sample appl, the go :D /nogo :( with Spring meeting is for tomorrow.... and, using Was5.1 test environment in WSAD512, the app run 100% cpu after initializing the...