Home
The Toolkit for Online Communities
15902 Community Members, 0 members online, 2502 visitors today
Log In Register

Forum OpenACS Development: Re: HEAD install.xml feature is broken

OpenACS Home : Forums : OpenACS Development : Re: HEAD install.xml feature is broken : One Message

+
Posted by Peter Marklund on
Seems the dom nodes are procs, and as we know, procs loaded in a certain Tcl thread are only available within thread. I avoided the error during bootstrapping by simply loading the xml doc again on the package page. The fix is committed to CVS HEAD.
+
Posted by Randy O'Meara on
Thank you, Peter.