• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






alexmason236

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2018年10月23日

Spring 对webservice的支持报错org.springframework.remoting.jaxws.JaxWsSoapFaultException: Client received SOAP Fault from server: 找不到{http://service.zk.com/}save的分派方法
摘要: 今天学习Spring集成webservice 写一个测试案例的时候报错。 org.springframework.remoting.jaxws.JaxWsSoapFaultException: Client received SOAP Fault from server: 找不到{http://se 阅读全文
posted @ 2018-10-23 18:25 alexmason236 阅读(5354) 评论(0) 推荐(0)
 

2018年10月17日

spring集成redis做缓存提示AbstractTransactionSupportingCacheManager报错问题
摘要: 下载spring context support就可以了。这个包实现了提供了AbstractTransactionSupportingCacheManager抽象类 redisCacheManager扩展了这个抽象类 阅读全文
posted @ 2018-10-17 11:05 alexmason236 阅读(2208) 评论(0) 推荐(0)
 

2018年10月10日

org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread spring集成Hibernate sessionfactory.getcurrentSession报错
摘要: sessionFactory.getCurrentSession()是要基于事务的,解决方法为在javaconfig配置类使用@EnableTransactionManagement注解 并且配置transactionManager bean。 在报错方法中使用@Transactional注解 阅读全文
posted @ 2018-10-10 16:10 alexmason236 阅读(271) 评论(0) 推荐(0)