Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ojdbc8 12.2.0.1 missing from Oracle maven repository?

TobiasGrMar 29 2017 — edited Apr 30 2017

Hi,

I tried to get the Oracle JDBC driver 12.2.0.1 from the Oracle Maven repository by adding the following to my pom.xml:

<dependency>

  <groupId>com.oracle.jdbc</groupId>

  <artifactId>ojdbc8</artifactId>

  <version>12.2.0.1</version>

</dependency>

but the artifact seems to be missing (404)... Am I doing something wrong?

Regards, Tobias

This post has been answered by Nirmala Sundarappa-Oracle on Mar 30 2017
Jump to Answer

Comments

843835
WebTest itself is using its own reporting mechanics to produce the page that you can see online at http://webtest.canoo.com/selftest/TestResultOverview.html

You will find the according ant script that handles production of this page in the doc.zip as selfTestImpl.xml. Look for the CreateSummaryReport target.

It is the usual style task that invokes xalan on the result.xml with the given stylesheet. You can use the webteststyle.xsl if you want or adapt it to your preferences.

You can also send any more question to the webtest mailing list at
http://lists.canoo.com/mailman/listinfo/webtest.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 28 2017
Added on Mar 29 2017
13 comments
81,009 views