Hello,

this is not really related to openejb directly, but I thought it might help other users that use openejb.

I tried to use openejb 3.0 together with hibernate 3.2.6ga in a maven project. The transitive dependencies of openejb and hibernate collide on asm.jar. A similar problem is described here:
http://blog.springsource.com/main/2007/06/11/asm-version-incompatibilities-using-spring-autowired-with-hibernate/
or here:
http://forum.springframework.org/showthread.php?t=26713&highlight=cglib-nodep+hibernate
http://jira.springframework.org/browse/SPR-3856

The solution is to exclude the dependency on asm and cglib on hibernate and to add a dependency on cglib-nodep.

Just fyi,
--
Christian Schuhegger
http://www.el-chef.de/

Reply via email to