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

brian brianx at vt.edu
Tue May 10 14:06:01 EDT 2011


note that if your URL has 'or' in it... e.g.

jdbc:oracle:thin:@or-1111.db.yoursite.org:1521:blah

the parser doesn't like the 'or'... so you can put the whole thing in
single-quotes and it will work.

i suspect that other reserved words may cause similar issues.

b


On Tue, 2011-05-10 at 11:31 -0400, Lincoln Baxter, III wrote:
> Awesome work, max! This is fantastic.
> 
> On Sun, May 8, 2011 at 11:34 AM, Max Rydahl Andersen
> <max.andersen at gmail.com> wrote:
>         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
>         
>         
>         
>         
>         _______________________________________________
>         forge-dev mailing list
>         forge-dev at lists.jboss.org
>         https://lists.jboss.org/mailman/listinfo/forge-dev
> 
> 
> 
> -- 
> Lincoln Baxter, III
> http://ocpsoft.com
> http://scrumshark.com
> "Keep it Simple"
> _______________________________________________
> forge-dev mailing list
> forge-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-dev




More information about the forge-dev mailing list