policySets & intents not resolved on implementation.jee
-------------------------------------------------------
Key: TUSCANY-3041
URL: https://issues.apache.org/jira/browse/TUSCANY-3041
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-1.4
Environment: All platforms
Reporter: Vijai Kalathur
If a policy set is attached or intents are specified at the implementation.jee
element, they are not getting resolved in the object model.
I think the issue is due to the policyProcessors not being invoked in the
read/write methods of the processor.
Example component that doesn't work:
<component name="ImplJeeComponent">
<implementation.jee archive="impljee.ear"
policySets="test:allowRole1" />
....
</component>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.