java-tutorials/persistence-modules/read-only-transactions
anuragkumawat 0e5e21f2ae Java 15439 PR to check failing test for modules fixed till date (#13150)
* JAVA-15439 Upgrade h2 database version - libraries-testing and deltaspike modules

* JAVA-15439 Fix for hibernate-queries,  hibernate-5,  java-jpa-2,  java-jpa-3 modules

* JAVA-15439 Fix for java-jpa, spring-jpa, spring-jpa-2 modules

* JAVA-15439 Revert changes for java-jpa-2 module

* JAVA-15439 Fix for core-java-persistence-2 and hibernate-exceptions modules

* JAVA-15439 Modules hibernate-mapping-2, read-only-transactions, log4j2, spring-data-eclipselink
2022-12-20 23:17:29 +05:30
..
src Java 15439 PR to check failing test for modules fixed till date (#13150) 2022-12-20 23:17:29 +05:30
README.md Updated README.md 2022-05-23 17:35:17 +05:00
create.sql [BAEL-4120] Read-only transactions samples (#11841) 2022-05-23 08:09:09 +02:00
docker-compose-mysql.yml [BAEL-4120] Read-only transactions samples (#11841) 2022-05-23 08:09:09 +02:00
pom.xml Java 15439 PR to check failing test for modules fixed till date (#13150) 2022-12-20 23:17:29 +05:30

README.md

Relevant Articles:

Instructions

To run the com.baeldung.read_only_transactions.TransactionSetupIntegrationTest first follow the steps described next:

  • run the command docker-compose -f docker-compose-mysql.yml up
  • Open a SQL client of your preference and execute the create.sql script.
  • You can check the mysql logs using tail -f mysql/${name of de log file created}.log