springcloud-lcn-demo icon indicating copy to clipboard operation
springcloud-lcn-demo copied to clipboard

LCN分布式事务框架v4.0 springcloud-lcn-demo

Results 17 springcloud-lcn-demo issues
Sort by recently updated
recently updated
newest added

基于springboot2.0 集成 启动后报错: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'transactionAspect': Unsatisfied dependency expressed through field 'txManagerInterceptor'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'txManagerInterceptor': Unsatisfied dependency...

有没有tcc-lcn的demo?

Caused by: com.lorne.core.framework.exception.ServiceException: update TxGroup error, groupId:Cd55dEtD 使用的是4.1.0版本

我去设置了noRollbackFor参数.想要让我的自定义异常不回滚 ![image](https://user-images.githubusercontent.com/29138215/58393196-2eb7ca00-8070-11e9-8b59-d340b5d4cd87.png) 但是运行后还是....回滚了.其他的异常我都试了,也是这样. ![image](https://user-images.githubusercontent.com/29138215/58393248-835b4500-8070-11e9-9b0f-5ed6b3d36329.png)

![image](https://user-images.githubusercontent.com/29586966/49352303-441bef00-f6f2-11e8-8b12-23beba7786ed.png)

哈喽,作者你好,我感觉你写的demo不是大家想要的,大家想要的分布式事务管理应该是多数据源的,你写的demo好像只有一个数据源

有没有人在跑springcloud-lcn-demo 的时候发现a服务DemoController调用save方法的时候报错: 错误日志如下 2019-04-18 19:27:32.578 ERROR 5756 --- [nio-9002-exec-4] c.c.t.n.service.impl.NettyServiceImpl : socket not connection wait 2 seconds. 2019-04-18 19:27:34.579 ERROR 5756 --- [nio-9002-exec-4] c.c.t.n.service.impl.NettyServiceImpl : socket not connection,check txManager server...

package com.demo.service.impl; import com.demo.dao.TestDao; import com.demo.entity.Test; import com.demo.service.Test2Service; import com.demo.service.TestService; import com.codingapi.tx.annotation.TxTransaction; import java.util.concurrent.TimeUnit; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; /** * Created by lorne on 2017/6/7. */ @Service public...

实际部署的时候,tx-manager是否可以集群配置? 【version = 3.0.1】 当实际的客户端下的tx.properties文件中声明的url对应的tx-manager已经宕机或者工作异常,是否有实际解决办法? 1.url的配置可以灵活设置 2.tx-manager 可以集群配置 3.可以依靠其他中间件