hello!
i have exactly the same problem! My aop.xml looks like that:
Exception:Code:<?xml version="1.0" encoding="UTF-8"?> <!-- <!DOCTYPE aspectj SYSTEM "/home/devuser/workspace/NDBJS_Re7/WebContent/WEB-INF/aspectj.dtd"> --> <!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd"> <aspectj> <weaver options="-showWeaveInfo -XmessageHandlerClass:org.springframework.aop.aspectj.AspectJWeaverMessageHandler"> <include within="najsre7..*"/> </weaver> <aspects> <include within="org.springframework.beans.factory.aspectj.AnnotationBeanConfigurerAspect"/> </aspects> </aspectj>
Any ideas?Code:java.lang.VerifyError: (class: org/hibernate/impl/SessionFactoryImpl, method: readResolve signature: ()Ljava/lang/Object;) Illegal type in constant pool at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:728)
Angela


Reply With Quote