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

Re: Struts war files

2006-08-25 Thread Frank W. Zammetti
I would suggest putting your JARs at the EAR level (root of the EAR) and reference them as utility JARs from the WAR. We've actually started to do this for ALL JARs in our EAR projects, just to avoid potential classloader issues in Websphere. Frank RathinaGanesh MeenakshiSundaram wrote: Gre

Struts war files

2006-08-25 Thread RathinaGanesh MeenakshiSundaram
Greetings, I have an ear project and have the following structure EAR |- EJB |- WAR | WEB-INF (Which has all the Struts jars...etc) Now, I want to include another web project(with a different context) within the same EAR project and need a structure like the following

Sealing Violation running struts war files in tomcat5

2006-05-20 Thread Adam Hardy
Does anyone know what this error is caused by? (see below) It's from a jpetstore example application running on tomcat on Debian. A "sealing violation" means that a class has been loaded from a "sealed" package (org.apache.commons.collections in this case) and another class from the same packag

RE: Struts, War files, and WebLogic

2004-06-11 Thread raviv
EMAIL PROTECTED] cc: Subject: RE: Struts, War files, and WebLogic Sounds like you have a security realm on WebLogic that is causing this. Is this a fresh install? -Original Message- From: David Meyer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 1:44 PM To: [

Re: Struts, War files, and Weblogic

2004-06-10 Thread Erwin Cabral
will you post a copy of your struts-config.xml file? I suspect there's something missing on it. On Thu, 10 Jun 2004 16:44:29 -0400, David Meyer <[EMAIL PROTECTED]> wrote: > I have a war file that I am trying to deploy on Weblogic 8.1. I am able to > deploy and access jsp's within the WAR file. H

RE: Struts, War files, and WebLogic

2004-06-10 Thread Mick . Knutson
Sounds like you have a security realm on WebLogic that is causing this. Is this a fresh install? -Original Message- From: David Meyer [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 1:44 PM To: [EMAIL PROTECTED] Subject: Struts, War files, and Weblogic I have a war file that I

Struts, War files, and Weblogic

2004-06-10 Thread David Meyer
I have a war file that I am trying to deploy on Weblogic 8.1. I am able to deploy and access jsp's within the WAR file. However, when a Struts action is requested, i.e. http://server/someAction.do, I get the following NullPointerException: java.lang.NullPointerException at org.apache.struts.act