I ended up solving the problem by using cglib-full-2.0.jar, so it is not a spring issue. Thanks for the advice.
Dave
Type: Posts; User: goodav; Keyword(s):
I ended up solving the problem by using cglib-full-2.0.jar, so it is not a spring issue. Thanks for the advice.
Dave
I get an IllegalAccessError from the cglib libraries when the ContextLoader attempts to initialize the sessionFactory bean defined in my applicationContext.xml file. I've tried different version of...