Issue 354 in glassdb: ConfigurationOfGLASS and ConfigurationOfSeaside30 packages missing after upgrade from 3.1 to 3.1.0.1

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

Issue 354 in glassdb: ConfigurationOfGLASS and ConfigurationOfSeaside30 packages missing after upgrade from 3.1 to 3.1.0.1

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-3.1.x

New issue 354 by [hidden email]: ConfigurationOfGLASS and  
ConfigurationOfSeaside30 packages missing after upgrade from 3.1 to 3.1.0.1
http://code.google.com/p/glassdb/issues/detail?id=354

Just noticed this problem while upgrading a 3.1 Seaside 3.0.7.1 image to  
3.1.0.1 ...

The upgrade went fine and the tests all pass (except one ... but that is a  
test issue which will be fixed), but I did notice that the two  
configurations ConfigurationOfGLASS and ConfigurationOfSeaside30 are  
missing ... these are the two configurations that are loaded during the  
upgrade and apparently they are not correctly add to the `MCWorkingCopy  
registry`...

Loading the configurations from the repository again should be a good  
workaround:

Gofer new
   gemsource: 'MetacelloRepository';
   package: 'ConfigurationOfGLASS';
   package: 'ConfigurationOfSeaside30';
   load.

I haven't noticed any other missing packages.