I try to add "proxy-target-class="true" in my tx:annotation config like below
<tx:annotation-driven mode="aspectj" transaction-manager="transactionManager" proxy-target-class="true"/>
but it's...
Type: Posts; User: nancom.roo; Keyword(s):
I try to add "proxy-target-class="true" in my tx:annotation config like below
<tx:annotation-driven mode="aspectj" transaction-manager="transactionManager" proxy-target-class="true"/>
but it's...
anybody help ?
I try to use cobertura maven plugin for coverage my simple spring 3.1 application.
But after run cobertura:cobertura, System show error.
Caused by:...
thankz MiB i will try.
this is my .roo file what's wrong
// Spring Roo 1.2.0.RELEASE [rev 39eb957] log opened at 2011-12-20 09:59:32
project --topLevelPackage com.spt --java 6 --projectName roo12sample
persistence...
i try Spring Roo 1.2.0.RELEASE and create simple application
after i use "controller --class xxx.xxx " spring generate all web file then
i use command "finder list" for list finder method finally...
I found error when change db from hypersonic_in_memory to derby.
Error Show :
org.springframework.orm.jpa.JpaSystemException: org.hibernate.exception.SQLGrammarException: could not load an...
I use spring roo version 1.1.0.RC1(in STS2.5.0.RC1) create project
and use Hibernate and DERBY for persistence and Database.
After create entity , controller and run application(use mvn jetty:run),...
my workaround solutions
set env to maven home
set STS==>preference==>maven==>Installations to maven home
run STS in this env
Thankz a lot.
thanks a lot for your answer
you mean all roo generate .aj file is detected change by roo
and if i modify it roo will convert it to original automatically.
And i have another question it's...
Some times i need to modify generate .aj file
eg. to_string file i no need to show id and version
but after i modify .aj file spring roo will convert to
original generate file
any body who...