
1.nested exception is java.net.ConnectException: Connection timed out: -------------------------
2. he project was not built since its build path is incomplete.
Cannot find the class file for org.springframework.dao.support.DaoSupport. Fix the build path then try building this project。 --------------------------------
加入spring-tx.jar包
3. java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
加入spring-web.jar包 --------------------------------------------------------------------------------------------
加入spring-webmvc.jar包
4. java.lang.NoClassDefFoundError: org/springframework/jdbc/support/lob/LobHandler
加入spring_jdbc.jar
5. Caused by: java.lang.ClassNotFoundException: org.springframework.orm.hibernate3.HiberanteTransactionManager::::
HiberanteTransactionManager中的hibernate拼写错误
6. java.lang.ClassNotFoundException: org.aopalliance.intercept.MethodInterceptor::::::
增加aopalliance.jar包
7. java.lang.ClassNotFoundException: org.springframework.ao.framework.autoproxy.BeanNameAutoProxyCreator:::::::
拼写错误,改为 org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
增加spring-aop.jar包

9. Caused by: org.hibernate.MappingException: Repeated column in mapping for entity: amigo.sshmemo.dao.Memo column: memoId
(should be mapped with insert="false" update="false"):::
