Re: conflict between message.properties for multiple Struts war files

2013-08-28 Thread Lukasz Lenart
2013/8/26 Omar Ngarigari : > Yes, I am using the shared Stutrus2 libs jar files. Still strange as classloaders should be different ... Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user

Re: conflict between message.properties for multiple Struts war files

2013-08-26 Thread Omar Ngarigari
Yes, I am using the shared Stutrus2 libs jar files. From: Lukasz Lenart To: Struts Users Mailing List Sent: Monday, August 26, 2013 9:11 AM Subject: Re: conflict between message.properties for multiple Struts war files 2013/8/16 Omar Ngarigari : >

Re: conflict between message.properties for multiple Struts war files

2013-08-26 Thread Lukasz Lenart
2013/8/16 Omar Ngarigari : > No, All these WAR files are separate. I renamed the message.properties for > App1 as you suggested "app1-message.properties", but did not rename the other > properties files. but the problem is still there when I run the App1. Strange, does it mean you have configure

Re: conflict between message.properties for multiple Struts war files

2013-08-16 Thread Omar Ngarigari
les as you suggested. But what the reason behind? Thanks, From: Lukasz Lenart To: Struts Users Mailing List Sent: Friday, August 16, 2013 1:32 AM Subject: Re: conflict between message.properties for multiple Struts war files All these WARs are part o

Re: conflict between message.properties for multiple Struts war files

2013-08-15 Thread Lukasz Lenart
All these WARs are part of the same EAR? Or they just separated WARs? You can define a constant struts.custom.i18n.resources in struts.xml for each WAR: and then put your app.title in app1-message.properties and so on for the rest. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

conflict between message.properties for multiple Struts war files

2013-08-15 Thread Omar Ngarigari
I have three different applications that were developed using Struts2 framework. I deployed three different war files on the JBoss AS6. But, now I am having problem with global message.properties files. Each war file has its own message.properties file. message.properties file for the App1.war