I know this is a alraedy known issue: http://code.google.com/p/pharo/issues/detail?id=1628
I am trying to make SqueakDBX work in 1.1 and it doesn't work because of this. Each DBXConnection is registered in the WeakRegistry� just to close the database connection in case they don't do it explicitly.
This this, I have a:
addObjectToGarbageCollect: anObject
��� WeakRegistry default add: anObject.
And in DBXConnetion >> connect, I call that method.
Do you know how to solve the problem? I read the issue but I am uncertain what should I do nor if it is fixed. I think this bug is really important.
Thanks
Mariano