Search:

Type: Posts; User: jtan; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thanks Andy but we use 1.6.5, the version that...

    Thanks Andy but we use 1.6.5, the version that Roo uses.

    This has been too long. Is there any kind soul out here that can send us the basic applicationContext.xml, persistence.xml and...
  2. Ok, let me rephraze my question: will Spring Roo...

    Ok, let me rephraze my question: will Spring Roo generated codes works with JBoss 5.1.0GA? With the exact applicationContext.xml and persistence.xml?

    If so, could someone who is guru in JBoss...
  3. I used the Spring Roo's applicationContext.xml...

    I used the Spring Roo's applicationContext.xml and I got null pointer exception in the following codes -

    static private EntityManager entityManager() {
    return emf.createEntityManager();...
  4. Thanks Ben. I will do so. one more question,...

    Thanks Ben. I will do so. one
    more question, are you saying that if
    i use annotation based transaction, it
    will not work as spring roo uses
    aspectj based transaction originally?
  5. javax.persistence.TransactionRequiredException: no transaction is in progress

    (continued from the previous post due to 100000 limits)

    In persistence.xml -

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"...
  6. javax.persistence.TransactionRequiredException: no transaction is in progress

    I used Spring roo 1.00 to create a domain class, foo.domain.Profile, generated its integration test and the testMarkerMethod() everything works sweet.

    After I pushed in all the persistence methods...
  7. Replies
    2
    Views
    1,703

    After I did a clean build, this goes away. Just...

    After I did a clean build, this goes away. Just FYI for the roo's fan in this list.
  8. Replies
    2
    Views
    1,703

    Stack size too large using roo test

    When I run my FooIntegrationTest's testMarkerMethod(), it gave me the following exception -

    Caused by: java.lang.VerifyError: (class: com/foo/domain/FooDataOnDemand_Roo_DataOnDemand, method:...
  9. Replies
    3
    Views
    1,751

    Hi Mikej, All your suggestions works, I just...

    Hi Mikej,

    All your suggestions works, I just like the second option the most :)

    thank you.
  10. Replies
    3
    Views
    1,751

    What is the best way to upgrade Spring Roo

    I have the STS 2.1.0 SR01, I know how to upgrade plugin in Eclipse but I was wondering what is the best way (minimal effort that does the job, like p2 dropins folder installation) to upgrade Roo from...
  11. Replies
    4
    Views
    1,014

    > we try to follow the...

    > we try to follow the convention-over-configuration approach as far as possible
    Got it.

    We have two teams, one is using Ant another is Maven. I am just happen to be the former team. That should...
  12. Replies
    4
    Views
    1,014

    Ben or Stefan, Could any of you answer this...

    Ben or Stefan,

    Could any of you answer this please?

    Thanks.
  13. Thread: About lock-in

    by jtan
    Replies
    5
    Views
    1,029

    Raul, I think everyone who read this thread...

    Raul,

    I think everyone who read this thread deserved an explanation here, thanks for pointing it out. I wrote "learning curve", I meant the appreciation of the technologies behind it not the...
  14. Replies
    30
    Views
    19,190

    Andrew, I am pretty sure you have read...

    Andrew,

    I am pretty sure you have read Stefan's reply, but I would like to highlight the following again -

    >At the moment Roo generated applications do not generate a traditional repository or...
  15. Thread: About lock-in

    by jtan
    Replies
    5
    Views
    1,029

    In our situation, the vendor lock in is not the...

    In our situation, the vendor lock in is not the issue. We have a good architecture to ensure that it is "plug and play", "swapping" to a better tools whenever they become available.

    Our main issue...
  16. Replies
    4
    Views
    1,014

    Main java and test java directories

    Could someone enlighten me if it is possible to change SRC_MAIN_JAVA and SRC_TEST_JAVA generated by Roo under src directory?

    Thanks
  17. Thread: Roo dependency

    by jtan
    Replies
    7
    Views
    2,094

    Is "push in itds" reversible?

    If for any reason, due to mistake or change of mind, I would like to undo or reverse the pushed in of aspects into Java files, thus creating aspects .aj files again, is this possible?

    If not, is...
  18. Replies
    2
    Views
    1,026

    Thanks Bala, I tried and it works.

    Thanks Bala, I tried and it works.
  19. Replies
    1
    Views
    1,052

    Minimum Eclipse version and AJDT

    I would like to know if Eclipse 3.3 will work with Spring Roo and if Spring Roo will function properly with AJDT lower than 1.65 e.g. 1.53 (the highest AJDT available for Eclipse Europa/3.3).
    ...
  20. Replies
    2
    Views
    1,026

    Changing JPA provider

    Once I have installed JPA say with hypersonic persistent and would like to change it to some other database like MySQL, how would I do that without having to start all over again? It seems like once...
  21. Thread: Bye Bye Roo

    by jtan
    Replies
    3
    Views
    1,255

    Spring roo looks good

    It works for me.
Results 1 to 21 of 21