<div dir="ltr">Found the solution, if anyone faces the same problem.<div>The method String &gt;&gt; unescapePercentsWithTextEncoding: you get from Seaside reads</div><div><div>----------</div><div>self </div><div><span class="" style="white-space:pre">        </span>deprecated: &#39;#unescapePercentsWithTextEncoding: has been replaced with ZnPercentEncoder&#39;</div><div><span class="" style="white-space:pre">                </span>on: &#39;20131027&#39;</div><div><span class="" style="white-space:pre">                </span>in: &#39;3.0&#39;</div></div><div>----------</div><div><br></div><div>Just replace all with</div><div>----------</div><div><div>^ ZnPercentEncoder new<span style="white-space:pre"> </span>encode:<span class="" style="white-space:pre">        </span>self</div></div><div>--------</div><div><br></div><div>and <span style="font-size:12.8000001907349px">WAListenerAdaptor</span><span style="font-size:12.8000001907349px;background-color:rgb(255,255,255)"> will work fine and </span><span style="font-size:12.8000001907349px">Comet examples will run ok.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Love,</span></div><div><span style="font-size:12.8000001907349px">Laura</span></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 28, 2015 at 3:59 PM, Laura Risani <span dir="ltr">&lt;<a href="mailto:laura.risani@gmail.com" target="_blank">laura.risani@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div>Thank you Philippe and Paul for your answers.<div><br></div><div>I&#39;m just trying to build my first rather simple Seaside app based on <span style="font-size:12.8000001907349px">DWDWS book, so i&#39;d rather use </span><span style="font-size:12.8000001907349px">Comet, for future use i&#39;ll consider WebSockets.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">I&#39;ve been trying to run some of the examples at package </span><span style="font-size:12.8000001907349px;background-color:rgb(255,255,255)">Comet-Examples , but i couldn&#39;t put up a streaming </span><span style="font-size:12.8000001907349px">server </span><span style="font-size:12.8000001907349px">adaptor. I&#39;ve tried with </span><span style="font-size:12.8000001907349px;background-color:rgb(255,255,255)">WAListenerAdaptor and </span><span style="font-size:12.8000001907349px;background-color:rgb(255,255,255)">ZnZincStreamingServerAdaptor.</span></div><div><span style="font-size:12.8000001907349px;background-color:rgb(255,255,255)"><br></span></div><div><span style="font-size:12.8000001907349px;background-color:rgb(255,255,255)">In the case of </span><span style="font-size:12.8000001907349px">WAListenerAdaptor</span><span style="font-size:12.8000001907349px;background-color:rgb(255,255,255)"> ...</span></div><div><span style="background-color:rgb(255,255,255)"><div style="font-size:12.8000001907349px">WAListenerAdaptor sends a msg to HttpRequest who in turn sends </div><div style="font-size:12.8000001907349px">String&gt;&gt;#unescapePercentsWithTextEncoding: which leads to a predebug window saying</div><div style="font-size:12.8000001907349px">&#39;The method String&gt;&gt;unescapePercentsWithTextEncoding: has been deprecated.</div><div style="font-size:12.8000001907349px">#unescapePercentsWithTextEncoding: has been replaced with ZnPercentEncoder&#39;</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">In the case of <span style="font-size:12.8000001907349px">ZnZincStreamingServerAdaptor...</span></div><div><div><span style="font-size:12.8000001907349px">An error &#39;Improper store into indexable object&#39; is risen coming from</span><span style="font-size:12.8000001907349px"> aWAComboResponse sending </span></div><div><span style="font-size:12.8000001907349px">aZdcSocketStream nextPut: $</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">In both cases i started the adaptors sending to the respective class #startOn:portInteger. I&#39;m using </span><span style="font-size:12.8000001907349px">Pharo v3.</span><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">I have loaded </span><span style="font-size:12.8000001907349px">Comet , and just in case, </span><span style="font-size:12.8000001907349px">Zinc and Kom , sending</span></div><div><span style="font-size:12.8000001907349px">ConfigurationOfSeaside3 project stableVersion load:versionString.</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Love,</span></div><div><span style="font-size:12.8000001907349px">Laura</span></div><div><br></div><div><br></div></div></span></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 26, 2015 at 5:57 PM, Philippe Marschall <span dir="ltr">&lt;<a href="mailto:philippe.marschall@gmail.com" target="_blank">philippe.marschall@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Thu, Feb 26, 2015 at 12:15 AM, Paul DeBruicker &lt;<a href="mailto:pdebruic@gmail.com" target="_blank">pdebruic@gmail.com</a>&gt; wrote:<br>
&gt; Because you&#39;re in pharo 3 it may be best to use Zinc and look into what Sven<br>
&gt; says in this thread<br>
<br>
</span>AFAIK the Seaside Comet support never has been ported to Zinc (it&#39;s a<br>
bit problematic since it wants to drive the listen loop). Zinc does<br>
support WebSockets natively though.<br>
<span><br>
&gt; <a href="http://forum.world.st/Seaside-3-0-on-Pharo-2-0-Zinc-and-comet-td4680272.html#a4680378" target="_blank">http://forum.world.st/Seaside-3-0-on-Pharo-2-0-Zinc-and-comet-td4680272.html#a4680378</a><br>
&gt;<br>
&gt;<br>
&gt; The Seaside book probably needs instructions to non-Comanche server<br>
&gt; adaptors.<br>
<br>
</span>The supported interface is the same on all adaptors. You just need to<br>
load a different group from Metacello.<br>
<br>
Cheers<br>
<span><font color="#888888">Philippe<br>
</font></span><div><div>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>