[
https://issues.apache.org/jira/browse/DIRSERVER-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696027#action_12696027
]
Andrea A.A. Gariboldi commented on DIRSERVER-1345:
--------------------------------------------------
Emmanuel,
actually when i build the source with maven this is the message i get:
Missing:
----------
1) com.oracle:ojdbc14:jar:10.2.0.3.0
Try downloading the file manually from:
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
Then, install it using the command:
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14
-Dversion=10.2.0.3.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.oracle -DartifactId=ojdbc14
-Dversion=10.2.0.3.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.apache.directory.server:apacheds-oracle:jar:1.5.5-SNAPSHOT
2) com.oracle:ojdbc14:jar:10.2.0.3.0
It uses
http://repo1.maven.org/maven2/com/oracle/ojdbc14/10.2.0.3.0/ojdbc14-10.2.0.3.0.pom
and it says to download from
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html.
> Oracle partition implementation
> -------------------------------
>
> Key: DIRSERVER-1345
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1345
> Project: Directory ApacheDS
> Issue Type: New Feature
> Reporter: Andrea A.A. Gariboldi
> Attachments: apacheds-oracle.tar.gz, README.txt
>
>
> A Partition implementation completely based on the oracle database.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.