Hello All!
I'm using spring roo 1.2.1 DBRE feature for MySQL database. Now I want to move to roo 1.2.2. However I've encountered one problem related to auto-generated integration tests over domain...
Type: Posts; User: gogoluxecs; Keyword(s):
Hello All!
I'm using spring roo 1.2.1 DBRE feature for MySQL database. Now I want to move to roo 1.2.2. However I've encountered one problem related to auto-generated integration tests over domain...
Let's assume that domain model with it unit tests is one project. Via maven I include domain model in several other maven projects and I want in one of them to generate web interface via web scaffold...
Hey,
You can check this theme - http://forum.springsource.org/showthread.php?127349-Is-the-spring-roo-repository-springsource-org-down think your problem is related with that.
I've created issue - https://jira.springsource.org/browse/ROO-3191
I got the same error with spring-roo-1.2.2 .
I can't install mysql-jdbc driver as roo addon and I can't use database introspect feature.
Ok, I'll ignore it.
Thanks!
Hey.
Currently when I'm using @RooSerializable for class I get this warning:
The seriazble class does not declare a static final serialVersionUID field of type long
I need to add
private...