RouterFilePersistence tracks file numbers globally instead of per-resource type
-------------------------------------------------------------------------------

                 Key: MUSE-124
                 URL: http://issues.apache.org/jira/browse/MUSE-124
             Project: Muse
          Issue Type: Improvement
          Components: Core Engine - Routing and Serialization
    Affects Versions: 2.0.0
            Reporter: Dan Jemiolo
         Assigned To: Dan Jemiolo
             Fix For: 2.1.0


Each file representing a router entry has to have a unique integer suffix - 
router-entries-1.xml, router-entries-2.xml, etc. However, the layout of the 
router persistence location gives users the impression that the numbers have to 
be unique (1, 2, ...) within a resource type; currently they have to be 
globally unique. This causes hard to debug behavior, since resource data can be 
overwritten during initialization with no warning. RouterFilePersistence should 
be changed to track the files on a per resource type system.


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to