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

[jira] Created: (TUSCANY-2983) Extensibility of Contribution and other model objects

Extensibility of Contribution and other model objects
-----------------------------------------------------

                 Key: TUSCANY-2983
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2983
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-1.4, Java-SCA-1.3.2, Java-SCA-1.3.1
         Environment: Windows XP 
            Reporter: Robert Ma
            Priority: Critical


Currently, not every SCA Artifact in Tuscany extends the Extensible interface.  I am currently trying to extend both the Contribution and NamespaceImport elements to provide my own attributes.  Under the current framework, it's not possible to do this via the StAXAttributeProcessorExtensionPoint.  Essentially, both these model objects need to extend the Extensible interface and both of their Processors need to provide support for their Extensions.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TUSCANY-2983) Extensibility of Contribution and other model objects

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

Raymond Feng reassigned TUSCANY-2983:
-------------------------------------

    Assignee: Raymond Feng

> Extensibility of Contribution and other model objects
> -----------------------------------------------------
>
>                 Key: TUSCANY-2983
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2983
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3.1, Java-SCA-1.3.2, Java-SCA-1.4
>         Environment: Windows XP 
>            Reporter: Robert Ma
>            Assignee: Raymond Feng
>            Priority: Critical
>
> Currently, not every SCA Artifact in Tuscany extends the Extensible interface.  I am currently trying to extend both the Contribution and NamespaceImport elements to provide my own attributes.  Under the current framework, it's not possible to do this via the StAXAttributeProcessorExtensionPoint.  Essentially, both these model objects need to extend the Extensible interface and both of their Processors need to provide support for their Extensions.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TUSCANY-2983) Extensibility of Contribution and other model objects

Posted by "Raymond Feng (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701965#action_12701965 ] 

Raymond Feng commented on TUSCANY-2983:
---------------------------------------

This for Contribution and NamespaceImport/NamespaceExport. Other elements such as Composite, Component already have the support.

> Extensibility of Contribution and other model objects
> -----------------------------------------------------
>
>                 Key: TUSCANY-2983
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2983
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3.1, Java-SCA-1.3.2, Java-SCA-1.4
>         Environment: Windows XP 
>            Reporter: Robert Ma
>            Assignee: Raymond Feng
>            Priority: Critical
>
> Currently, not every SCA Artifact in Tuscany extends the Extensible interface.  I am currently trying to extend both the Contribution and NamespaceImport elements to provide my own attributes.  Under the current framework, it's not possible to do this via the StAXAttributeProcessorExtensionPoint.  Essentially, both these model objects need to extend the Extensible interface and both of their Processors need to provide support for their Extensions.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TUSCANY-2983) Extensibility of Contribution and other model objects

Posted by "Robert Ma (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701949#action_12701949 ] 

Robert Ma commented on TUSCANY-2983:
------------------------------------

Hi Raymond, is your fix for just Contribution? Contribution and NamespaceImport? or all SCA elements in Tuscany?  At bare minimal, we will need Contribution and NamespaceImport to be "Extensible".

> Extensibility of Contribution and other model objects
> -----------------------------------------------------
>
>                 Key: TUSCANY-2983
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2983
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3.1, Java-SCA-1.3.2, Java-SCA-1.4
>         Environment: Windows XP 
>            Reporter: Robert Ma
>            Assignee: Raymond Feng
>            Priority: Critical
>
> Currently, not every SCA Artifact in Tuscany extends the Extensible interface.  I am currently trying to extend both the Contribution and NamespaceImport elements to provide my own attributes.  Under the current framework, it's not possible to do this via the StAXAttributeProcessorExtensionPoint.  Essentially, both these model objects need to extend the Extensible interface and both of their Processors need to provide support for their Extensions.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-2983) Extensibility of Contribution and other model objects

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

Raymond Feng resolved TUSCANY-2983.
-----------------------------------

    Resolution: Fixed

A fix is checked into 1.x branch under r767683.

> Extensibility of Contribution and other model objects
> -----------------------------------------------------
>
>                 Key: TUSCANY-2983
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2983
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.3.1, Java-SCA-1.3.2, Java-SCA-1.4
>         Environment: Windows XP 
>            Reporter: Robert Ma
>            Assignee: Raymond Feng
>            Priority: Critical
>
> Currently, not every SCA Artifact in Tuscany extends the Extensible interface.  I am currently trying to extend both the Contribution and NamespaceImport elements to provide my own attributes.  Under the current framework, it's not possible to do this via the StAXAttributeProcessorExtensionPoint.  Essentially, both these model objects need to extend the Extensible interface and both of their Processors need to provide support for their Extensions.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.