Re: Seaside REST on Pharo 50

Franck Warlouzet <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.pharo.devel,gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Ok I will do that, thanks.

Franck

From: johan-vRg9mPerwB/[email protected]
Date: Wed, 25 Nov 2015 07:46:09 +0100
To: [email protected]
Subject: Re: [Pharo-dev] Seaside REST on Pharo 50
CC: seaside-bD51WKytQuJI8mQ4nJOOf3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org

Hi,
Seaside-REST is included in Seaside since version 3.1ConfigurationOfSeasideREST is outdated; it works with version 3.0
Therefore, load the ‘REST’ group from ConfigurationOfSeaside3:
Metacello new	configuration: 'Seaside3';	version: #stable;	load: ‘REST'
If you want to experiment with all of Seaside, load everything:
Metacello new	configuration: 'Seaside3';	version: #stable;	load: ‘OneClick'
Seaside is also not tested on Pharo5 as it’s still a moving target. Use Pharo4 if you want to make sure it works.
regardsJohan
On 25 Nov 2015, at 01:07, Franck Warlouzet <[email protected]> wrote:I was using both ConfigurationOfSeaside3 and ConfigurationOfSeasideRest. Is it the wrong way ?

Franck

> To: [email protected]
> From: [email protected]
> Date: Wed, 25 Nov 2015 00:26:05 +0100
> Subject: Re: [Pharo-dev] Seaside REST on Pharo 50
> 
> On 24/11/15 16:43, Franck Warlouzet wrote:
> > We are working on Pharo 50, and we noticed that Seaside-REST is not
> > working anymore.
> 
> How are you loading it?
> 
> (ConfigurationOfSeaside3 project version: #'release3.2') load: 
> #('OneClick' 'REST')
> 
> There could be a configuration problem, or not the right combination of 
> groups.
> 
> To resolve it, compare the package cache from Pharo4 vs Pharo5 after 
> loading.
> 
> Stephan
> 
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.