当前位置: 代码迷 >> Java Web开发 >> 调试ssh2报错解决办法
  详细解决方案

调试ssh2报错解决办法

热度:3233   发布时间:2013-02-25 21:19:00.0
调试ssh2报错
2012-05-14 16:02:47,421 WARN [org.springframework.aop.framework.Cglib2AopProxy] - <Unable to proxy method [public final org.springframework.orm.hibernate3.HibernateTemplate org.springframework.orm.hibernate3.support.HibernateDaoSupport.getHibernateTemplate()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.>
2012-05-14 16:02:47,453 WARN [org.springframework.aop.framework.Cglib2AopProxy] - <Unable to proxy method [public final void org.springframework.orm.hibernate3.support.HibernateDaoSupport.setSessionFactory(org.hibernate.SessionFactory)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.>
2012-05-14 16:02:47,453 WARN [org.springframework.aop.framework.Cglib2AopProxy] - <Unable to proxy method [public final org.hibernate.SessionFactory org.springframework.orm.hibernate3.support.HibernateDaoSupport.getSessionFactory()] because it is final: All calls to this method via a proxy will be routed directly to the proxy.>
2012-05-14 16:02:47,453 WARN [org.springframework.aop.framework.Cglib2AopProxy] - <Unable to proxy method [public final void org.springframework.orm.hibernate3.support.HibernateDaoSupport.setHibernateTemplate(org.springframework.orm.hibernate3.HibernateTemplate)] because it is final: All calls to this method via a proxy will be routed directly to the proxy.>


话说这个是什么情况

------解决方案--------------------------------------------------------
把错误信息贴完全
------解决方案--------------------------------------------------------
没有注入层次关系。。。
  相关解决方案