Search code examples
javaoracle11goracle-ucm

How to call Oracle11g UCM custom service into Java code of another custom component?


I have two Oracle UCM component UCMComponent1 and UCMComponent2. UCMComponent1 has multiple custom services.So my requirement is that I want to call UCMComponent1 custom service into UCMComponent2 java method.

Anyone has any idea how I can able to call this custom service in Java method? I know how to call UCM existing service into Java method.

Thank you !


Solution

  • All services are available the same way regardless of which component they live in. I guess your service definition is missing something (like an access bit?)