I ran:
script install-jdbc-drivers.roo
but now I get the following message:
database reverse engineer --package ~.domain --schema dbo
Unable to get connection from driver
Type: Posts; User: rvimer; Keyword(s):
I ran:
script install-jdbc-drivers.roo
but now I get the following message:
database reverse engineer --package ~.domain --schema dbo
Unable to get connection from driver
Hello
I created a project with the following roo command:
persistence setup --provider HIBERNATE --database MSSQL --databaseName xx --userName xx --password xx
database reverse engineer...
Hello.
I created a roo project. Then I generated jspx and gwt scaffold.
I want to use gwt to develop web app and use jspx controller to expose web services throught ContentNegotiatingViewResolver...
Hello
I've RTFM from the link :)
I tried with --inheritanceType [ TABLE_PER_CLASS | SINGLE_TABLE | JOINED ] combinations
I also tried
@Id
I'm sorry for not clarify this.
I changed the hapax version beacause the source version wasn't available in the maven repository (error 404).
How do I configure maven so that I can use the...
Hello
I created a project with the following roo command:
persistence setup --provider HIBERNATE --database POSTGRES --databaseName db --userName name --password pass
entity --class...
Thank you Alan for you reply
I've compliled roo from git and the test works fine
PD. I just had a problem with a dependency when compiling roo.
I made following change in order to compile
...
Filed https://jira.springframework.org/browse/ROO-1438
I created a new roo project and performed the following commands
persistence setup --provider HIBERNATE --database POSTGRES --databaseName db --userName user --password pass
entity --class...
I've created two entities with a m:1 relationship:
persistence setup --provider HIBERNATE --database POSTGRES
entity --class ~.domain.Person --testAutomatically
field string --fieldName...
I had created a new project using roo from eclipse.
I used the following roo script:
project --topLevelPackage com.test
persistence setup --provider HIBERNATE --database POSTGRES
entity...
I had the same problem.
but I just disabled maven and then enable it back from eclipse..
and that fixed it. :)