RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Theo Harper
Yep, same problem here. It seems to be because JBoss now uses some of the Jakarta-commons code for loading XML files, more specifically common-digester. I raised a bug on sourceforge and am still awaiting a reply. One fix is to change the code in the digester to always use the current threads

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
and replace the ones in your own application. If tiles-documentation.war doesn't run, it means that you have a configuration problem. Maybe you have some old jar file somewhere else in your classpath ? Hope this help, Cedric Theo Harper wrote: I am having some problems getting

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
problem with struts-blank is a missing message key. The struts-example is running fine. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Theo Harper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:24 PM To: 'Struts

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
Evangelist http://www.open-tools.org -Original Message- From: Theo Harper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:56 PM To: 'Struts Users Mailing List' Subject: RE: JBoss-3.0.3_Tomcat4_1_12 Looks like I need to do a little more investigation. For info though

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
(minus SP1 on XP) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Theo Harper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:56 PM To: 'Struts Users Mailing List' Subject: RE: JBoss-3.0.3_Tomcat4_1_12 Looks like

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
: 09 October 2002 22:52 To: Struts Users Mailing List Subject: Re: JBoss-3.0.3_Tomcat4_1_12 It shouldn't matter. That shouldn't even have a chance to affect a web-app -- that's in the server's private classloader path. Theo Harper wrote: Do you have common-digester in jboss-3.0.3_tomcat-4.1.12

JBoss-3.0.3_Tomcat4_1_12

2002-10-08 Thread Theo Harper
I am having some problems getting struts to work with the above configuration and have traced the problem down to commons-digester. I am using tiles with struts and to do so have the following in my struts-config.xml file: plug-in className=org.apache.struts.tiles.TilesPlugin