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

Shaping Shaping shaping1 at rocketmail.com
Sun Jul 22 06:47:41 UTC 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20120721/76ec50a7/attachment.htm


More information about the seaside-dev mailing list