Sharing a Custom Implementation of a Class with Oracle BPEL Process Manager
When you implement a custom Connection Manager class with the same name as a class used by Oracle BPEL Process Manager, you must ensure that the custom class does not override the class used by Oracle BPEL Process Manager.
For example, assume the following is occurring:
-
You are using embedded Java in a BPEL project.
-
The Connection Manager custom class is overriding the BPEL Connection Manager class.
-
A
java.lang.NoClassDefFoundError
is occurring at runtime.