Re: [smartweb-user] Re : Re : Dev Environment Setup
Brought to you by:
rlogiacco
From: Stefano V <st...@gm...> - 2008-04-25 20:13:44
|
Hello Hibernate (I think..) doesn't support schema generation and consequently smartweb too. you must do it "handmade" ... If you use the hibernate feature to generate tables i.e. <property name="hbm2ddl.auto">create</property> inside smartweb.jar.hcf You have to create the schema script (in your own db dialect) before use application. bye Stefano Vetrini 2008/4/24 Sébastien LE CALLONNEC <sl...@ya...>: > Hi All, > > Is there any script that can be executed to create the db schema for auth? > The only ones I've found so far are grants and inserts. > > > > Thanks, > Sébastien. > |