[Glass] How to load Seaside-Zinc in GLASS?

Dale K. Henrichs dale.henrichs at gemtalksystems.com
Tue Nov 12 13:37:00 PST 2013


Mariano, 

I'm having a Daja vu moment ... I've seen and addressed this problem before ... did we see this down in Rosario, or was it with someone else? 

----- Original Message -----

| From: "Mariano Martinez Peck" <marianopeck at gmail.com>
| To: glass at lists.gemtalksystems.com
| Sent: Tuesday, November 12, 2013 12:54:24 PM
| Subject: [Glass] How to load Seaside-Zinc in GLASS?

| Hi guys. I tried all different ways and I could get Seaside-Zinc
| loaded in GLASS.

| In Pharo, the way I load seaside from my conf is:

| spec
| project: 'Seaside' with: [
| spec
| className: 'ConfigurationOfSeaside3';
| loads: #('Core' 'Zinc');
| file: 'ConfigurationOfSeaside3';
| repository: '
| http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main ' ].

| I thought the same would work in GemStone.

| First problem is that it doesn't load Seaside-Zinc.
Do you get an error, or does it just not load Seaside-Zinc? There are actually a couple of different "Zinc for GemStone" formulas out there. I haven't had a chance to look at ConfigurationOfSeaside3 in depth, so I am not sure which variant of Zinc you are getting ... 

For server-side the github version of Zinc[1] is probably the way to go...The tests are at least green, but I'm pretty sure that this version has not been integrated into ConfigurationOfSeaside3 ... also I'm pretty sure that the forkAt:named: issue is resolved by the github version... 

[1] https://github.com/glassdb/zinc 

| Second, why it loads Zinc 1.1 in ConfigurationOfSeaside3 version
| 3.0.8 if ConfigurationOfZincHttpComponents #stable says that for
| gemstone it is 2.4.3 ??? Any particular reason?

| Finally, if I force this script to try to load Seaside-Zinc:

| Metacello new
| configuration: 'Seaside3';
| repository: '
| http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main ' ;
| version: '3.0.8';
| record: #('Core' 'Zinc' 'Zinc-Seaside').

| then.... final problem is that it loads LAST version of Zinc-Seaside
| instead of the version it should load...and of course, that version
| of Zinc-Seaside (last) does not work with the loaded Zinc 1.1....

| so...anyway can load Zinc+Zinc-Seaside sucessfully? I am using
| GemStone 3.0.1.4

| Thanks in advance,

| --
| Mariano
| http://marianopeck.wordpress.com

| _______________________________________________
| Glass mailing list
| Glass at lists.gemtalksystems.com
| http://lists.gemtalksystems.com/mailman/listinfo/glass
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20131112/f5639ce6/attachment-0001.html>


More information about the Glass mailing list