PROBLEM
When using ADF-BCon your composites you have to specify the registry service used to registry the bc. So for that you have to provide on the reference the <app-name>__JBOServiceRegistry.
The application name can be found on the application deployment profile of the sdo project.
When running the composite, if you get "Could not find registry for the <aap-name>_JBOServiceRegistry"
SOLUTION
In your weblogic-application.xml of the SDO application, make sure you added the JBO listener:
<listener>
<listener-class>oracle.jbo.client.svc.ADFApplicationLifecycleListener</listener-class>
</listener>
Now you are able to register the application on JBO listener
No comments:
Post a Comment