-
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
-
Curious. Raise a Jira issue and I will look at it
-
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.
-
Sign up in order to post.
-