Re: Migrations problem with FrontBase

2012-12-17 Thread Cheong Hee (Gmail)
I think you are still picking up MySQL prototype file rather FrontBase prototype file. INT is external type for intNumber in MySQL prototype file. The correct external type for FrontBase prototype file is INTEGER. You may check the prototype selection in your database configuration. Somehow yo

WOResponse HandleException problem

2012-12-17 Thread Calven Eggert
I have a framework that has overridden WOResponse HandleException for many years. Today I have discovered that there is a problem with the page I display to the user. The page shows text and a button at the bottom of the page is labelled "Go to Login Page". It used to go to the login page o

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 Ciri

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 stripped