Re: T5 - tapestry-hibernate - Auto generate schema/tables?

2007-07-24 Thread Kristian Marinkovic
sorry for this post, just read your last email :) Kristian Marinkovic <[EMAIL PROTECTED]> 25.07.2007 08:44 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: T5 - tapestry-hibernate - Auto generate schema/tables? usually it is suff

Re: T5 - tapestry-hibernate - Auto generate schema/tables?

2007-07-24 Thread Kristian Marinkovic
usually it is sufficient to add this line to your hibernate.cfg.cml update 24.07.2007 21:29 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema Re: T5 - tapestry-hibernate - Auto generate schema/tables? Hi Peter, Take a look at the Hibernate Too

Re: T5 - tapestry-hibernate - Auto generate schema/tables?

2007-07-24 Thread Peter Beshai
Thanks, this helped. First I realized I needed to add the line: update to my hibernate.cfg.xml file. This worked only if I used certain annotations (@Basic, @Enumeration, and @Id were used) in my entities, but failed if I used @Column. It turns out I had simply failed to add ejb3-persistence.j

Re: T5 - tapestry-hibernate - Auto generate schema/tables?

2007-07-24 Thread Jacob Bergoo
direction, > that would be great. > > > > > -- > Peter Beshai > > CS 134 Tutor > University of Waterloo > > -- View this message in context: http://www.nabble.com/T5---tapestry-hibernate---Auto-generate-schema-tables--tf4137646.html#a11770

Re: T5 - tapestry-hibernate - Auto generate schema/tables?

2007-07-24 Thread Eugene Lozovan
Hello, I used Hibernate Annotations, in case if it might be helpful . E.L. On 24/07/07, Peter Beshai <[EMAIL PROTECTED]> wrote: Hi everyone, Is there any way to have Hibernate auto generate the schema if it h

T5 - tapestry-hibernate - Auto generate schema/tables?

2007-07-24 Thread Peter Beshai
Hi everyone, Is there any way to have Hibernate auto generate the schema if it hasn't already been defined? (The entities are POJOs with annotations). Is this done through the tapestry-hibernate package? Through the hibernate.cfg.xml? Maven? Sorry if this is off topic. If anyone can point me in