Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: (SpringSource) Web project --> pom.xml --> Dependency --> ojdbc14 --> ERROR MESSAGE

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    8
    My Mood
    Cheerful
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default (SpringSource) Web project --> pom.xml --> Dependency --> ojdbc14 --> ERROR MESSAGE

    I am creating a Web project which connects to an oracle database....

    I have placed the following dependency into my pom.xml:

    <dependency>
    <groupId>com.oracle</groupId>
    <artifactId>ojdbc14</artifactId>
    <version>10.2.0.2.0</version>
    </dependency>

    And I am getting an error message saying "Missing artifact com.oracle: ojdbc14:jar:10.2.0.2.0"

    Despite me locating the repository folder (C:\Users\Folder\.m2\repository\com\oracle\ojdbc14 \10.2.0.2.0) and placing an ojbc14.jar executable file that was not present there before into the 10.2.0.2.0 folder.....I'm still getting the same error message! :@:

    What else can I do?

    p.s. the dependency highlighted in red represents the 'squiggly' red line I am seeing under the word in Spring source


  2. #2
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: (SpringSource) Web project --> pom.xml --> Dependency --> ojdbc14 --> ERROR MESSA

    Quote Originally Posted by MostinCredible21 View Post
    I am...
    You should probably discuss this on a springsource forum like these people did:

    https://jira.springsource.org/browse/ROO-765
    ROO 1.1.1 Oracle JDBC issue - Page 2

    I hope you find something useful there.

Similar Threads

  1. How to display error message box
    By jasonxman in forum What's Wrong With My Code?
    Replies: 11
    Last Post: August 21st, 2011, 02:47 PM
  2. [SOLVED] Help making an error message.
    By Lost_Secret in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 1st, 2011, 04:48 PM
  3. Strange error message
    By javapenguin in forum What's Wrong With My Code?
    Replies: 7
    Last Post: January 11th, 2011, 02:03 PM
  4. an error message while runnung java
    By sravan_kumar343 in forum Java Theory & Questions
    Replies: 1
    Last Post: January 25th, 2010, 10:19 AM
  5. help with a error message
    By JavaNoob82 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: January 23rd, 2010, 02:56 PM

Tags for this Thread