Please, create a new issue. AFAIK hibernate and spring poms are ok, i
spend a bunch of my time on them, cglib may be wrong.

On 8/25/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote:
> On 25.08.2005, at 17:24, Jörg Schaible wrote:
> > Ralph Pöllath wrote on Thursday, August 25, 2005 4:53 PM:
> >> I'm using Spring 1.2.3 and Hibernate 3.0.5, and got trapped in
> >> dependency hell for several hours.
> >>
> >> According to [1], Spring requires cglib 2.1_2 with asm 1.5.3,
> >> but the
> >> cglib POM on repo1 [2] depends on asm 2.0
> >
> > This one is wrong. Cglib 2.1 is incompatible with asm 2.x also!
> 
> Thanks for the clarification. I'll tweak my cglib POM instaed of the
> hibernate one.
> 
> >> , which seems to
> >> incompatible with Hibernate 3 [3]. And Hibernate 3.0.5 itself has a
> >> dependency on asm 1.4.3 [4].
> >>
> >> I found out I can get my project to work by changing Hibernate's
> >> dependency on asm from version 1.4.3 to 1.5.3 in my local repository,
> >> but I'm not positive what's the reason for this mess. Anyone?
> >
> > The reason is the incompatibility from ASM 1.x to ASM 2.x. Same
> > package names, but different/changed classes.
> 
> There's a fixed issue in Jira saying that cglib should depend on asm
> 1.5.3: http://jira.codehaus.org/browse/MEV-10
> 
>   I guess that whoever added the dependency chose the latest version,
> unaware of the incompatibility. Should I open another issue?
> 
> Cheers,
> -Ralph.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to