Hello
I am usingtheFlexpluginformodelingtablesbuildmy application.But whenIdeploythedatabase,someerrorsoccurwith the namesofforeignkey,with more than30characters(veryannoying, thislimitationofOracle).
If Icanset thename ofFKusingthe notation(likehibernate), which issolvedall myproblems, but the FML filedoes not seem totake.
Has anyonetried it?Is thispossible?
Anotherattemptistochange"org.hibernate.dialect.Oracle10gDialect"formyownimplementation,butI'm stillstudying it.
Thanks.