[Seaside] [Q] Comet(26) Bug?

Philippe Marschall philippe.marschall at gmail.com
Thu Jan 3 21:08:53 UTC 2008


Hi

Seaside2.7a1-lr.125 was the last version that had encoding support in
the streaming server adapter. It's back in upstream using the new
server adapter infrastruture. There is however also a fix needed in
Comet. That has as well be fixed in upstream.

Cheers
Philippe

2008/1/2, chunsj at embian.com <chunsj at embian.com>:
> That's very sad thing for me T_T I'd been interested.
> Can you let me know which version of comet does have it?
>
> Thank you in advance.
>
> ----- Original Message -----
>    From: Philippe Marschall <philippe.marschall at gmail.com>
>    To: chunsj at embian.com, Seaside - general discussion <seaside at lists.squeakfoundation.org>
>    Sent: 08-01-02 19:18:01
>    Subject: Re: [Seaside] [Q] Comet(26) Bug?
>
>   2008/1/2, chunsj at embian.com <chunsj at embian.com>:
> > Hi,
> >
> > I've tried to run comet chat application for demo, but I got following error;
> >
> > Seaside Walkback
> >
> > MessageNotUnderstood: UndefinedObject>>context
> >
> > Debug Proceed Full Stack
> >
> > Possible Causes
> >
> > the receiver of the message is nil
> > a class extension hasn't been loaded correctly
> > you sent the wrong message
> > Stack Trace
> >
> > thisContext
> > UndefinedObject(Object)>>doesNotUnderstand: #context
> > self
> > nil
> > aMessage
> > context
> > thisContext
> > SUInsertion(SUObject)>>render:on:
> > self
> > new Insertion.Bottom
> > anObject
> > '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> > aStream
> > a WriteStream ''
> > previous
> > nil
> > document
> > nil
> > html
> > nil
> > thisContext
> > [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> > self
> > new Insertion.Bottom
> > aBlock
> > '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> > stream
> > a WriteStream ''
> > thisContext
> > String class(SequenceableCollection class)>>streamContents:
> > self
> > String
> > blockWithArg
> > [] in SUInsertion>>with: {[:stream | self render: aBlock on: stream]}
> > stream
> > a WriteStream ''
> > thisContext
> > SUInsertion>>with:
> > self
> > new Insertion.Bottom
> > aBlock
> > '<div class="message odd"><span class="username">abc</span><span class="event">joined</span></div>'
> > stream
> > a WriteStream ''
> >
> > I'm using Seaside 2.8-539 and Scriptaculous-234.
> >
> > Thanks in advance.
> >
> > PS)
> > Are there any progress in WAListener and Multibyte encoded language problem?
>
> There were once classes that did this. They were removed. I assumed
> there's no interest in this.
>
> Cheers
> Philippe
>
>
>


More information about the seaside mailing list