JEEImplementationImpl needs to implement PolicySetAttachPoint
-------------------------------------------------------------
Key: TUSCANY-2958
URL: https://issues.apache.org/jira/browse/TUSCANY-2958
Project: Tuscany
Issue Type: Bug
Components: Java SCA Java Implementation Extension
Environment: All
Reporter: Anbu Ponniah
BaseAssemblyProcessor resolves the intents on policies in the implementation
and its services and references only if the implementation is an instance of
PolicySetAttachPoint. JEEImplementationImpl does not implement the
PolicySetAttachPoint interface or extends a class that implements it (for e.g.
ImplementationImpl).
This results in the "ejb" intent ( which is added by the JavaEEExtensionImpl
while creating the implementation.jee componentType) is not being resolved and
causes deployment to abort with a PolicyValidationException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.