Issue 232 in glassdb: DNU for #bypassGoferLoadUpdateCategories when Metacello updated in GLASS 1.0-beta.8.1 from TOPAZ

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 232 in glassdb: DNU for #bypassGoferLoadUpdateCategories when Metacello updated in GLASS 1.0-beta.8.1 from TOPAZ

glassdb
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 232 by [hidden email]: DNU for  
#bypassGoferLoadUpdateCategories when Metacello updated in GLASS  
1.0-beta.8.1 from TOPAZ
http://code.google.com/p/glassdb/issues/detail?id=232

Using a virgin extent from 2.4.4.1, the following expression when evaluated  
from a GemTools workspace pops up a warning that can be proceeded and the  
load completes successfully:

   ConfigurationOfMetacello project updateProject.
   ConfigurationOfMetacello project latestVersion load.

If the same expression is attempted from topaz you get the following error:

GemStone: Error         Nonfatal
No method was found for the selector #'bypassGoferLoadUpdateCategories'
when sent to aMetacelloGemStonePlatform with arguments contained in
anArray( ).
Error Category: [GemStone] Number: 2010 Arg Count: 3
Arg 1: a MetacelloGemStonePlatform
   bypassProgressBars false
   stoneVersionAttribute an Array

Not sure why just yet...

Reply | Threaded
Open this post in threaded view
|

Re: Issue 232 in glassdb: DNU for #bypassGoferLoadUpdateCategories when Metacello updated in GLASS 1.0-beta.8.1 from TOPAZ

glassdb

Comment #1 on issue 232 by [hidden email]: DNU for  
#bypassGoferLoadUpdateCategories when Metacello updated in GLASS  
1.0-beta.8.1 from TOPAZ
http://code.google.com/p/glassdb/issues/detail?id=232

The following script works for me in a 2.4.4.1 virgin extent0.seaside.dbf:

run
MCPlatformSupport autoMigrate: true.
ConfigurationOfMetacello project updateProject.
ConfigurationOfMetacello project latestVersion load.
%


Reply | Threaded
Open this post in threaded view
|

Re: Issue 232 in glassdb: DNU for #bypassGoferLoadUpdateCategories when Metacello updated in GLASS 1.0-beta.8.1 from TOPAZ

glassdb

Comment #2 on issue 232 by [hidden email]: DNU for  
#bypassGoferLoadUpdateCategories when Metacello updated in GLASS  
1.0-beta.8.1 from TOPAZ
http://code.google.com/p/glassdb/issues/detail?id=232

see the following two threads for additional info:

   http://forum.world.st/loading-Metacello-td3262137.html
   
http://forum.world.st/Problems-generating-images-automatically-td3264979.html

Reply | Threaded
Open this post in threaded view
|

Re: Issue 232 in glassdb: DNU for #bypassGoferLoadUpdateCategories when Metacello updated in GLASS 1.0-beta.8.1 from TOPAZ

glassdb
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.8.6

Comment #3 on issue 232 by [hidden email]: DNU for  
#bypassGoferLoadUpdateCategories when Metacello updated in GLASS  
1.0-beta.8.1 from TOPAZ
http://code.google.com/p/glassdb/issues/detail?id=232

The fix for this bug is to have autoCommit turned on while loading  
Metacello.