How to Add Custom Classes and JAR Files to a SOA Composite Application
(Doc ID 2965722.1)
Last updated on AUGUST 03, 2023
Applies to:
Oracle SOA Suite - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Goal
You can add custom classes and JAR files to a SOA composite application.
A SOA extension library for adding extension classes and JARs to a SOA composite application is available in the $ORACLE_HOME/soa/soa/modules/oracle.soa.ext_11.1.1 directory.
For Oracle JDeveloper, custom classes and JARs are added to the application_name/project/sca-inf/lib directory.
When executing custom code within a SOA composite application you could receive ClassNotFound exceptions for out of the box Oracle SOA classes in case the jars or classes are not deployed properly.
The specific class listed in the exception will vary depending on the API's your custom code is using.
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 |
References |