Search:

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

Search: Search took 0.01 seconds.

  1. Nevermind, solved it in a similar way as in:...

    Nevermind, solved it in a similar way as in: https://jira.springsource.org/browse/ROO-3184
  2. Roo 1.2.2: JDBC driver not aveilable for Derby Embedded?

    Hi Forum,

    when I use Derby Embedded and try to reverse engineer, I get the following output:


    roo> database reverse engineer --schema IDM
    addon search --requiresDescription...
  3. How to cleanly remove Roo generated Controller?

    Hi,

    I have generated controllers with

    controller all --package ~.web
    However I don't need all Entities to be viewable, but still would like to keep them mapped. Is there a command or a best...
  4. Another way to get around the exception is to...

    Another way to get around the exception is to edit the property hibernate.hbm2ddl.auto in persistence.xml and set the value to something different than validate.


    <property...
  5. Hi, thank you for your reply. However...

    Hi,

    thank you for your reply. However apparently the mapping generated by Roo is not in a java file but in an AspectJ file. According to the comment I am not supposed to fiddle with it?


    //...
  6. Roo 1.1.2.RELEASE & 1.1.3.RELEASE - WebApp won't run

    All of the followings worked...



    project --topLevelPackage xx.xxx.xxxx
    persistence setup --provider HIBERNATE --database POSTGRES --databaseName xxx --userName xxx --password xxx
    database...
  7. The database in use is PostgreSQL. Anyway, I...

    The database in use is PostgreSQL.

    Anyway, I have found what caused the problem. There was a special character in one of the table's description. This was not a problem in an earlier version of...
  8. I'm currently using JDK 1.6.0.22 (64 bit).

    I'm currently using JDK 1.6.0.22 (64 bit).
  9. 1.1.3.RELEASE - Exception when reverse engineering

    When trying to reverse engineer there seems to be a problem with an XML-file. I've checked the encoding of dbre.xml, pom.xml and persistence.xml - they're all UTF-8 without BOM. Any help would be...
  10. Replies
    6
    Views
    1,562

    Yes juniper, that's also what I did to fix it....

    Yes juniper, that's also what I did to fix it. Wanted to post it here, but thanks anyway. :)
  11. Replies
    6
    Views
    1,562

    Thanks a lot. With 1.1.2 nightly build it works....

    Thanks a lot. With 1.1.2 nightly build it works. I just ran into a different issue there with 'perform tests'.



    [Thread-6] [INFO] Scanning for projects...
    [Thread-6] [INFO]...
  12. Replies
    6
    Views
    1,562

    pgp trust -> Read timed out

    Hi,

    I'm trying to reverse engineer a PostgreSQL database using Spring Roo 1.1.1. However when trying to view or trust the pgp key for postgresql 9.0-801.jdbc4.0001 I get a "Read timed out". As a...
Results 1 to 12 of 12