RE: Problem loading/invoking struts app

2006-06-29 Thread Adari, Chandra
Thanks Adam. That did the trick. -Original Message- From: Adam J Samere [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 4:13 PM To: Struts Users Mailing List Subject: Re: Problem loading/invoking struts app You can tell the runtime which SaxParserFactory implementation to use in

Re: Problem loading/invoking struts app

2006-06-27 Thread Adam J Samere
f I get any help. Thanks, Chandra. -Original Message- From: Duane Rosengartner [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 6:31 AM To: Adari, Chandra Cc: Struts Users Mailing List Subject: RE: Problem loading/invoking struts app The following technotes address the classloade

RE: Problem loading/invoking struts app

2006-06-27 Thread Adari, Chandra
Cc: Struts Users Mailing List Subject: RE: Problem loading/invoking struts app The following technotes address the classloader issue and give detailed instructions on how to override a WebSphere included file such as JDOM: How to use the latest JDOM jar http://www-1.ibm.com/support/docview.w

RE: Problem loading/invoking struts app

2006-06-13 Thread Adari, Chandra
Thanks! -Original Message- From: Duane Rosengartner [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 6:31 AM To: Adari, Chandra Cc: Struts Users Mailing List Subject: RE: Problem loading/invoking struts app The following technotes address the classloader issue and give detailed

RE: Problem loading/invoking struts app

2006-06-13 Thread Duane Rosengartner
.redbooks.ibm.com/abstracts/sg246690.html?Open Duane -Original Message- From: Adari, Chandra [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 6:37 PM To: Duane Rosengartner Subject: RE: Problem loading/invoking struts app Can you please send me the article you are talking about

RE: Problem loading/invoking struts app

2006-06-12 Thread Adari, Chandra
- From: Duane Rosengartner [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 2:11 PM To: Struts Users Mailing List Subject: RE: Problem loading/invoking struts app It appears your classloader is picking up the wrong jar. If this is websphere 6, it comes with a jdom.jar that has given u

RE: Problem loading/invoking struts app

2006-06-12 Thread Duane Rosengartner
this does not work, there is an article on ibm.com that I can try to find for you, a workaround for this issue. Duane -Original Message- From: Adari, Chandra [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 4:00 PM To: Struts Users Mailing List Subject: Problem loading/invoking struts

Problem loading/invoking struts app

2006-06-12 Thread Adari, Chandra
I am getting the following error during run time (ERROR Stack during Runtime) when I invoke the Login.do. Please find the error stack down below. I tried to put some debug statements and what I found was "module config" is coming "null". I tried the same exact ear on a different machine and it work