RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-31 Thread Johann Reyes
e.org/guides/development/guide-testing-development-plugins .html Regards Johann Reyes -Original Message- From: O. Bigalk [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 3:34 AM To: users@maven.apache.org Subject: RE: Problem hibernate3 plugin cfg2cfgxml Johann Reyes-2

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-31 Thread O. Bigalk
Johann Reyes-2 wrote: > > Hi Bigalk > > Right now the hibernate3-maven-plugin is available as a snapshot only and > it > is a maven 2.x plugin. > > You can find information about the plugin here: > > http://mojo.codehaus.org/hibernate3-maven-plugin > ... > Thank you for the link, but I did

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-t1310262

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&#

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 snapshots http://snapshots.maven.codehaus.org/maven2 I also have org.codehaus.moj

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-28 Thread O. Bigalk
Hi Taavi, where can I get the hibernate3-maven-plugin ? I found some documentation on it on codehaus.org but I didn't see any binary distribution of it. I also checked the source repository at svn.mojo.codehaus.org but the source distribution seems also incomplet regarding to its dependencies. Do

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 com.tho

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, Whe

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, >

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\data>mvn hibernate-annotations:m

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\data>mvn hibernate-annotations:mappings-compile [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'hibernate-annotations'. Downloading: http://repo1.maven.org/maven2

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 s

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-22 Thread Sylvain Vieujot
ings automatically only with hbm.xml files. I'll check if they are >>> planning to support Annotations this way too, but at the moment is not >>> supported. >>> >>> Regards >>> >>> Johann Reyes >>> >>> -Original Mes

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 Taavi Sildeberg
ions 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 that : Fetch the annotation

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Sylvain Vieujot
D] > 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 to an hibernate.cfg.xml file. > It would need to be a bite polishe

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Johann Reyes
lto:[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 to an hibernate.cfg.xml file. It would need to be a bite polished to go in a public

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Sylvain Vieujot
ch 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, preferably maven 2

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Taavi Sildeberg
--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 for so quick answer. Yes a have set the ejb3 to true. Here is my pom.xml con

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Johann Reyes
From: 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

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-21 Thread Johann Reyes
lly have 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

Re: Problem hibernate3 plugin cfg2cfgxml

2006-03-20 Thread Taavi Sildeberg
Thank you Johann for so quick answer. Yes a have set the ejb3 to true. Here is my pom.xml configuration: org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 org.codehaus.mojo hibernate3-maven-plu

RE: Problem hibernate3 plugin cfg2cfgxml

2006-03-20 Thread Johann Reyes
Hello Taavi Did you set the ejb3 parameter to true? You can see an example here: 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]