<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Seaside-REST is included in Seaside since version 3.1</div><div class="">ConfigurationOfSeasideREST is outdated; it works with version 3.0</div><div class=""><br class=""></div><div class="">Therefore, load the ‘REST’ group from ConfigurationOfSeaside3:</div><div class=""><br class=""></div><div class=""><div class=""><div class="">Metacello new</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>configuration: 'Seaside3';</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>version: #stable;</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>load: ‘REST'</div></div><div class=""><br class=""></div><div class="">If you want to experiment with all of Seaside, load everything:</div><div class=""><br class=""></div><div class=""><div class="">Metacello new</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>configuration: 'Seaside3';</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>version: #stable;</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>load: ‘OneClick'</div></div><div class=""><br class=""></div><div class="">Seaside is also not tested on Pharo5 as it’s still a moving target.&nbsp;</div><div class="">Use Pharo4 if you want to make sure it works.</div><div class=""><br class=""></div><div class="">regards</div><div class="">Johan</div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On 25 Nov 2015, at 01:07, Franck Warlouzet &lt;<a href="mailto:franck.warlouzet@hotmail.fr" class="">franck.warlouzet@hotmail.fr</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">I was using both ConfigurationOfSeaside3 and ConfigurationOfSeasideRest. Is it the wrong way ?<br class=""><br class="">Franck<br class=""><br class=""><div class="">&gt; To:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:pharo-dev@lists.pharo.org" class="">pharo-dev@lists.pharo.org</a><br class="">&gt; From:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:stephan@stack.nl" class="">stephan@stack.nl</a><br class="">&gt; Date: Wed, 25 Nov 2015 00:26:05 +0100<br class="">&gt; Subject: Re: [Pharo-dev] Seaside REST on Pharo 50<br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; On 24/11/15 16:43, Franck Warlouzet wrote:<br class="">&gt; &gt; We are working on Pharo 50, and we noticed that Seaside-REST is not<br class="">&gt; &gt; working anymore.<br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; How are you loading it?<br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; (ConfigurationOfSeaside3 project version: #'release3.2') load:<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; #('OneClick' 'REST')<br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; There could be a configuration problem, or not the right combination of<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; groups.<br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; To resolve it, compare the package cache from Pharo4 vs Pharo5 after<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; loading.<br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><br class="">&gt; Stephan<br class="">&gt;<span class="Apple-converted-space">&nbsp;</span><br class="">&gt;<span class="Apple-converted-space">&nbsp;</span></div></div></div></blockquote></div><br class=""></div></body></html>