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
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
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
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