You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Anbu Ponniah (JIRA)" <de...@tuscany.apache.org> on 2009/04/08 19:28:13 UTC

[jira] Created: (TUSCANY-2958) JEEImplementationImpl needs to implement PolicySetAttachPoint

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.


[jira] Updated: (TUSCANY-2958) JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl need to implement PolicySetAttachPoint

Posted by "Vamsavardhana Reddy (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vamsavardhana Reddy updated TUSCANY-2958:
-----------------------------------------

          Component/s:     (was: Java SCA Java Implementation Extension)
                       Java SCA Misc Implementation Extensions
    Affects Version/s: Java-SCA-1.5
        Fix Version/s: Java-SCA-1.5
             Assignee: Vamsavardhana Reddy
              Summary: JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl need to implement PolicySetAttachPoint  (was: JEEImplementationImpl needs to implement PolicySetAttachPoint)

Same problem is observed for the other two Java EE implementation types, viz., WebImplementationImpl and EJBImplementationImpl.

> JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl need to implement PolicySetAttachPoint
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2958
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2958
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Implementation Extensions
>    Affects Versions: Java-SCA-1.5
>         Environment: All
>            Reporter: Anbu Ponniah
>            Assignee: Vamsavardhana Reddy
>             Fix For: Java-SCA-1.5
>
>
> 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.


[jira] Closed: (TUSCANY-2958) JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl need to implement PolicySetAttachPoint

Posted by "Vamsavardhana Reddy (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vamsavardhana Reddy closed TUSCANY-2958.
----------------------------------------

    Resolution: Fixed

Fixed.

> JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl need to implement PolicySetAttachPoint
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2958
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2958
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Implementation Extensions
>    Affects Versions: Java-SCA-1.5
>         Environment: All
>            Reporter: Anbu Ponniah
>            Assignee: Vamsavardhana Reddy
>             Fix For: Java-SCA-1.5
>
>
> 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.


[jira] Commented: (TUSCANY-2958) JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl need to implement PolicySetAttachPoint

Posted by "Vamsavardhana Reddy (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698354#action_12698354 ] 

Vamsavardhana Reddy commented on TUSCANY-2958:
----------------------------------------------

Completed: At revision: 764380  
 o Made JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl extend ImplementationImpl.

> JEEImplementationImpl, WebImplementationImpl and EJBImplementationImpl need to implement PolicySetAttachPoint
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2958
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2958
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Implementation Extensions
>    Affects Versions: Java-SCA-1.5
>         Environment: All
>            Reporter: Anbu Ponniah
>            Assignee: Vamsavardhana Reddy
>             Fix For: Java-SCA-1.5
>
>
> 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.