Issue 235 in glassdb: GsDeployer and class initializers

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

Issue 235 in glassdb: GsDeployer and class initializers

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8.6  
Milestone-1.0-beta.8.6

New issue 235 by [hidden email]: GsDeployer and class initializers
http://code.google.com/p/glassdb/issues/detail?id=235

Issue 232 has highlighted a load condition that could be problematic for  
GsDeployer's bulk migration scheme:

   - migrations must be done before the class initializers are run, so
     waiting till all loads are complete won't cut it ...

this particular condition is always true, so need to find a way to allow  
for possibly overriding bulk migration for certain classes?????





Reply | Threaded
Open this post in threaded view
|

Re: Issue 235 in glassdb: GsDeployer and class initializers

glassdb

Comment #1 on issue 235 by [hidden email]: GsDeployer and class  
initializers
http://code.google.com/p/glassdb/issues/detail?id=235

It's probably a good idea to always update Metacello to latest version  
before doing a deploy:

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

run
MCPlatformSupport autoCommit: true.
MCPlatformSupport autoMigrate: true.
%
run
Gofer new
     gemsource: 'MetacelloRepository';
     package: 'ConfigurationOfMetacello';
     load.
MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
     (Smalltalk at: #ConfigurationOfMetacello) project latestVersion load ]

%


Reply | Threaded
Open this post in threaded view
|

Re: Issue 235 in glassdb: GsDeployer and class initializers

glassdb
In reply to this post by glassdb
Issue 235: GsDeployer and class initializers
http://code.google.com/p/glassdb/issues/detail?id=235

This issue is now blocking issue 210.
See http://code.google.com/p/glassdb/issues/detail?id=210

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Reply | Threaded
Open this post in threaded view
|

Re: Issue 235 in glassdb: GsDeployer and class initializers

glassdb
In reply to this post by glassdb
Updates:
        Labels: -Milestone-1.0-beta.8.6 Milestone-1.0-beta.8.7

Comment #3 on issue 235 by [hidden email]: GsDeployer and class  
initializers
http://code.google.com/p/glassdb/issues/detail?id=235

(No comment was entered for this change.)

Reply | Threaded
Open this post in threaded view
|

Re: Issue 235 in glassdb: GsDeployer and class initializers

glassdb
Updates:
        Labels: -Milestone-1.0-beta.8.7

Comment #4 on issue 235 by [hidden email]: GsDeployer and class  
initializers
http://code.google.com/p/glassdb/issues/detail?id=235

A fair amount of development work will be needed for this