Thanks. Read through the ERPrototypes
documentation, I think this is by far the most up-to-date.
The doc shows:
1. set up for ERPrototypes
framework
2. set up for EOModeler
3. set up your frameworks
4. set up your applications
Following this guide, thing should be in
better order.
Cheers
Cheong Hee
----- Original Message -----
Sent: Friday, December 21, 2012 4:31
AM
Subject: Re: Migrations problem with
FrontBase
FWIW,
Not sure if this helps with Migrations or not because I still use SQL for
that, but anyway.....
Have a look at the usage of this property:
er.extensions.ERXModel.useExtendedPrototypes=true
and the javadoc on ERXModel to learn how prototypes are chosen.
You can turn on debug logging on that class to see info about prototypes
being loaded.
HTH, Kieran
On Dec 18, 2012, at 11:16 PM, Cheong Hee (Gmail) < email@hidden> wrote:
Found this original WO doc to share and hope it
helps. Not sure if this still hold water after integrating with
Wonder:
"When resolving a
prototype name, Enterprise Objects Framework looks for prototypes in EO<adaptor-name>Prototypes,
then in EOPrototypes, and
finally in the adaptor for your model. This search path allows you to
override the prototypes provided by each adaptor. Furthermore, if you don't
want to use the adaptor-defined prototypes at all, you can hide them. Create
an entity named EOPrototypesToHide.
For each prototype you want to hide, create an attribute with that name; you
don't need to specify other attribute properties."
Cheers
Cheong Hee
----- Original Message -----
Sent: Wednesday, December 19, 2012 1:06
AM
Subject: Re: Migrations problem with
FrontBase
Hi guys,
For a reason beyond my
skills, the application seems to be indeed using the MySQL prototypes
instead of FrontBase's to create the _dbupdater table. My model surely has
the FrontBase prototypes selected, but this seems not to influence the
prototypes choice by ERXMigrator or ERXJDBCMigrationLock. So
my solution was to create the _dbupdater table by hand
and populate it with the models I use. After this intervention the
migrations worked again.
But the question remains, from where
does ERXMigrator take the prototypes
information?
Cheers,
Angelo
_______________________________________________ Do
not post admin requests to the list. They will be ignored. Webobjects-dev
mailing list ( email@hidden) Help/Unsubscribe/Update
your Subscription:
|