Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

Martin J. Laubach-2
> I tried re-loading SeasideForWebToolkit (2.6b1.58) from a vanilla VW
> 7.4nc image and get the following error after it gets installed and I
> try bringing up the counter (or any other) Seaside page :
> Message not understood: #addMetaContentType

  Same here. I meant to notify Boris but haven't gotten around to
it yet, so here is good enough :-) It seems that this latest bundle
is broken.

        mjl
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

Boris Popov, DeepCove Labs (SNN)
Thanks, I'll check on it, this is somewhat interesting because I've been
using it here w/o a problem. Give me a few.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Martin J.
Laubach
Sent: Thursday, July 27, 2006 12:36 AM
To: [hidden email]
Subject: [Seaside] Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

> I tried re-loading SeasideForWebToolkit (2.6b1.58) from a vanilla VW
> 7.4nc image and get the following error after it gets installed and I
> try bringing up the counter (or any other) Seaside page :
> Message not understood: #addMetaContentType

  Same here. I meant to notify Boris but haven't gotten around to
it yet, so here is good enough :-) It seems that this latest bundle
is broken.

        mjl
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

Boris Popov, DeepCove Labs (SNN)
Ah yes, this is something I wanted to speak to Michel about when he gets
back, because in the latest Seaside method WAHtmlRoot>>addMetaContentType is
defined in the '*seasideasync' category, which is treated as belonging to
SeasideAsync package by the Squeak-VisualWorks port process, so if you load
the latest SeasideAsync as well, the problem should go away, I tested this
again here with 7.4.1. Sorry for the troubles.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Boris Popov
Sent: Thursday, July 27, 2006 7:12 AM
To: [hidden email]
Subject: RE: [Seaside] Odd issue with SeasideForWebToolkit bundle
(2.6b1.58.0)

Thanks, I'll check on it, this is somewhat interesting because I've been
using it here w/o a problem. Give me a few.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Martin J.
Laubach
Sent: Thursday, July 27, 2006 12:36 AM
To: [hidden email]
Subject: [Seaside] Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

> I tried re-loading SeasideForWebToolkit (2.6b1.58) from a vanilla VW
> 7.4nc image and get the following error after it gets installed and I
> try bringing up the counter (or any other) Seaside page :
> Message not understood: #addMetaContentType

  Same here. I meant to notify Boris but haven't gotten around to
it yet, so here is good enough :-) It seems that this latest bundle
is broken.

        mjl
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

Rick Flower
Boris Popov wrote:
> Ah yes, this is something I wanted to speak to Michel about when he gets
> back, because in the latest Seaside method WAHtmlRoot>>addMetaContentType is
> defined in the '*seasideasync' category, which is treated as belonging to
> SeasideAsync package by the Squeak-VisualWorks port process, so if you load
> the latest SeasideAsync as well, the problem should go away, I tested this
> again here with 7.4.1. Sorry for the troubles.

Thanks Boris.. After I got all of that loaded and tried it out, I tried
loading (and this may not be related at all to any of your changes) the
latest version of the SeasideWebDesignerTool (1.1,mbany dated 5/27/2006)
and got the following exception :

Unhandled exception: The variable name "document" is overloaded for
Seaside.WAStaticHtmlCanvas

After pressing the proceed button, it loaded a few more things from the
public repository and then gives you :

Unhandled exception: The identifier Swazoo.GIFImage has no binding.

It sounds like perhaps there are one or more disconnects with the
current Seaside version and the SeasideWebDesignerTool..

-- Rick


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

Michel Bany-3
In reply to this post by Boris Popov, DeepCove Labs (SNN)
Boris Popov a écrit :

>Ah yes, this is something I wanted to speak to Michel about when he gets
>back, because in the latest Seaside method WAHtmlRoot>>addMetaContentType is
>defined in the '*seasideasync' category, which is treated as belonging to
>SeasideAsync package by the Squeak-VisualWorks port process, so if you load
>the latest SeasideAsync as well, the problem should go away, I tested this
>again here with 7.4.1. Sorry for the troubles.
>
>  
>
Boris,

My guess is that you probably published the Seaside bundles with
SeasideAsync loaded in VW,
or (not sure) you exported Seaside from Squeak with SeasideAsync loaded
in Squeak.
Since SeasideAsync includes overrides of Seaside, the overriden methods
do not get
published and you end up with a bundle that is missing a few methods,
#space for instance,
#addMetaContentType and a few other.

I just published Seaside 2.6b1.58.1.

While at it, I also published Seaside-VW 2.6b1.58.1 where the port tool
has been enhanced and
is now in a separate package. I lost some of your latest changes in the
process. I would appreciate
if you could integrate your changes again. Sorry.

These versions of the bundles should be automatically selected when
loading the SeasideForWebToolkit
bundle. Let me know if anything goes wrong with these updates.

Michel.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: Odd issue with SeasideForWebToolkit bundle (2.6b1.58.0)

Boris Popov, DeepCove Labs (SNN)
Thanks, Michel, that makes sense, like I said, this was my first try, I
guess I was saved by the fact that I was loading everything anyway, but
others weren't as lucky. I'll know better next time.

Also, I'll update the port tool again, no worries.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Michel Bany
Sent: Thursday, July 27, 2006 9:26 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] Odd issue with SeasideForWebToolkit bundle
(2.6b1.58.0)

Boris Popov a écrit :

>Ah yes, this is something I wanted to speak to Michel about when he gets
>back, because in the latest Seaside method WAHtmlRoot>>addMetaContentType
is
>defined in the '*seasideasync' category, which is treated as belonging to
>SeasideAsync package by the Squeak-VisualWorks port process, so if you load
>the latest SeasideAsync as well, the problem should go away, I tested this
>again here with 7.4.1. Sorry for the troubles.
>
>  
>
Boris,

My guess is that you probably published the Seaside bundles with
SeasideAsync loaded in VW,
or (not sure) you exported Seaside from Squeak with SeasideAsync loaded
in Squeak.
Since SeasideAsync includes overrides of Seaside, the overriden methods
do not get
published and you end up with a bundle that is missing a few methods,
#space for instance,
#addMetaContentType and a few other.

I just published Seaside 2.6b1.58.1.

While at it, I also published Seaside-VW 2.6b1.58.1 where the port tool
has been enhanced and
is now in a separate package. I lost some of your latest changes in the
process. I would appreciate
if you could integrate your changes again. Sorry.

These versions of the bundles should be automatically selected when
loading the SeasideForWebToolkit
bundle. Let me know if anything goes wrong with these updates.

Michel.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment