CDV ❯ hibernate 3.2.5 module won't create bootjar
-
Bug
-
Status: Closed
-
0 Showstopper
-
Resolution: Fixed
-
-
-
-
Reporter: tgautier
-
February 12, 2008
-
0
-
Watchers: 0
-
February 20, 2008
-
February 15, 2008
Description
http://forums.terracotta.org/forums/posts/list/792.page
Using clustered-hibernate-3.2.5 with the maven plugin doesn’t work - it cannot resolve the proper dependencies, as noted by the poster.
Switching to clustered-hibernate-3.1.2 works.
Comments
Fiona OShea 2008-02-12
Fiona OShea 2008-02-12
Please make this #1 showstopper, then move back to ehcache forge tests.
Fiona OShea 2008-02-12
2.5.2 if possible
jvoegele 2008-02-14
From an e-mail from Taylor:
Based on our discussion here is what I have noticed:
- Maven 1.0.3 depends on TC 2.5.0 - so that could cause some discrepencies when specifying modules with 2.5.1 versions
- Maven 1.0.4 depends on TC 2.5.1 - the user should use this
- clustered-hibernate-3.2.5 in TC 2.5.1 does not have the correct dependency to require cglib-2.1.3 - Jason will fix this for 2.5.2
- Building a project with Maven 1.0.4 ends up downloading modules-common 2.5.0 - this is unexpected
- Making 2.5.2 will fix the users problem, if the user removes cglib-2.1.3 and updates the pom.xml tc-maven-plugin to 1.0.4
- Why didn’t tests find that clustered-hibernate-3.2.5 doesn’t have the correct dependencies?
The fix for CDV-617 is #3.
I will put in new CDVs for #4 and #6.
Hung Huynh 2008-02-20
tested with final build of 2.5.2 and worked correctly
Please add this to kit and forge