Hi Sanjay,

Ok, that’s the latest release.
However, I assume you are upgrading from an earlier version… which version were 
you using before?

Since Seaside 3.2.0 (I believe to recall), we made the default load of Seaside 
much lighter, requiring you to load additional groups explicitly. Before, all 
of Seaside was loaded per default, which posed problems for people who only 
wanted core (for example).

The ‘REST’ group is such an explicit group to load.

So, if you load that group as well. It should work.

I don’t know how the catalog browser works, but I assume you can specify the 
groups to load?
Check out the README on https://github.com/SeasideSt/Seaside 
<https://github.com/SeasideSt/Seaside> to load directly from the git repo and 
use Metacello. There are examples there.

Johan

Ps: Seaside 3.3 should be coming up soon as well, which includes fixes for 
Pharo 7.

> On 24 Nov 2018, at 09:22, Sanjay Minni <s...@planage.com> wrote:
> 
> Johan,
> 
> Thru monticello browser it shows
> 
> ConfigurationOfSeaside3-JohanBrichau.335 bugfix release 3.2.4
> Repository: smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main
> 
> if that helps
> 
> 
> 
> Sanjay Minni wrote
>> Johan,
>> 
>> I am installing by going to Pharo 7.0.0rc1->Catalog Browser right click on
>> seaside3 and selecting install stable version. From the messages I presume
>> its installing 3.2.4
>> 
>> if you can tell me how to figure out the Version and Repository I will get
>> the info.
>> 
>> 
>> Johan Brichau-2 wrote
>>> Sanjay,
>>> 
>>> Which version of Seaside are you using and from which repository?
>>> 
>>> Johan
>>> 
>>>> On 24 Nov 2018, at 07:22, Sanjay Minni &lt;
>> 
>>> sm@
>> 
>>> &gt; wrote:
>>>> 
>>>> 
>>>> I am migrating my 6.1 application (under develoment) to 7.0 - 
>>>> I have loaded the required packages first thru Catalog Browser (in 7.0)
>>>> -
>>>> Mandrill, Mustache, Seaside3, VoyageMongo
>>>> 
>>>> How to load the following in 7:
>>>> - seaside-REST - My application looks for WARestfulComponentFilter
>>>> - RFB 
>>>> 
>>>> 
>>>> 
>>>> Sven Van Caekenberghe-2 wrote
>>>>> You need to tell us how are loading Seaside, exactly.
>>>>> 
>>>>> Using 
>>>>> 
>>>>> Metacello new
>>>>> baseline:'Seaside3';
>>>>> repository: 'github://SeasideSt/Seaside:master/repository';
>>>>> load.
>>>>> 
>>>>> ?
>>>>> 
>>>>> The dev build on P7 passes it seems
>>>>> https://travis-ci.org/SeasideSt/Seaside
>>>>> 
>>>>>> On 19 Nov 2018, at 17:34, Sanjay Minni &lt;
>>>> 
>>>>> sm@
>>>> 
>>>>> &gt; wrote:
>>>>>> 
>>>>>> How do I proceed from here ?
>>>>>> 
>>>>>> (Pharo 7 32 bit on Win 10) 
>>>>>> 
>>>>>> whle installing a developed package - Loading stops at
>>>>>> Seaside-Pharo-JSON-Jo....5
>>>>>> 
>>>>>> This package depends on the following classes:
>>>>>> WAPharoEncoder
>>>>>> You must resolve these dependencies before you will be able to load
>>>>>> these
>>>>>> definitions: 
>>>>>> WAPharoJsonEncoder
>>>>>> WAPharoJsonEncoder>>#delegateOn:
>>>>>> WAPharoJsonEncoder>>#initialize
>>>>>> WAPharoJsonEncoder>>#initializeJsonTable
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> -----
>>>>>> ---
>>>>>> Regards, Sanjay
>>>>>> --
>>>>>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> -----
>>>> ---
>>>> Regards, Sanjay
>>>> --
>>>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>>>> 
>> 
>> 
>> 
>> 
>> 
>> -----
>> ---
>> Regards, Sanjay
>> --
>> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
> 
> 
> 
> 
> 
> -----
> ---
> Regards, Sanjay
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
> 

Reply via email to