Re: Maven2+Hibernate3 Annotation Problem

2007-02-06 Thread lemon dumpling
:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 8:33 PM To: users@maven.apache.org Subject: Maven2+Hibernate3 Annotation Problem Hi, I want to generate database schema to a sql file and feed the schema into my database. I have hibernate annotations instead of hbm.xml files. plugin

Re: Maven2+Hibernate3 Annotation Problem

2007-02-06 Thread Manos Batsis
-Original Message- From: lemon dumpling [mailto:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 8:33 PM To: users@maven.apache.org Subject: Maven2+Hibernate3 Annotation Problem Hi, I want to generate database schema to a sql file and feed the schema into my database. I have

RE: Maven2+Hibernate3 Annotation Problem

2007-02-06 Thread Johann Reyes
/configuration /plugin Regards Johann Reyes -Original Message- From: lemon dumpling [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 8:29 AM To: Maven Users List Subject: Re: Maven2+Hibernate3 Annotation Problem Hi Johann, Yes, I tried that thing but it always throws no suitable

Re: Maven2+Hibernate3 Annotation Problem

2007-02-06 Thread lemon dumpling
need to include the annotated classes in your hibernate.cfg.xml file Regards Johann Reyes -Original Message- From: lemon dumpling [mailto:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 8:33 PM To: users@maven.apache.org Subject: Maven2+Hibernate3 Annotation

RE: Maven2+Hibernate3 Annotation Problem

2007-02-05 Thread Johann Reyes
- From: lemon dumpling [mailto:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 8:33 PM To: users@maven.apache.org Subject: Maven2+Hibernate3 Annotation Problem Hi, I want to generate database schema to a sql file and feed the schema into my database. I have hibernate annotations instead

Re: Maven2+Hibernate3 Annotation Problem

2007-02-04 Thread Alejandro Scandroli
Hi It looks good to me. Are you getting any errors? Try adding your property file: eg. propertyfilesrc/main/resources/hibernate.properties/propertyfile You can also try: jdk5true/jdk5 ejb3true/ejb3 Alejandro. On 2/4/07, lemon dumpling

Re: Maven2+Hibernate3 Annotation Problem

2007-02-04 Thread lemon dumpling
I don't see the file getting created, as well as the table binding... On 2/4/07, Alejandro Scandroli [EMAIL PROTECTED] wrote: Hi It looks good to me. Are you getting any errors? Try adding your property file: eg. propertyfilesrc/main/resources/hibernate.properties/propertyfile You can also

Maven2+Hibernate3 Annotation Problem

2007-02-03 Thread lemon dumpling
Hi, I want to generate database schema to a sql file and feed the schema into my database. I have hibernate annotations instead of hbm.xml files. plugin groupIdorg.codehaus.mojo/groupId artifactIdhibernate3-maven-plugin/artifactId version2.0-SNAPSHOT/version