• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mysql Embedded Hibernate Vista Problem...

 
Ranch Hand
Posts: 407
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys : I have an app that uses mysql embedded with hibernate on windows vista. It turns out that, strangely, I can't recreate my embedded database ? No matter what directive I give to hibernate, and regardless of where the application is running from, the embedded database is not being updated. Im wondering wether embedded mysql stores its files in some centralized location on Vista ?

Its a very strange problem, and Im not having it on other OS's. The app runs fine on machines that have never seen it before, the only problem is when a new version of the app is deployed., the schema update doesnt happe as it should when using the hbm2ddl = update field. Ive also tried to do drop-create as the value for hbm2ddl. Please help Im really desperate here.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could it be your reference to the database?

http://www.bisonweb.ca/blog/?p=352
 
reply
    Bookmark Topic Watch Topic
  • New Topic