Most voted "jta" questions
4 questions
Sort by count of
-
2
votes2
answers1186
viewsExtract JDBC Connection from Entitymanager using JTA
In an environment Javaee, there is the possibility to extract the JDBC connection(java.sql.Connection) using JTA? I have a datasource in Wildfly, where I inject in the following way:…
-
2
votes1
answer550
viewsWildfly 11 does not recognize Mysql driver when deploying
I set up my Java Web project to use JTA when performing transactions with the Database. My project has 4 Maven modules, one is unique to model classes and the persistence layer. When I compile in…
-
2
votes1
answer72
viewsHow to use junit to test Jax rs in wildfly
I created the following test to validate the registration but instead of returning 201 with the created resource is generating this generic error. My DAO is running on its own in a normal way (I…
-
0
votes1
answer47
viewsUser-Managed Transaction and Flush problem using JTA and Arquillian
I’m doing some tests with Junit and, to inject dependencies in it with CDI, I adopted Arquillian. But there’s one problem I haven’t figured out how to solve without using the method flush() of…