Re: Migrations problem with FrontBase

2012-12-21 Thread Cheong Hee (Gmail)
@lists.apple.com Sent: Wednesday, December 19, 2012 8:00 PM Subject: Re: Migrations problem with FrontBase Hi Cheong, I meant in my specific case, where is WO looking for the prototypes? Searching in my disk I only found the EOPrototypes class file. In my project the MySQLPlugin was removed

Re: Migrations problem with FrontBase

2012-12-21 Thread Cheong Hee (Gmail)
. Cheers Cheong Hee - Original Message - From: Kieran Kelleher To: Cheong Hee (Gmail) Cc: Ângelo Andrade Cirino ; webobjects-dev@lists.apple.com Sent: Friday, December 21, 2012 4:31 AM Subject: Re: Migrations problem with FrontBase FWIW, Not sure if this helps

Re: Migrations problem with FrontBase

2012-12-20 Thread Kieran Kelleher
To: Cheong Hee (Gmail) Cc: Chuck Hill ; webobjects-dev@lists.apple.com 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

Re: Migrations problem with FrontBase

2012-12-19 Thread Ângelo Andrade Cirino
Hi Cheong, I meant in my specific case, where is WO looking for the prototypes? Searching in my disk I only found the EOPrototypes class file. In my project the MySQLPlugin was removed from the class file and the FrontBasePlugIn was put before EOPrototypes in the class path order. My model

Re: Migrations problem with FrontBase

2012-12-19 Thread Johann Werner
Have you tried to set the prototypes in your properties file? dbEOPrototypesEntityGLOBAL=EOJDBCFrontBasePrototypes Am 19.12.2012 um 13:00 schrieb Ângelo Andrade Cirino aacir...@gmail.com: Hi Cheong, I meant in my specific case, where is WO looking for the prototypes? Searching in my disk

Re: Migrations problem with FrontBase

2012-12-19 Thread Ângelo Andrade Cirino
Hi Johann, I wasn't aware of this property. I had already searched the properties file for such option but did not find it. I will try it too. Thanx, Angelo Em 19/12/2012, às 11:02, Johann Werner escreveu: Have you tried to set the prototypes in your properties file?

Re: Migrations problem with FrontBase

2012-12-19 Thread Chuck Hill
@lists.apple.com Sent: Monday, December 17, 2012 11:07 PM Subject: Re: Migrations problem with FrontBase Hi Chuck, The ERPrototypes and FrontBasePlugin libraries are correctly set up in the class path. The FrontBase related JARS and frameworks are set up in the system class path. In the model file

Re: Migrations problem with FrontBase

2012-12-18 Thread Ângelo Andrade Cirino
*Subject:* Re: Migrations problem with FrontBase Hi Chuck, The ERPrototypes and FrontBasePlugin libraries are correctly set up in the class path. The FrontBase related JARS and frameworks are set up in the system class path. In the model file the FrontBase prototypes were selected. Trying

Re: Migrations problem with FrontBase

2012-12-18 Thread Cheong Hee (Gmail)
, December 17, 2012 11:07 PM Subject: Re: Migrations problem with FrontBase Hi Chuck, The ERPrototypes and FrontBasePlugin libraries are correctly set up in the class path. The FrontBase related JARS and frameworks are set up in the system class path. In the model file

Re: Migrations problem with FrontBase

2012-12-17 Thread Ângelo Andrade Cirino
Hi Chuck, The ERPrototypes and FrontBasePlugin libraries are correctly set up in the class path. The FrontBase related JARS and frameworks are set up in the system class path. In the model file the FrontBase prototypes were selected. Trying to isolate the problem to study a solution, I

Re: Migrations problem with FrontBase

2012-12-17 Thread Chuck Hill
What is the code causing this? I think that NUMERIC is what you should get for FrontBase.Migrations does not care what is set in the model. Are the connection dictionaries getting updated to MySQL? What is in the Properties file? Chuck On Dec 17, 2012, at 7:07 AM, Ângelo Andrade

Re: Migrations problem with FrontBase

2012-12-17 Thread Cheong Hee (Gmail)
you are still picking up the MySQL prototype file. Cheers Cheong Hee - Original Message - From: Ângelo Andrade Cirino To: Chuck Hill Cc: webobjects-dev@lists.apple.com Sent: Monday, December 17, 2012 11:07 PM Subject: Re: Migrations problem with FrontBase Hi Chuck

Migrations problem with FrontBase

2012-12-16 Thread Ângelo Andrade Cirino
Hi list, I am moving from MySQL to FrontBase and was presented with the following error: JDBCAdaptorException: Unable to find type information for external type 'INT' in attribute 'updateLock' of entity '_dbupdater'. Check spelling and capitalization. at

Re: Migrations problem with FrontBase

2012-12-16 Thread Chuck Hill
It sounds like the wrong prototypes are being used to generate the migration Java. On Dec 16, 2012, at 6:22 PM, Ângelo Andrade Cirino aacir...@gmail.com wrote: Hi list, I am moving from MySQL to FrontBase and was presented with the following error: JDBCAdaptorException: Unable to find