RE: Hibernate3 plugin : problem with mapping generatting

2008-08-26 Thread Johann Reyes
Hi That's explained here http://www.velocityreviews.com/forums/t298010-jboss-ide-using-hibernate-tool s-getting-jdbcbinderexception.html Basically you need to specify your schema in a hibernate.reveng.xml file. Regards Johann Reyes -Original Message- From: MedElb [mailto:[EMAIL PROTE

Re: hibernate3 plugin can't resolve maven-hibernate3-api

2006-09-07 Thread Wayne Fay
I'd copy that Codehaus pluginRepo as a regular and see if that fixed it. Try mvn -U to update your plugins. Also try mvn -X to get full debug log, and make sure Maven is looking at the Codehaus repo for those deps. Wayne On 9/7/06, SkipWalker <[EMAIL PROTECTED]> wrote: I'm trying to use the

RE: Hibernate3 plugin cannot find resource specified in hibernate.cfg.xml file

2006-08-22 Thread Bryan Woodcox
Subject: RE: Hibernate3 plugin cannot find resource specified in hibernate.cfg.xml file Hi Bryan, When you execute mvn clean resources:resources does your hibernate.cfg.xml file get copied into target/classes ? Thanks Lakshman > -Original Message- > From: Bryan Woodcox [mailto:

RE: Hibernate3 plugin cannot find resource specified in hibernate.cfg.xml file

2006-08-22 Thread Lakshman Srilakshmanan
rg > Subject: RE: Hibernate3 plugin cannot find resource specified in hibernate.cfg.xml file > > Lakshman, > > > > Thanks for the response. My Category.hbm.xml was not in the > src/main/resources directory, but I have moved it there to now avail. > > >

RE: Hibernate3 plugin cannot find resource specified in hibernate.cfg.xml file

2006-08-21 Thread Bryan Woodcox
Lakshman, Thanks for the response. My Category.hbm.xml was not in the src/main/resources directory, but I have moved it there to now avail. I am running mvn clean generate-sources to execute the build. Attempting a mvn clean resources:resources hibernate3:hbm2java yields the same error/st

RE: Hibernate3 plugin cannot find resource specified in hibernate.cfg.xml file

2006-08-20 Thread Lakshman Srilakshmanan
Hi Bryan, I am asking the obvious, but do you have your hibernate.cfg.xml and CategoryImpl.hbm.xml in src/main/resources. Secondly, are you executing mvn clean resources:resources hibernate3:hbm2java Thanks Lakshman > -Original Message- > From: Bryan Woodcox [mailto:[EMAIL PROTECTED]

RE: hibernate3 plugin

2006-02-14 Thread Johann Reyes
) also based in your POJOS Regards Johann Reyes -Original Message- From: Jacek Laskowski [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 2:03 AM To: Maven Users List Subject: Re: hibernate3 plugin 06-02-13, Michal Palička <[EMAIL PROTECTED]> napisał(a): > the H

Re: hibernate3 plugin

2006-02-14 Thread Jacek Laskowski
06-02-13, Michal Palička <[EMAIL PROTECTED]> napisał(a): > the Hibernate3 plugin can be found at the "mojo-sandbox". Hi, (Since it's the users mailing list I hope such irritating questions are acceptable ;)) What's the difference between the Hibernate3 plugin hosted at the mojo-sandbox and the

Re: hibernate3 plugin

2006-02-14 Thread Srepfler Srgjan
A site that describes goals and documents the plugin would be most usefull. Srgjan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hibernate3 plugin

2006-02-13 Thread Allan Ramirez
I think all mojo plugins will work on Maven 2 only. -allan Michal Palička wrote: Hello, the Hibernate3 plugin can be found at the "mojo-sandbox". http://mojo.codehaus.org/faq.html#what-is-the-sandbox I am not sure whether it supports Maven 1.x. You'll have to build it from the source. The s

RE: hibernate3 plugin

2006-02-13 Thread Michal Palička
Hello, the Hibernate3 plugin can be found at the "mojo-sandbox". http://mojo.codehaus.org/faq.html#what-is-the-sandbox I am not sure whether it supports Maven 1.x. You'll have to build it from the source. The source can be downloaded from a public SVN repository. Regards Michal Palicka -