Details
Description
To register an action ActionProviderService method registerImplementation(...) is called. When using ActionProviderServiceAdapter implementation this method will provide an empty set as action supported operation identifiers (instances).
This prevents us from successfully registering action into DOMRpcRoutingTable.
ActionProviderServiceAdapter#registerImplementation():
DOMActionProviderService#registerActionImplementation:
final DOMRpcRoutingTable newTable = (DOMRpcRoutingTable) oldTable.add(implementation, rpcs):
Attachments
Issue Links
- relates to
-
MDSAL-681 DOMActionProviderService does not support fallback routing
-
- Resolved
-