Re: migrations in framework
Re: migrations in framework
- Subject: Re: migrations in framework
- From: Mike Schrag <email@hidden>
- Date: Tue, 14 Apr 2009 23:05:37 -0400
log4j.logger.er.extensions.migration.ERXMigrator=DEBUG
uhhhhh....... not sure what to tell you on this one .... it should work? Are you sure your properties are even being loaded? Because of complications with database locking, the system will not autocreate tables and per-model rows for you, so if you are using JDBC migration, you should create a table named _DBUpdater with the following (approximately) create statement:
no, it will do this for you (you'd get an exception if it can't)
this is the point where i just add some system.out.printlns in the source ... there's not really any magic to migrations. maybe your app level is overriding your framework settings? in particular modelNames, or something?
ms |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden