7;s no use :-)
Jeff
>-Original Message-
>From: Tim Endres [mailto:[EMAIL PROTECTED]]
>Sent: Monday, March 05, 2001 11:50 AM
>To: Orion-Interest
>Subject: RE: classloader does not implement getResourceAsStream ?
>
>
>> This line (about line 881 in my version):
>> UR
> This line (about line 881 in my version):
> URL url = this.getClass().getResource(registrations[i+1]);
>
> Must be replaced by this:
> URL url = getServletContext().getResource(registrations[i+1]);
Gee, that makes it look like a bug in Struts, as opposed to the
reported bug in Orion. I believe
ginal Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of G.L. Grobe
> Sent: Saturday, March 03, 2001 1:47 PM
> To: Orion-Interest
> Subject: classloader does not implement getResourceAsStream ?
>
>
> I've just started using orion and ran into a
I've just started using orion and ran into a prob using the struts MVC. I
mailed the struts user group about this error and they reported back the
following.
The problem is that the Orion classloader does not implement
getResourceAsStream(). It's been logged in Orion's bugzill