Results 1 to 2 of 2

Thread: Unable to reverse engineer using ROO for derby database

  1. #1

    Default Unable to reverse engineer using ROO for derby database

    Hello All,
    I am unable to reverse engineer using ROO for derby database.
    Below is the excerpt of roo operations log
    Code:
    Captor. http://t.co/S4wfLyAI
    project --topLevelPackage  com.abcd.plugin
    Created ROOT\pom.xml
    Created SRC_MAIN_RESOURCES
    Created SRC_MAIN_RESOURCES\log4j.properties
    Created SPRING_CONFIG_ROOT
    Created SPRING_CONFIG_ROOT\applicationContext.xml
    
    jpa setup --provider HIBERNATE --database DERBY --userName app --password app
    java.lang.IllegalArgumentException: Failed to convert 'DERBY' to type JdbcDatabase for option 'datab
    ase'
    No enum const class org.springframework.roo.addon.jpa.JdbcDatabase.DERBY
    My roo version is : 1.2.1.RELEASE [rev 6eae723] .
    Earlier help would be really appreciated.
    Thanks in advance

  2. #2

    Default

    Found the solution specified in this ticket .
    After reading this ticket I came to know that the oprion for derby in database.properties should be DERBY_CLIENT or DERBY_EMBEDDED .
    However the information given in this API link is misleading which sorry to say but wasted plenty of time. I dont know if I was looking at correct API version .
    If its incorrect , can any one please tell how to ask Spring to update these APIS?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •