You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "John Ross (JIRA)" <ji...@apache.org> on 2011/03/10 22:18:59 UTC

[jira] Created: (ARIES-607) Subsystem Scope Admin should be persistent.

Subsystem Scope Admin should be persistent.
-------------------------------------------

                 Key: ARIES-607
                 URL: https://issues.apache.org/jira/browse/ARIES-607
             Project: Aries
          Issue Type: Improvement
          Components: Subsystem
            Reporter: John Ross


A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "Graham Charters (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Graham Charters reassigned ARIES-607:
-------------------------------------

    Assignee: Graham Charters

> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>            Assignee: Graham Charters
>         Attachments: patch-20110310-1501.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Issue Comment Edited: (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "John Ross (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008628#comment-13008628 ] 

John Ross edited comment on ARIES-607 at 3/18/11 9:03 PM:
----------------------------------------------------------

This patch removes the four classes that were still in my local SVN history but not in the repo.

ScopeAdminServiceFactory.java
DictionaryBuilder.java
ScopeAdmin.java
ScopeAdminImpl.java

There are no other classes showing up as deleted within the results of "svn status". Please give it a shot.

      was (Author: jwross@us.ibm.com):
    This patch removes the three classes that were still in my local SVN history but not in the repo.

ScopeAdminServiceFactory.java
DictionaryBuilder.java
ScopeAdmin.java

There are no other classes showing up as deleted within the results of "svn status". Please give it a shot.
  
> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>            Assignee: Graham Charters
>         Attachments: patch-20110310-1501.txt, patch-20110318-1556.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "Graham Charters (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007442#comment-13007442 ] 

Graham Charters commented on ARIES-607:
---------------------------------------

Thanks for the patch, John.  Taking a look at it now.  Sorry for the delay.

> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>         Attachments: patch-20110310-1501.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "John Ross (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007509#comment-13007509 ] 

John Ross commented on ARIES-607:
---------------------------------

I'll need some time to figure this out. All of those classes with the exception of ScopeUpdateImpl should have been deleted in the last patch, but I merged those changes after it was released and currently see no conflicts or incoming changes. I have none of those classes, again with the exception of ScopeUpdateImpl, in my local workspace. I don't understand why it's trying to delete ScopeUpdateImpl. That class must be there.

> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>            Assignee: Graham Charters
>         Attachments: patch-20110310-1501.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "Graham Charters (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007495#comment-13007495 ] 

Graham Charters commented on ARIES-607:
---------------------------------------

Hi John, the patch appears to try to delete files which are no longer in SVN.  These are:
ScopeAdmin.java
ScopeAdminImpl.java
ScopeAdminServiceFactory.java
ScopeUpdateImpl.java
DictionaryBuilder.java

If I ignore these, and apply the rest, then it all seems to build ok and pass the tests.  Would it be possible to update to the latest level and regenerate the patch to see if these issues persist?

> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>            Assignee: Graham Charters
>         Attachments: patch-20110310-1501.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "John Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Ross updated ARIES-607:
----------------------------

    Attachment: patch-20110310-1501.txt

This patch adds a persistence mechanism to scope admin. The persistent storage area provided by the framework for the scope admin bundle is used. Each scope has its own persistent file. The persisted data is updated with each scope update.

The patch also includes a new test for persistence.

> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>         Attachments: patch-20110310-1501.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "Graham Charters (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Graham Charters resolved ARIES-607.
-----------------------------------

    Resolution: Fixed

Superseded by ARIES-644.

> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>            Assignee: Graham Charters
>         Attachments: patch-20110310-1501.txt, patch-20110318-1556.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (ARIES-607) Subsystem Scope Admin should be persistent.

Posted by "John Ross (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ARIES-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Ross updated ARIES-607:
----------------------------

    Attachment: patch-20110318-1556.txt

This patch removes the three classes that were still in my local SVN history but not in the repo.

ScopeAdminServiceFactory.java
DictionaryBuilder.java
ScopeAdmin.java

There are no other classes showing up as deleted within the results of "svn status". Please give it a shot.

> Subsystem Scope Admin should be persistent.
> -------------------------------------------
>
>                 Key: ARIES-607
>                 URL: https://issues.apache.org/jira/browse/ARIES-607
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>            Reporter: John Ross
>            Assignee: Graham Charters
>         Attachments: patch-20110310-1501.txt, patch-20110318-1556.txt
>
>
> A defined scope topology should survive framework restarts. A good faith effort should also be made to protect against crashes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira