[Cosmo-dev] Revised migration tested
Randy Letness
randy at osafoundation.org
Fri Dec 15 08:33:14 PST 2006
Jared Rhine wrote:
> I found that my built version of Cosmo had
> "WEB-INF/classes/cosmo.version.txt" with "@VERSION@". Replacing this
> with "0.6-SNAPSHOT" manually allowed the newly migrated instance to
> start with no further complaints or problems observed. I assume this
> behavior isn't seen in other configurations; please confirm either way.
>
Yeah this is a build bug. The built version of Cosmo currently has a
cosmo.version.txt containing a version of "@VERSION@". This should
really be "0.6-SNAPSHOT". The reason things work before migration is
that when the db is initially created, the schema version is set to the
current version in cosmo.version.txt, which is "@VERSION@", and the
check passes on startup (@VERSION@==@VERSION@).
-Randy
More information about the cosmo-dev
mailing list