On Fri, Mar 14, 2008 at 11:31 AM, Daniel Kulp <[EMAIL PROTECTED]> wrote:

> On Friday 14 March 2008, laufer wrote:
> > It turns out that my earlier problems were due to subtle version
> > mismatches among Spring components. What worked for me is to use the
> > latest available version of spring-aop (2.0.8) and match the other
> > components to that version. In addition, cglib 2.1_3 and asm 1.5.3
> > have to be in the classpath.
>
> Any chance you could test this by using the cglib-nodep jar (
> http://repo1.maven.org/maven2/cglib/cglib-nodep/2.1_3/) and not having
> asm 1.5.3 on the classpath?
>
> The main reason I'm concerned about this is that with CXF 2.1, there are
> a LOT more cases where ASM 2.x or newer is going to be required.   I'd
> like to see if the hibernate stuff will work with the cglib-nodep jar so
> we can at least have that as a workaround.
>
>
> --
> J. Daniel Kulp
> Principal Engineer, IONA
> [EMAIL PROTECTED]
> http://www.dankulp.com/blog
>

Yes, that works just fine with the Spring 2.0.8 components. Even better
because it keeps the list of dependencies in Maven small.

Thanks,

Konstantin

Reply via email to