You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Yang Lei (JIRA)" <tu...@ws.apache.org> on 2006/05/17 21:46:05 UTC

[jira] Created: (TUSCANY-398) Ability to save sca assembly model object to XML

Ability to save sca assembly model object to XML
------------------------------------------------

         Key: TUSCANY-398
         URL: http://issues.apache.org/jira/browse/TUSCANY-398
     Project: Tuscany
        Type: New Feature

  Components: Java SCA Core  
 Environment: Win2000
    Reporter: Yang Lei


Current Tuscany contains the Loader framework to load sca assembly model from XML . Need a reverse operation to store the assembly model back to XML.
Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (TUSCANY-398) Ability to save sca assembly model object to XML

Posted by "Rick Rineholt (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-398?page=comments#action_12413034 ] 

Rick Rineholt commented on TUSCANY-398:
---------------------------------------

While not really related to this JIRA it brings back a question I've always had in the back of mind: The ability to dynamically rewire.  Lets say a component is starting to indicate it failing or a webservice externalService is failing.. dynamically rewire to another.  Should or can this be possible?  Does it  make sense?  Would we have an API to do this?  If this makes sense should it be architected?

> Ability to save sca assembly model object to XML
> ------------------------------------------------
>
>          Key: TUSCANY-398
>          URL: http://issues.apache.org/jira/browse/TUSCANY-398
>      Project: Tuscany
>         Type: New Feature

>   Components: Java SCA Core
>     Versions: Java-Mx
>  Environment: Win2000
>     Reporter: Yang Lei
>      Fix For: Java-Mx

>
> Current Tuscany contains the Loader framework to load sca assembly model from XML . Need a reverse operation to store the assembly model back to XML.
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-398) Ability to save sca assembly model object to XML

Posted by "Michael John Edwards (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-398?page=comments#action_12413018 ] 

Michael John Edwards commented on TUSCANY-398:
----------------------------------------------

This request implies that somehow the Assembly Model in the Tuscany runtime got changed after it was loaded, so that there is a need to save the changes back to files so that they are not lost.  However, I'm not at all clear how the assembly model would get changed.

This requirement smacks more of the kind of function that is needed by Tooling that is working on editing the Assembly model, such as the Eclipse STP project.  I find it hard to understand how it applies to the runtime.

> Ability to save sca assembly model object to XML
> ------------------------------------------------
>
>          Key: TUSCANY-398
>          URL: http://issues.apache.org/jira/browse/TUSCANY-398
>      Project: Tuscany
>         Type: New Feature

>   Components: Java SCA Core
>     Versions: Java-Mx
>  Environment: Win2000
>     Reporter: Yang Lei
>      Fix For: Java-Mx

>
> Current Tuscany contains the Loader framework to load sca assembly model from XML . Need a reverse operation to store the assembly model back to XML.
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-398) Ability to save sca assembly model object to XML

Posted by "Jim Marino (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-398?page=comments#action_12412300 ] 

Jim Marino commented on TUSCANY-398:
------------------------------------

Hi,

Could you please detail a use case you are interested in? We had made a conscious design decision not to support this so would I would be interested in understanding what you need to do.

> Ability to save sca assembly model object to XML
> ------------------------------------------------
>
>          Key: TUSCANY-398
>          URL: http://issues.apache.org/jira/browse/TUSCANY-398
>      Project: Tuscany
>         Type: New Feature

>   Components: Java SCA Core
>     Versions: Java-Mx
>  Environment: Win2000
>     Reporter: Yang Lei
>      Fix For: Java-Mx

>
> Current Tuscany contains the Loader framework to load sca assembly model from XML . Need a reverse operation to store the assembly model back to XML.
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (TUSCANY-398) Ability to save sca assembly model object to XML

Posted by "Jim Marino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-398?page=all ]

Jim Marino closed TUSCANY-398.
------------------------------

    Resolution: Won't Fix

This is by design.

> Ability to save sca assembly model object to XML
> ------------------------------------------------
>
>                 Key: TUSCANY-398
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-398
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: Java SCA Core
>    Affects Versions: Java-Mx
>         Environment: Win2000
>            Reporter: Yang Lei
>             Fix For: Java-Mx
>
>
> Current Tuscany contains the Loader framework to load sca assembly model from XML . Need a reverse operation to store the assembly model back to XML.
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-398) Ability to save sca assembly model object to XML

Posted by "Jim Marino (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-398?page=comments#action_12413044 ] 

Jim Marino commented on TUSCANY-398:
------------------------------------

Yes, we should have the ability to rewire but as you mentioned I don't think it has anything to do with XML per se. Most of the pre-reqs are in place for this - we "just" need to tidy a few things up (probably easier said than done). I think the "dynamically" rewiring should be modeled as clustering/failover support, not necessarily routing to another service type.


> Ability to save sca assembly model object to XML
> ------------------------------------------------
>
>          Key: TUSCANY-398
>          URL: http://issues.apache.org/jira/browse/TUSCANY-398
>      Project: Tuscany
>         Type: New Feature

>   Components: Java SCA Core
>     Versions: Java-Mx
>  Environment: Win2000
>     Reporter: Yang Lei
>      Fix For: Java-Mx

>
> Current Tuscany contains the Loader framework to load sca assembly model from XML . Need a reverse operation to store the assembly model back to XML.
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-398) Ability to save sca assembly model object to XML

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-398?page=all ]

Jean-Sebastien Delfino updated TUSCANY-398:
-------------------------------------------

    Fix Version: Java-Mx
        Version: Java-Mx

> Ability to save sca assembly model object to XML
> ------------------------------------------------
>
>          Key: TUSCANY-398
>          URL: http://issues.apache.org/jira/browse/TUSCANY-398
>      Project: Tuscany
>         Type: New Feature

>   Components: Java SCA Core
>     Versions: Java-Mx
>  Environment: Win2000
>     Reporter: Yang Lei
>      Fix For: Java-Mx

>
> Current Tuscany contains the Loader framework to load sca assembly model from XML . Need a reverse operation to store the assembly model back to XML.
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira