Nevermind, solved it in a similar way as in: https://jira.springsource.org/browse/ROO-3184
Type: Posts; User: ps3ud0nym; Keyword(s):
Nevermind, solved it in a similar way as in: https://jira.springsource.org/browse/ROO-3184
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...
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...
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...
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?
//...
All of the followings worked...
project --topLevelPackage xx.xxx.xxxx
persistence setup --provider HIBERNATE --database POSTGRES --databaseName xxx --userName xxx --password xxx
database...
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...
I'm currently using JDK 1.6.0.22 (64 bit).
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...
Yes juniper, that's also what I did to fix it. Wanted to post it here, but thanks anyway. :)
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]...
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...