[forge-dev] Hibernate Tools plugin now in a usable state

Max Rydahl Andersen max.andersen at gmail.com
Sun May 8 11:34:10 EDT 2011


Hi,

I've committed the fixes Lincoln and I came up with during JBoss World to make the hibernate tools plugin run again.

Results up on https://github.com/forge/plugin-hibernate-tools with a readme.md on how to use.

Short version:
$ cp driver.jar $FORGE_HOME/lib

$ forge
$ cd projectwithpersistnce
$ generate-entities --url jdbc:hsqldb:localhost:9001 --driver org.hsqldb.jdbcDriver
Generated 27 java entities.
$ 

/max
http://about.me/maxandersen






More information about the forge-dev mailing list