Results 1 to 5 of 5

Thread: DBRE issue with Oracle

  1. #1
    Join Date
    Jun 2007
    Posts
    20

    Default DBRE issue with Oracle

    I'm trying to use DBRE against an Oracle database with Roo 1.1.0-RELEASE with no success so far.

    Code:
    roo> database reverse engineer 
    No remote OBR repositories have matching add-ons matching your request
    JDBC driver not available for 'oracle.jdbc.OracleDriver'
    I looked around in the internet and found a suggestion to run the following:
    Code:
    roo> script --file install-jdbc-drivers.roo
    But that fails when trying to download the oracle driver:
    Code:
    java.io.FileNotFoundException: http://repository.springsource.com/maven/bundles/external/com/oracle/jdbc/com.springsource.oracle.jdbc/10.2.0.2/com.springsource.oracle.jdbc-10.2.0.2.jar
    Anybody has an idea of what to do next? Any help is greatly appreciated. Thanks.

    --Alex

  2. #2
    Join Date
    Dec 2005
    Posts
    929

    Default

    Curious. Raise a Jira issue and I will look at it
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  3. #3
    Join Date
    Jun 2007
    Posts
    20

    Default

    How can I add the issue? When I go to https://jira.springframework.org/browse/ROO I can only browse/search for issues, but can't create one.
    Last edited by arod; Jan 5th, 2011 at 04:53 PM.

  4. #4
    Join Date
    Mar 2006
    Posts
    312

    Default

    Sign up in order to post.

  5. #5
    Join Date
    Jun 2007
    Posts
    20

Tags for this Thread

Posting Permissions

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