You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "vishal jain (JIRA)" <ji...@apache.org> on 2009/03/25 11:36:03 UTC

[jira] Created: (WW-3060) Reloading of Resource bundle on modification

Reloading of  Resource bundle on modification
---------------------------------------------

                 Key: WW-3060
                 URL: https://issues.apache.org/struts/browse/WW-3060
             Project: Struts 2
          Issue Type: Improvement
            Reporter: vishal jain


Currently the whole applicaion needs to be reloaded for reloading changes to resource bundle properties file 

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


[jira] Commented: (WW-3060) Reloading of Resource bundle on modification

Posted by "Philip Luppens (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45771#action_45771 ] 

Philip Luppens commented on WW-3060:
------------------------------------

What version of struts? Are you in struts.devMode=true?

> Reloading of  Resource bundle on modification
> ---------------------------------------------
>
>                 Key: WW-3060
>                 URL: https://issues.apache.org/struts/browse/WW-3060
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: vishal jain
>
> Currently the whole applicaion needs to be reloaded for reloading changes to resource bundle properties file 

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


[jira] Commented: (WW-3060) Reloading of Resource bundle on modification

Posted by "vishal jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45772#action_45772 ] 

vishal jain commented on WW-3060:
---------------------------------

version 2.1.6
struts.devMode=false

> Reloading of  Resource bundle on modification
> ---------------------------------------------
>
>                 Key: WW-3060
>                 URL: https://issues.apache.org/struts/browse/WW-3060
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: vishal jain
>
> Currently the whole applicaion needs to be reloaded for reloading changes to resource bundle properties file 

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


[jira] Commented: (WW-3060) Reloading of Resource bundle on modification

Posted by "Philip Luppens (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45773#action_45773 ] 

Philip Luppens commented on WW-3060:
------------------------------------

So have you set the correct constant?

http://struts.apache.org/2.1.6/docs/strutsproperties.html

> Reloading of  Resource bundle on modification
> ---------------------------------------------
>
>                 Key: WW-3060
>                 URL: https://issues.apache.org/struts/browse/WW-3060
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: vishal jain
>
> Currently the whole applicaion needs to be reloaded for reloading changes to resource bundle properties file 

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


[jira] Commented: (WW-3060) Reloading of Resource bundle on modification

Posted by "vishal jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45774#action_45774 ] 

vishal jain commented on WW-3060:
---------------------------------

setting it to true causes it to reload on every request the requirement being reload on change

> Reloading of  Resource bundle on modification
> ---------------------------------------------
>
>                 Key: WW-3060
>                 URL: https://issues.apache.org/struts/browse/WW-3060
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: vishal jain
>
> Currently the whole applicaion needs to be reloaded for reloading changes to resource bundle properties file 

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


[jira] Resolved: (WW-3060) Reloading of Resource bundle on modification

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-3060.
---------------------------------

    Resolution: Won't Fix

Reloading in xwork happens on request, for XML config and resource files. Reloading on change would require a thread watching the files, which will cause more problems that it will fix. This reloading mechanism is designed to be used during development, not in production, that why reloading on request is good enough for most people.

> Reloading of  Resource bundle on modification
> ---------------------------------------------
>
>                 Key: WW-3060
>                 URL: https://issues.apache.org/struts/browse/WW-3060
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: vishal jain
>
> Currently the whole applicaion needs to be reloaded for reloading changes to resource bundle properties file 

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