Tagged Questions

3
votes
2answers
323 views

Maven and pom.xml

I'm using m2eclipse and trying to learn some tapestry. I'm trying to update my project to pull some different resources from maven. (Or at least, I think that's what I'm trying to do). Here's part ...
1
vote
1answer
482 views

Generating source with maven-hibernate3 plugin

Besides generating other source files, I want to generate one factory class for DAO classes - DAOFactory.java. I'm using hbmtemplate for that purpose - with my own *.ftl file. Problem is that (as I ...
1
vote
3answers
2k views

Configuring hibernate.reveng.xml to detect a sequence PK generator with hibernate3-maven-plugin and Postgre

is there a way to configure hibernate3-maven-plugin so that a sequence generator is detected for a primary-key? I'm using a bottom-up approach for hibernate configuration (which means letting ...
0
votes
2answers
357 views

Configure hibernate 3.6 dependencies

I want to use hibernate 3.6 but I can't configure it properly With my maven configuration <hibernate.version>3.6.6.Final</hibernate.version> <dependency> ...
0
votes
2answers
489 views

How do I rebuild hibernate3.jar from the 3.5.2 distribution?

I made some changes to the hibernate source and need to rebuild hibernate3.jar. I tried "mvn deploy" but I get a 401 (trying to upload to the jboss repository, which I don't want to do). I followed ...