Well, oracle app server doesn't have a good reputation exactly for
messing the output. Try disabling the compression of wicket resources
completely,

Application.getResourceSettings.setDisableGZipCompression(true).

-Matej

On 8/3/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> Seems like Oracle application server, version 10.1, 32 bits?
>
> Apparently the classloader for the app server converts the
> getClass().getResourceAsStream("....wicket-event.js")
> to use a "code-source:" protocol. I'm not sure, but it sounds like a
> security constraint in your setup.
>
> Martijn
>
> On 8/3/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
> > I doubt this is related. What app server are you using? What exactly
> > does it mean junk? Wha headers are set on ouput? What browser are you
> > using?
> >
> > -Matej
> >
> > On 8/3/07, hillj2 <[EMAIL PROTECTED]> wrote:
> > >
> > > I'm still having trouble getting wicket-event.js to return anything but 
> > > junk.
> > > Even though I thought it might have something to do with compression, I
> > > doubt that now, because I have my homegrown compression filter turned off.
> > > Does anyone know what this error means:
> > >
> > > DEBUG 2007-08-03 15:42:34,452 resource.UrlResourceStream (<init>:92)  -
> > > cannot convert url:
> > > code-source:/C:/oc4j10132/j2ee/home/applications/mcir/wicket-1.3.0-beta2.jar!/org/apache/wicket/markup/html/wicket-event.js
> > > to file (URI scheme is not "file"), falling back to the inputstream for
> > > polling
> > >
> > > I'm hoping it will give me some clue as to what is going on, but maybe 
> > > it's
> > > just another by-product of the problem.  Any suggestions were be great.
> > > Thanks.
> > >
> > > Joel
> > >
> > > --
> > > View this message in context: 
> > > http://www.nabble.com/wicket-event.js-returning-unreadable-tf4158501.html#a11989377
> > > Sent from the Wicket - User mailing list archive at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Wicket joins the Apache Software Foundation as Apache Wicket
> Apache Wicket 1.3.0-beta2 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to