Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,745

    I ran: script install-jdbc-drivers.roo ...

    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
  2. Replies
    3
    Views
    1,745

    database reverse engineer MSSQL problem

    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...
  3. Replies
    1
    Views
    742

    problem using gwt an jspx scaffold

    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...
  4. Replies
    4
    Views
    1,514

    Hello I've RTFM from the link :) I tried...

    Hello

    I've RTFM from the link :)

    I tried with --inheritanceType [ TABLE_PER_CLASS | SINGLE_TABLE | JOINED ] combinations

    I also tried


    @Id
  5. I'm sorry for not clarify this. I changed the...

    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...
  6. Replies
    4
    Views
    1,514

    How change sequence system

    Hello

    I created a project with the following roo command:


    persistence setup --provider HIBERNATE --database POSTGRES --databaseName db --userName name --password pass

    entity --class...
  7. Thank you Alan for you reply I've compliled...

    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
    ...
  8. Filed...

    Filed https://jira.springframework.org/browse/ROO-1438
  9. perform test fail with OneToOne relationship

    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...
  10. Replies
    0
    Views
    366

    rename database constraint

    I've created two entities with a m:1 relationship:


    persistence setup --provider HIBERNATE --database POSTGRES

    entity --class ~.domain.Person --testAutomatically
    field string --fieldName...
  11. java.lang.NullPointerException when adding field

    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...
  12. I had the same problem. but I just disabled...

    I had the same problem.

    but I just disabled maven and then enable it back from eclipse..
    and that fixed it. :)
Results 1 to 12 of 14