Could not find registry for application_JBOServiceRegistry while deploying the composite with Oracle ADF-BC adapter
When we are invoking the Oracle ADF-BC service from our Oracle SOA Suite composite, we may receive the error
“Could not find registry for applicationname_JBOServiceRegistry”.
The error is due to the wrong registry name used in the
ADF-BC adapter configuration also the missing listener entry in the
weblogic-application.xml
Follow the below steps to resolve the issue:
The Registry name should be of form <application
name>_ JBOServiceRegistry
The application name can be found on the application deployment profile of the ADF-BC application.
The application name can be found on the application deployment profile of the ADF-BC application.
Also add the below listener into the
weblogic-application.xml of the ADF-BC application.
<listener>
<listener-class>oracle.jbo.client.svc.ADFApplicationLifecycleListener</listener-class>
</listener>
Thanks!
ReplyDelete