My Oracle Support Banner

How to Reference XSD Across JDev Projects Using Relative Paths to be able to Use From Eclipse & JDev simultaneously? (Doc ID 2139309.1)

Last updated on OCTOBER 20, 2022

Applies to:

Oracle JDeveloper - Version 12.1.3.0.0 and later
Information in this document applies to any platform.

Goal

While working with Web Services in an Eclipse development environment and having an extensive library of XSD schemas and WSDLs that are used as the canonical model, there is a need to reuse this model in JDeveloper as well but there is not a good way to keep the library structure with relative paths so that one source can be used by both, Eclipse and JDeveloper.
These XSD and WSDL files are located in multiple projects which reference each other. For example, there is a custom library project that contains the custom object which references another library project, the common library, which contains an Address object. Custom -> Address

In Eclipse, a project reference is setup to allow one project to be able to reference the other using relative paths.
The Custom XSD, contains an import to the other xsd for reference because it contains an element of type Address.
Notice, the relative reference does not include the name of the Common Library because the files in this library are available to the Custom Library via project reference.
 
When trying to use these library projects in JDeveloper, the relative paths don't resolve to the files and even trying to add project dependencies (via Project / Properties / Dependencies) to achieve this, unfortunately this doesn't work. The only way to make it work was to update the relative paths in the import statement by extending the relative path to go up higher in the directory structure and back down, using the Common Library name in the path.

The question is how to achieve the above desired functionality so that it is possible to work with both JDeveloper and Eclipse at the same time?

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.