Search:

Type: Posts; User: nancom.roo; Keyword(s):

Search: Search took 0.03 seconds.

  1. I try to add "proxy-target-class="true" in my...

    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...
  2. anybody help ?

    anybody help ?
  3. Spring 3.1 @Autowired error when run Cobertura

    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:...
  4. thankz MiB i will try.

    thankz MiB i will try.
  5. this is my .roo file what's wrong // Spring...

    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...
  6. Spring Roo 1.2.0.RELEASE still not generate .jsp when add finder

    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...
  7. Spring roo 1.5 Hibernate + Derby Problems

    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...
  8. Why Hibernate and derby embedded not keep data

    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),...
  9. my workaround solutions set env to maven home ...

    my workaround solutions

    set env to maven home
    set STS==>preference==>maven==>Installations to maven home
    run STS in this env
  10. Replies
    9
    Views
    4,575

    Thankz a lot.

    Thankz a lot.
  11. Replies
    9
    Views
    4,575

    thanks a lot for your answer you mean all roo...

    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...
  12. Replies
    9
    Views
    4,575

    How to modify gerarated .aj file

    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...
Results 1 to 12 of 12