Dangling references in VisualWorks dev-build Jul12.3 Seaside framework

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

Dangling references in VisualWorks dev-build Jul12.3 Seaside framework

Shaping
Hi.

I've loaded all Seaside parcels delivered with VW dev build Jul12.3.  These include all of the Seaside framework, all examples, and all tests.  After, Undeclared contained references to

HTTPWebTransport
HTTPWebTransportConfiguration
ODBCConnection
OracleConnection
SeasideMarshaler
SeasideResponder

I suppose that HTTPWebTransport should be HTTPTransport and that HTTPWebTransportConfiguration should be HTTPTransportConfiguration.  Is that correct?
ODBCConnection is referenced as a symbol used as a key to access the actual class, which is absent.  Perhaps a parcel prereq should be updated here.  OracleConnection
is referenced in a CompiledMethod in an AbsentClassImport for Database.OracleSession.  The source for the unloaded method is

nonThreadedConnectionClass
"Answer the connection class for sessions"
^OracleConnection


SeasideMarshaler and SeasideResponder are both referenced in loaded methods.  Did the author intend to refer to newer versions of these classes with different names?

I got the same set of Undeclareds when I loaded all of Seaside from the Cincom Public repository.  Have these problems been noticed and fixed by anyone?


Shaping

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

Re: Dangling references in VisualWorks dev-build Jul12.3 Seaside framework

Julian Fitzell-2
Hi,

You'd be better reporting this to Cincom either on the vwnc list or through your support channels, as appropriate. Cincom maintains the VW port of Seaside themselves and these issues definitely seem to be specific to those packages.

Julian

On Sun, Jul 22, 2012 at 7:47 AM, Shaping Shaping <[hidden email]> wrote:
Hi.

I've loaded all Seaside parcels delivered with VW dev build Jul12.3.  These include all of the Seaside framework, all examples, and all tests.  After, Undeclared contained references to

HTTPWebTransport
HTTPWebTransportConfiguration
ODBCConnection
OracleConnection
SeasideMarshaler
SeasideResponder

I suppose that HTTPWebTransport should be HTTPTransport and that HTTPWebTransportConfiguration should be HTTPTransportConfiguration.  Is that correct?
ODBCConnection is referenced as a symbol used as a key to access the actual class, which is absent.  Perhaps a parcel prereq should be updated here.  OracleConnection
is referenced in a CompiledMethod in an AbsentClassImport for Database.OracleSession.  The source for the unloaded method is

nonThreadedConnectionClass
"Answer the connection class for sessions"
^OracleConnection


SeasideMarshaler and SeasideResponder are both referenced in loaded methods.  Did the author intend to refer to newer versions of these classes with different names?

I got the same set of Undeclareds when I loaded all of Seaside from the Cincom Public repository.  Have these problems been noticed and fixed by anyone?


Shaping

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



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

Re: Dangling references in VisualWorks dev-build Jul12.3 Seaside framework

Jerry Kott-3
Hi,

this occurred due to some missed parcels in the dev build, and it should be fixed in the upcoming build later this week.

Jerry Kott
Sr. Software Engineer
Cincom Smalltalk Development

On 23-07-2012, at 7:24 AM, Julian Fitzell wrote:

Hi,

You'd be better reporting this to Cincom either on the vwnc list or through your support channels, as appropriate. Cincom maintains the VW port of Seaside themselves and these issues definitely seem to be specific to those packages.

Julian

On Sun, Jul 22, 2012 at 7:47 AM, Shaping Shaping <[hidden email]> wrote:
Hi.

I've loaded all Seaside parcels delivered with VW dev build Jul12.3.  These include all of the Seaside framework, all examples, and all tests.  After, Undeclared contained references to

HTTPWebTransport
HTTPWebTransportConfiguration
ODBCConnection
OracleConnection
SeasideMarshaler
SeasideResponder

I suppose that HTTPWebTransport should be HTTPTransport and that HTTPWebTransportConfiguration should be HTTPTransportConfiguration.  Is that correct?
ODBCConnection is referenced as a symbol used as a key to access the actual class, which is absent.  Perhaps a parcel prereq should be updated here.  OracleConnection
is referenced in a CompiledMethod in an AbsentClassImport for Database.OracleSession.  The source for the unloaded method is

nonThreadedConnectionClass
"Answer the connection class for sessions"
^OracleConnection


SeasideMarshaler and SeasideResponder are both referenced in loaded methods.  Did the author intend to refer to newer versions of these classes with different names?

I got the same set of Undeclareds when I loaded all of Seaside from the Cincom Public repository.  Have these problems been noticed and fixed by anyone?


Shaping

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


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


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

Re: Dangling references in VisualWorks dev-build Jul12.3 Seaside framework

Shaping
Great!  Thanks.


From: Jerry Kott <[hidden email]>
To: Seaside - developer list <[hidden email]>
Sent: Monday, July 30, 2012 1:46 PM
Subject: Re: [Seaside-dev] Dangling references in VisualWorks dev-build Jul12.3 Seaside framework

Hi,

this occurred due to some missed parcels in the dev build, and it should be fixed in the upcoming build later this week.

Jerry Kott
Sr. Software Engineer
Cincom Smalltalk Development

On 23-07-2012, at 7:24 AM, Julian Fitzell wrote:

Hi,

You'd be better reporting this to Cincom either on the vwnc list or through your support channels, as appropriate. Cincom maintains the VW port of Seaside themselves and these issues definitely seem to be specific to those packages.

Julian

On Sun, Jul 22, 2012 at 7:47 AM, Shaping Shaping <[hidden email]> wrote:
Hi.

I've loaded all Seaside parcels delivered with VW dev build Jul12.3.  These include all of the Seaside framework, all examples, and all tests.  After, Undeclared contained references to

HTTPWebTransport
HTTPWebTransportConfiguration
ODBCConnection
OracleConnection
SeasideMarshaler
SeasideResponder

I suppose that HTTPWebTransport should be HTTPTransport and that HTTPWebTransportConfiguration should be HTTPTransportConfiguration.  Is that correct?
ODBCConnection is referenced as a symbol used as a key to access the actual class, which is absent.  Perhaps a parcel prereq should be updated here.  OracleConnection
is referenced in a CompiledMethod in an AbsentClassImport for Database.OracleSession.  The source for the unloaded method is

nonThreadedConnectionClass
"Answer the connection class for sessions"
^OracleConnection


SeasideMarshaler and SeasideResponder are both referenced in loaded methods.  Did the author intend to refer to newer versions of these classes with different names?

I got the same set of Undeclareds when I loaded all of Seaside from the Cincom Public repository.  Have these problems been noticed and fixed by anyone?


Shaping

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


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


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



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