Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] FYI: SDOAPI.JAR, required for having any Oracle related test running, was not easy to find.

Sebastien,

In general the spatial library is included in your Oracle database install (Standard Edition One, Standard Edition, and Enterprise Edition but not XE). You will see at: 

http://www.oracle.com/technology/software/products/spatial/index.html

For other readers of this thread I wanted to clarify. The spatial library (sdoapi.jar) is an optional works-with dependency only required to compile the org.eclipse.persistence.core project. If you do not have this library you can use the compiled version of the jar that the build process checks in whenever necessary.

You also need the sdoapi.jar if you want to use the Oracle specific spatial features in your application.

Doug 

-----Original Message-----
From: Sebastien Tardif [mailto:stardif@xxxxxxxxxxxx]
Sent: December 14, 2009 6:51 AM
To: Dev mailing list for Eclipse Persistence Services
Subject: [eclipselink-dev] FYI: SDOAPI.JAR, required for having any
Oracle related test running, was not easy to find.


FYI: SDOAPI.JAR, required for having any Oracle related test running,
was not easy to find.

It is inside the WAR that is inside the EAR that is inside MapViewer Kit
that can be downloaded here:
http://www.oracle.com/technology/software/products/mapviewer/htdocs/wins
oft.html

Web search gave other directions that end-up to be false.
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top