In r4.0 on MS SQL, new columns are not recognized by the entity engine using my setup. I was told this may be due to the lack of meta data provided by the MS JDBC driver I am using. I manually add new columns and keys to the database - it's not that much of a big deal for my environment.
David E Jones-4 wrote: > > > The Entity Engine only automatically adds new tables and columns, it > does not automatically change column types. It will, however, warn you > about the database column type not matching the entity field type. > Please read through the warnings on startup or on the checkdb page in > webtools and you'll see this information. > > -David > > > On Aug 10, 2009, at 12:30 AM, Hemanth Kumar Kanamarlapudi wrote: > >> Hi Users, >> >> Can any one please tell me the reason why the changes in my entity >> definition are not reflected in the database. >> >> For example I have a cardNumber which is earlier Numeric/Integer in >> entitymodel.xml as well as in database. >> >> Now I changed cardNumber to Name/String type in entitymodel,xml and >> restarted ofbiz server. The change is not reflected in database. >> >> I am using MySQL database. >> >> Thanks in Advance. >> >> Regards, >> Hemanth >> >> >> >> ________________________________ >> http://www.mindtree.com/email/disclaimer.html > > > -- View this message in context: http://www.nabble.com/Entity-Changes-for-column-definition-Not-Reflecting-in-DB-tp24894941p24914145.html Sent from the OFBiz - User mailing list archive at Nabble.com.
