Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -r1.72.2.9 -r1.72.2.10 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 12 Nov 2013 10:03:11 -0000 1.72.2.9 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 27 Jan 2014 10:01:28 -0000 1.72.2.10 @@ -81,6 +81,9 @@ if {[info commands ::nx::Object] ne ""} { ns_log notice "Defining minimal XOTcl 1 compatibility" ::nsf::method::alias ::xo::Attribute instvar ::nsf::methods::object::instvar + # provide compatibility with nsf 2.0b6, which has "-noinit" removed + ::nx::ObjectParameterSlot create ::xo::Attribute::slot::noinit \ + -methodname ::nsf::methods::object::noinit -noarg true # The following line would cause a dependency of an nx object to # xotcl (serializer); since XOTcl depends on NX, this would be a