liuyangming / ByteTCC

ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
https://www.bytesoft.org/
GNU Lesser General Public License v3.0
2.9k stars 911 forks source link

0.4.14版本找不到org.bytesoft.bytejta.supports.jdbc.LocalXADataSource #69

Closed dawe001 closed 6 years ago

dawe001 commented 6 years ago
版本<dependency>
        <groupId>org.bytesoft</groupId>
        <artifactId>bytetcc-supports-springcloud</artifactId>
        <version>0.4.14</version>
    </dependency>
dawe001 commented 6 years ago

org.bytesoft.bytejta.supports.jdbc这个包里并没有LocalXADataSource

liuyangming commented 6 years ago

ByteTCC依赖ByteJTA来处理本地事务,LocalXAResource这个类定义在ByteJTA工程中。

dawe001 commented 6 years ago

bytetcc-supports-springcloud 以及ByteJTA parent 、ByteJTA core、 ByteJTA Supports、 ByteJTA Supports SpringCloud这些我都引入了,还是没找到LocalXADataSource。

dawe001 commented 6 years ago

image 依赖这样的