Closed GoogleCodeExporter closed 9 years ago
Define this env entry in your jetty env xml:
<New class="org.mortbay.jetty.plus.naming.EnvEntry">
<Arg>hibernate.hbm2ddl.auto</Arg>
<Arg type="java.lang.String">update</Arg>
<Arg type="boolean">true</Arg>
</New>
See jos-webapp/jetty-env.dist.xml for detail.
Original comment by zhoushu...@gmail.com
on 28 Jan 2010 at 10:36
Ah, thank you very much, this works great!
Best regards,
Julian Hochstetter
Original comment by julian.h...@googlemail.com
on 28 Jan 2010 at 11:09
Original comment by zhoushu...@gmail.com
on 28 Jan 2010 at 11:17
Original issue reported on code.google.com by
julian.h...@googlemail.com
on 27 Jan 2010 at 5:19