C2 on Websphere 3.5: IllegalStateException

2002-05-30 Thread J.Pietschmann
Hello, finally I managed to get Cocoon 2.0.2 running on Websphere 3.5. However, I keep getting IllegalStateExceptions, in particular if a ressource is missing because of this code in CocoonServlet.java:1019 ff: res.sendError(res.SC_NOT_FOUND); SimpleNotifyingBe

Re: C2 on Websphere 3.5: IllegalStateException

2002-05-30 Thread Nicola Ken Barozzi
From: "J.Pietschmann" <[EMAIL PROTECTED]> > Hello, > finally I managed to get Cocoon 2.0.2 running on Websphere 3.5. > However, I keep getting IllegalStateExceptions, in particular > if a ressource is missing because of this code in > CocoonServlet.java:1019 ff: > res.sendError

Re: C2 on Websphere 3.5: IllegalStateException

2002-05-30 Thread J.Pietschmann
Nicola Ken Barozzi wrote: > From: "J.Pietschmann" <[EMAIL PROTECTED]> > I think I wrote that comment more than a year ago :-| > ... it's time I take a deeper look into it. > It should throw a RNF exception, not get there... > > Anyway, the senderror part is wrong as you pointed out :-/ A quick r

Re: C2 on Websphere 3.5: IllegalStateException

2002-05-30 Thread Nicola Ken Barozzi
From: "J.Pietschmann" <[EMAIL PROTECTED]> > Nicola Ken Barozzi wrote: > > From: "J.Pietschmann" <[EMAIL PROTECTED]> > > I think I wrote that comment more than a year ago :-| > > ... it's time I take a deeper look into it. > > It should throw a RNF exception, not get there... > > > > Anyway, the