You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Vinh Nguyen (JIRA)" <ji...@apache.org> on 2006/11/17 02:22:38 UTC

[jira] Created: (MUSE-148) use-router-persistence attribute not working

use-router-persistence attribute not working
--------------------------------------------

                 Key: MUSE-148
                 URL: http://issues.apache.org/jira/browse/MUSE-148
             Project: Muse
          Issue Type: Bug
          Components: Core Engine - Routing and Serialization
    Affects Versions: 2.0.0
         Environment: Muse 2.0.0, Axis2 1.0, Apache 2.2, Tomcat 5.5, Eclipse 3.2.1, JDK 1.5
            Reporter: Vinh Nguyen
         Assigned To: Dan Jemiolo


Currently in the default Muse implementation using RouterFilePersistence, all resources which have router files defined will always be initialized when the app is first called.  When the app/server stops, those router files remain so that they can be read on the next restart to reinitialize the resources again.  In muse.xml, setting the "use-router-persistence" attribute in <resource-type/> to any value has no effect.

For example, in the /samples/wsrf project, if you set this attribute to false for WsResourceFactory, this resource will still be initialized on the first app request.

-- 
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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-148) use-router-persistence attribute not working

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-148?page=all ]

Dan Jemiolo updated MUSE-148:
-----------------------------

    Fix Version/s: 2.1.0

I found the bug - I was checking for the persistence flag when creating/destroying the files, but not when reloading existing files. I've added the check and will commit the fix when we get the go-ahead to do so.


> use-router-persistence attribute not working
> --------------------------------------------
>
>                 Key: MUSE-148
>                 URL: http://issues.apache.org/jira/browse/MUSE-148
>             Project: Muse
>          Issue Type: Bug
>          Components: Core Engine - Routing and Serialization
>    Affects Versions: 2.0.0
>         Environment: Muse 2.0.0, Axis2 1.0, Apache 2.2, Tomcat 5.5, Eclipse 3.2.1, JDK 1.5
>            Reporter: Vinh Nguyen
>         Assigned To: Dan Jemiolo
>             Fix For: 2.1.0
>
>
> Currently in the default Muse implementation using RouterFilePersistence, all resources which have router files defined will always be initialized when the app is first called.  When the app/server stops, those router files remain so that they can be read on the next restart to reinitialize the resources again.  In muse.xml, setting the "use-router-persistence" attribute in <resource-type/> to any value has no effect.
> For example, in the /samples/wsrf project, if you set this attribute to false for WsResourceFactory, this resource will still be initialized on the first app request.

-- 
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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Closed: (MUSE-148) use-router-persistence attribute not working

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-148?page=all ]

Dan Jemiolo closed MUSE-148.
----------------------------

    Resolution: Fixed

> use-router-persistence attribute not working
> --------------------------------------------
>
>                 Key: MUSE-148
>                 URL: http://issues.apache.org/jira/browse/MUSE-148
>             Project: Muse
>          Issue Type: Bug
>          Components: Core Engine - Routing and Serialization
>    Affects Versions: 2.0.0
>         Environment: Muse 2.0.0, Axis2 1.0, Apache 2.2, Tomcat 5.5, Eclipse 3.2.1, JDK 1.5
>            Reporter: Vinh Nguyen
>         Assigned To: Dan Jemiolo
>             Fix For: 2.1.0
>
>
> Currently in the default Muse implementation using RouterFilePersistence, all resources which have router files defined will always be initialized when the app is first called.  When the app/server stops, those router files remain so that they can be read on the next restart to reinitialize the resources again.  In muse.xml, setting the "use-router-persistence" attribute in <resource-type/> to any value has no effect.
> For example, in the /samples/wsrf project, if you set this attribute to false for WsResourceFactory, this resource will still be initialized on the first app request.

-- 
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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org