You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2014/03/06 22:15:50 UTC

[jira] [Resolved] (WW-4155) package.properties getting overlapped if two different jar contains properties file at the same package

     [ https://issues.apache.org/jira/browse/WW-4155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-4155.
-------------------------------

    Resolution: Fixed
      Assignee: Lukasz Lenart

I closing this one as all related issues are solved as well

> package.properties getting overlapped if two different jar contains properties file at the same package
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WW-4155
>                 URL: https://issues.apache.org/jira/browse/WW-4155
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.3.15, 2.3.15.1
>         Environment: Jboss AS7 + Eclipse IDE+ Spring + Unbuntu
>            Reporter: nick
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.17
>
>
> I have my package.properties file under com.mycomp.prod.web.actions package, where my action classes resides under the same package under different sub packages. This is working working fine till strust2-2.3.4 but with the current recent releases on wards i'm facing this problem where my property values are not getting read from package.properties (in frontend i can see only property key not values) 
> There is no error but showing some warning of property not found and using default value
> {noformat}
> 16:15:36,123 WARN  [org.apache.struts2.util.TextProviderHelper] (http-localhost/127.0.0.1:8080-1) The first TextProvider in the ValueStack (org.egov.web.actions.dms.NotificationGroupAction) could not locate the message resource with key 'lbl.notifgrpmstr'
> 16:15:36,124 WARN  [org.apache.struts2.util.TextProviderHelper] (http-localhost/127.0.0.1:8080-1) The default value expression 'lbl.notifgrpmstr' was evaluated and did not match a property.  The literal value 'lbl.notifgrpmstr' will be used.
> 16:15:36,188 WARN  [org.apache.struts2.util.TextProviderHelper] (http-localhost/127.0.0.1:8080-1) The first TextProvider in the ValueStack (org.egov.web.actions.dms.NotificationGroupAction) could not locate the message resource with key 'lbl.notifgrpmstr'
> 16:15:36,189 WARN  [org.apache.struts2.util.TextProviderHelper] (http-localhost/127.0.0.1:8080-1) The default value expression 'lbl.notifgrpmstr' was evaluated and did not match a property.  The literal value 'lbl.notifgrpmstr' will be used.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)