#
jta
Here are 40 public repositories matching this topic...
ByteJTA is a distributed transaction manager based on the XA/2PC mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteJTA/wiki
-
Updated
Apr 24, 2020 - Java
tzaeschke
commented
Jul 15, 2015
The original error message disappeared. Currently we are simply reporting an incompatibility, see commit 48c556354d41fbbac0c1a3c6503820d507543e07.
Ideally we would (again) report the actual incompatibility, for example the missing field.
spring-boot-jta-atomikos-sample
-
Updated
Aug 16, 2016 - Java
spring-boot、Spring MVC、Mybatis、JTA实现多数据源动态切换,读写分离,加入Retry重试机制
-
Updated
Aug 29, 2017 - Java
Provides extendable classes to create JAX-RS CRUD Web Services tied to JPA entity classes
-
Updated
May 28, 2019 - Java
My Utility, Servlet 3.0, JAX-RS, CDI, JTA, JSF Tag Libraries and JCA classes for web application development
microservices
jax-rs
jpa
hibernate
jsf
servlet
java8
cdi
java-8
bootstrap3
maven-archetype
jca
jsf2
resteasy
jta
jndi
jaas
jce
cdi2
jboss-resteasy
-
Updated
May 31, 2020 - Java
A shopping cart based e-commerce flight booking system in Java and JSP that uses transactions, TLS and PayPal for the creation of bookings and registration of customers
mysql
java
jquery
tls
paypal
shopping-cart
jsp
jpa
transaction
ajax
servlet
javaee
glassfish
e-commerce
ejb
jta
jstl
n-tier
session-bean
-
Updated
Jan 25, 2018 - Java
Enterprise Application Backend/Middle-Tier tied together with a Modern, Web-based, HTML5/JavaScript Asynchronous Front-End for Customer and Admin Use
nodejs
javascript
java
html5
spring-boot
jsp
jpa
spring-security
jsf
java8
java-8
ejb
spring-mvc
spring-data-jpa
restful-api
java7
java9
jta
javaee8
javaee7
-
Updated
Jan 21, 2018
DCL-392: Developing Enterprise Applications on Java EE 8
-
Updated
Dec 14, 2019 - Java
A Maven-based e-commerce web application that uses a shopping cart of product items to allow a user to make online purchases from a list of categories and products for a Mountain Bike retailer.
-
Updated
Oct 21, 2018 - Java
Projeto da disciplina de desenvolvimento de software III da Unisinos
-
Updated
Jan 5, 2018 - Java
gRPC client-server application
java
slf4j
gradle
jpa
postgresql
grpc
junit
hibernate
grpc-service
jta
grpc-server
grpc-client
c3p0
grpc-java
-
Updated
Nov 15, 2018 - Java
Curso EJB - Alura
-
Updated
Mar 30, 2020 - Java
Proof of concept for Hazelcast Transactional Maps
-
Updated
Apr 18, 2017 - Java
Improve this page
Add a description, image, and links to the jta topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jta topic, visit your repo's landing page and select "manage topics."
1. Bug Description
SpringCloud+feign服务调用,参与方不回滚。例如:发起方A(注解使用的是@LcnTransaction,@transactional)
)通过feign调用参与方B(注解@LcnTransaction(propagation = DTXPropagation.SUPPORTS)
@transactional),B抛异常,A插入数据(不回滚)。
使用过的解决办法:
1,feign取消falback,不进行熔断,测试无效;
2,feign不取