You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Felix Knecht (JIRA)" <ji...@apache.org> on 2009/04/06 06:36:13 UTC

[jira] Commented: (DIRSERVER-1345) Oracle partition implementation

    [ https://issues.apache.org/jira/browse/DIRSERVER-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695966#action_12695966 ] 

Felix Knecht commented on DIRSERVER-1345:
-----------------------------------------

Just tried to build apacheds-oracle. I'm running into a problem because of a missing oracle jar (see below). Can we make a note/hint where to download this dependency?


ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) com.oracle:ojdbc14:jar:10.2.0.3.0

  Try downloading the file manually from the project website.

  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


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