Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8.1
Milestone-1.0-beta.8.6
New issue 234 by
[hidden email]: autoCommit required to load Pier2 into
a repository with Pier2 already installed when using TOPAZ
http://code.google.com/p/glassdb/issues/detail?id=234GRGemStonePlatform >> magritteAllSubInstancesOf:do: ends up calling
Class>>allSubInstancesDo: which will do a commit before attempting to call
Object>>allInstances, HOWEVER, if autoCommit is not set, the commit will be
bypassed and the allInstances will fail ... with an error.
Setting autoCommit to true:
MCPlatformSupport autoCommit: true.
before doing load should do the trick.
For original report see :
http://forum.world.st/Problems-generating-images-automatically-td3264979.html