RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-07 Thread Wong Kok Wai
I'd similar problem with ServletExec. My solution is the put all the property and dtd files needed by Struts in a separate jar and add it to the classpath. --- Juan Gargiulo <[EMAIL PROTECTED]> wrote: > I finally got it working by removing > struts-config_1_0.dtd from the > struts.jar file. And l

RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread Juan Gargiulo
this helps, juan > -Original Message- > From: MacGill [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 06, 2000 10:04 PM > To: [EMAIL PROTECTED] > Subject: Re: org.apache.struts.action.MESSAGE exception with orion 1.4 > > > G'Day > > I am also wo

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread MacGill
1.4 ASAP. > > Thank you in advance, > > juan > > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 21, 2000 9:53 AM > To: [EMAIL PROTECTED] > Subject: Re: org.apache.struts.action.MESSAGE exception with

RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread Eyassu, Daniel
FYI: This approach doesn't work for BEA's Weblogic 5.1.0 server. -Original Message- From: Douma, Ate [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 9:11 AM To: '[EMAIL PROTECTED]' Subject: RE: org.apache.struts.action.MESSAGE exception with orion 1.4

RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread Douma, Ate
Wednesday, December 06, 2000 11:05 AM > To: [EMAIL PROTECTED]; Orion-Interest > Subject: Re: org.apache.struts.action.MESSAGE exception with orion 1.4 > > > Juan Gargiulo wrote: > > > Did somebody found a work-around for the "Missing > resources" problem i

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-06 Thread Klaus Thiele
laus > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 21, 2000 9:53 AM > To: [EMAIL PROTECTED] > Subject: Re: org.apache.struts.action.MESSAGE exception with orion 1.4 > > > "Douma, Ate" wrote: >

RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-12-05 Thread Juan Gargiulo
McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 9:53 AM To: [EMAIL PROTECTED] Subject: Re: org.apache.struts.action.MESSAGE exception with orion 1.4 "Douma, Ate" wrote: > The two problems preventing the Struts example (build 20001120) to work on > Orio

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-11-23 Thread Klaus Thiele
Hello, Craig R. McClanahan wrote: [...] > I would suggest instead that Orion fix their buggy classloader. This particular > issue has nothing to do with the servlet specification -- Orion is not > implementing the getResource() method of java.lang.ClassLoader, which is used by > the Resourc

Re: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-11-21 Thread Craig R. McClanahan
the container correctly implementing the class loader they are using for web applications. My understanding is that Struts has been working fine with previous versions of Orion. It sounds like they changed something in the latest code. If so, they should change it back. > > Ate Douma >

RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-11-21 Thread Douma, Ate
build struts.jar - but that is easy ant. > > Hope this helps! > > Olli Pyry, Essaim Oy, Helsinki, Finland As this requires changing the source, I kindly request that the Struts development team could fix this also. Ate Douma -Original Message- From: Kevin Wang [mailto:[EM

RE: org.apache.struts.action.MESSAGE exception with orion 1.4

2000-11-20 Thread Kevin Wang
led Code) at com.evermind.server.http.d5.rw(JAX, Compiled Code) at com.evermind.util.f.run(JAX, Compiled Code) -Original Message- From: Denis Hanson [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 19, 2000 4:12 PM To: [EMAIL PROTECTED] Subject: org.apache.struts.action.MESSAGE exception with

org.apache.struts.action.MESSAGE exception with orion 1.4

2000-11-19 Thread Denis Hanson
Hi all, I've encountered the ever-popular Missing resources attribute org.apache.struts.action.MESSAGE error when trying to access the struts-example application using Win NT, orionserver 1.4, jdk1.3 and struts from 13Nov. I've searched through the struts message archives and tried all the sugg