Antwort: RE: Antwort: Re: Antwort: RE: Antwort: StrutsTestCase - setConfigFile() - LinkageError

2002-07-04 Thread Anton_Grimm
sorry, but I am not familier with this ... where can I find some information about it? thanks Toni MAN Nutzfahrzeuge AG Anton Grimm Abt. IDP (SoftwareProduktionsumgebungen) Dachauerstr.667 80995 München Tel.: 089/1580-1054 Fax: 0

RE: Antwort: Re: Antwort: RE: Antwort: StrutsTestCase - setConfigFile() - LinkageError

2002-07-04 Thread Oren Gross
CTED]] Sent: Thursday, July 04, 2002 12:47 PM To: Struts Users Mailing List Subject: Antwort: Re: Antwort: RE: Antwort: StrutsTestCase - setConfigFile() - LinkageError Tadashi, as you mentioned I tried CactusStrutsTestCase earlier and -> no problems !!! I did it now again with

Antwort: Re: Antwort: RE: Antwort: StrutsTestCase - setConfigFile() - LinkageError

2002-07-04 Thread Anton_Grimm
Tadashi, as you mentioned I tried CactusStrutsTestCase earlier and -> no problems !!! I did it now again with my new Application ... changed the SuperClass of my TestCase and started my local Tomcat installation -> no problems !!! ... MockStrutsTestCase still produces this:

Re: Antwort: RE: Antwort: StrutsTestCase - setConfigFile() - LinkageError

2002-07-04 Thread Tadashi Ishikawa
I tested CactusStrutsTestCase *NOT* MockStrutsTestCase earlier. public class TestLoginAction extends CactusStrutsTestCase { public void setUp() throws Exception { super.setUp(); setConfigFile("/WEB-INF/conf/struts-config.xml"); } It worked good in WebLogic6.1 and Tomcat4.

Antwort: RE: Antwort: StrutsTestCase - setConfigFile() - LinkageError

2002-07-04 Thread Anton_Grimm
thanks for your answer first ... I did not understand the java-doc for setConfigFile() like this. o.k. - the File has to be on the classpath anyway ... I put the struts-config.xml in the classes directory (which is in the classpath) because I can not set nested directories in the classpath in m