Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-31 Thread O. Bigalk
Hi Peter thank you for this information. Unfortunatly I am forced to use maven 1.0.2 by our business commandment and therefor can not use the hibernate3-maven-plugin. Best Regards Olaf Bigalk -- View this message in context: http://www.nabble.com/Problem-hibernate3-plugin-cfg2cfgxml

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-31 Thread O. Bigalk
there any download link for a plugin binary distribution. Regards Olaf Bigalk -- View this message in context: http://www.nabble.com/Problem-hibernate3-plugin-cfg2cfgxml-t1310262.html#a3685566 Sent from the Maven - Users forum at Nabble.com

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-28 Thread O. Bigalk
. Does the hibernate3-maven-plugin run with maven 1.0.2 ? -- View this message in context: http://www.nabble.com/Problem-hibernate3-plugin-cfg2cfgxml-t1310262.html#a3629767 Sent from the Maven - Users forum at Nabble.com

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-28 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 O. Bigalk wrote: where can I get the hibernate3-maven-plugin ? Add the following to your pom.xml pluginRepositories pluginRepository idsnapshots/id urlhttp://snapshots.maven.codehaus.org/maven2/url /pluginRepository

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-28 Thread Johann Reyes
-Original Message- From: O. Bigalk [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 8:44 AM To: users@maven.apache.org Subject: Re: Problem hibernate3 plugin cfg2cfgxml Hi Taavi, where can I get the hibernate3-maven-plugin ? I found some documentation on it on codehaus.org but I didn't

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-23 Thread Taavi Sildeberg
Hello everybody, I got rid of this error, sot that the next one can come and torture me :) This time stack trace is following: com.thoughtworks.qdox.parser.ParseException: syntax error @[10,2] in file:/C:/devTest/timemanager/data/src/main/java/ee/zero/data/user/Address.java at

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Taavi Sildeberg
Johann Reyes -Original Message- From: Sylvain Vieujot [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 11:39 AM To: Maven Users List Subject: RE: Problem hibernate3 plugin cfg2cfgxml I did a private maven plugin that does just that : Fetch the annotations and add the mapping class

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Johann Reyes
-Original Message- From: Taavi Sildeberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 6:13 AM To: Maven Users List Subject: Re: Problem hibernate3 plugin cfg2cfgxml Hey Sylvain, If this is not so big trouble can you send me some sample pom.xml, from I can learn how to configure your

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Sylvain Vieujot
a person is using annotations or not. Thanks Johann Reyes -Original Message- From: Sylvain Vieujot [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 21, 2006 11:39 AM To: Maven Users List Subject: RE: Problem hibernate3 plugin cfg2cfgxml I did a private maven plugin that does just

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Taavi Sildeberg
Users List Subject: Re: Problem hibernate3 plugin cfg2cfgxml Hey Sylvain, If this is not so big trouble can you send me some sample pom.xml, from I can learn how to configure your plugin? Taavi Sylvain Vieujot wrote: I filled a Jira new feature request where you can find the source code attached

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Taavi Sildeberg
Hello Sylvain, When I try to use your plugin, I got this result from it: C:\devTest\timemanager\datamvn hibernate-annotations:mappings-compile [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'hibernate-annotations'. Downloading:

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Sylvain Vieujot
I sometime have problems like this. Try to do an mvn clean before. For me it solved the problem. On Wed, 2006-03-22 at 16:10 +0200, Taavi Sildeberg wrote: Hello Sylvain, When I try to use your plugin, I got this result from it: C:\devTest\timemanager\datamvn

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Johann Reyes
, 2006 9:40 AM To: [EMAIL PROTECTED] Cc: Maven Users List Subject: Re: Problem hibernate3 plugin cfg2cfgxml I sometime have problems like this. Try to do an mvn clean before. For me it solved the problem. On Wed, 2006-03-22 at 16:10 +0200, Taavi Sildeberg wrote: Hello Sylvain, When I try to use

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Taavi Sildeberg
, 2006 9:40 AM To: [EMAIL PROTECTED] Cc: Maven Users List Subject: Re: Problem hibernate3 plugin cfg2cfgxml I sometime have problems like this. Try to do an mvn clean before. For me it solved the problem. On Wed, 2006-03-22 at 16:10 +0200, Taavi Sildeberg wrote: Hello Sylvain, When I try to use

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Johann Reyes
a hibernate.cfg.xml file before using annotations with hibernate. Regards Johann Reyes -Original Message- From: Taavi Sildeberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 2:27 AM To: Johann Reyes; users@maven.apache.org Subject: Re: Problem hibernate3 plugin cfg2cfgxml Thank you Johann

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Johann Reyes
: Taavi Sildeberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 8:33 AM To: Maven Users List Subject: Re: Problem hibernate3 plugin cfg2cfgxml Hey, But is there any way to create hibernate.cfg.xml with mappings automatically or I really write it manually? Maby same ant task, or other tool

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Taavi Sildeberg
Message- From: Taavi Sildeberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 2:27 AM To: Johann Reyes; users@maven.apache.org Subject: Re: Problem hibernate3 plugin cfg2cfgxml Thank you Johann for so quick answer. Yes a have set the ejb3 to true. Here is my pom.xml configuration

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Sylvain Vieujot
: Re: Problem hibernate3 plugin cfg2cfgxml Hey, But is there any way to create hibernate.cfg.xml with mappings automatically or I really write it manually? Maby same ant task, or other tool, preferably maven 2 :) Taavi Johann Reyes wrote: Hello Taavi Ahh sorry, my mistake, I

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Johann Reyes
PROTECTED] Sent: Tuesday, March 21, 2006 11:39 AM To: Maven Users List Subject: RE: Problem hibernate3 plugin cfg2cfgxml I did a private maven plugin that does just that : Fetch the annotations and add the mapping class=.../ to an hibernate.cfg.xml file. It would need to be a bite polished to go

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Sylvain Vieujot
Subject: RE: Problem hibernate3 plugin cfg2cfgxml I did a private maven plugin that does just that : Fetch the annotations and add the mapping class=.../ to an hibernate.cfg.xml file. It would need to be a bite polished to go in a public repository, but if you're interested, I could review

Problem hibernate3 plugin cfg2cfgxml

2006-03-20 Thread Taavi Sildeberg
Hello, I have a three java files with annotations. When I try to generate the hibernate.cfg.xml with maven.hibernte3.plugin, then the mapped classes are never included inside hibernate.cfg.xml file. If I add them manualy then hbm2ddl works fine. In the plugin manual is that

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-20 Thread Johann Reyes
] Sent: Monday, March 20, 2006 5:30 AM To: Maven Users List Subject: Problem hibernate3 plugin cfg2cfgxml Hello, I have a three java files with annotations. When I try to generate the hibernate.cfg.xml with maven.hibernte3.plugin, then the mapped classes are never included inside

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-20 Thread Taavi Sildeberg
: https://svn.mojo.codehaus.org/mojo/trunk/mojo/mojo-sandbox/hibernate3-maven- plugin/src/test/project-jdk15/pom.xml Regards Johann Reyes -Original Message- From: Taavi Sildeberg [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 5:30 AM To: Maven Users List Subject: Problem hibernate3