When using Oracle AIA, it will install and configure your local SOA server AND JDeveloper to be ready for Oracle AIA.
This article describes how you could enable new AIA functions in JDeveloper.
To enable the new AIA functions in JDeveloper, you must copy the following files into your JDeveloper directory:
From:
%AIA_HOME%/lib/aia.jar
To:
%JDEV_HOME%/jdev/jdev/lib/patches
From:
bpm-ide-common.jarTo
(This is a specific patched version, created during the AIA installation)
%JDEV_HOME%/integration/libRestart JDeveloper to enable these extensions.
Note on Unix use ${AIA_HOME}
Open your expression builder and in your advanced function you will see the new AIA functions.
While I was writing this article, an old colleague Martien van den Akker, pointed me on an article on Metalink note " 550378.1". This note contains a complete zip file that creates to necessary files, it also supplies the aia.jar file.
Happy programming :-)
Marc