diff --git a/src/Frank2Transactions/XA/docker-compose.yml b/src/Frank2Transactions/XA/docker-compose.yml deleted file mode 100644 index 4ceae7f2..00000000 --- a/src/Frank2Transactions/XA/docker-compose.yml +++ /dev/null @@ -1,22 +0,0 @@ -services: - db: - image: private.docker.nexus.frankframework.org/ff-test/dbms/postgresql - ports: - - 5432:5432 - jms: - image: private.docker.nexus.frankframework.org/ff-test/mq/artemis - ports: - - 8160:8160 - - 61615:61615 - ff: - image: frankframework/frankframework:8.3.0-SNAPSHOT - ports: - - 8080:8080 - volumes: - - ./src/main/resources:/opt/frank/resources - environment: - jdbc.dbms.default: postgres-xa - jdbc.hostname: db - jms.hostname: jms - transactionmanager.type.default: NARAYANA - jms.createDestination: true diff --git a/src/Frank2Transactions/XA/src/main/resources/Configuration.xml b/src/Frank2Transactions/XA/src/main/resources/Configuration.xml deleted file mode 100644 index a8127dac..00000000 --- a/src/Frank2Transactions/XA/src/main/resources/Configuration.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/Frank2Transactions/XA/src/main/resources/Configuration.xml.bak b/src/Frank2Transactions/XA/src/main/resources/Configuration.xml.bak deleted file mode 100644 index 5824b349..00000000 --- a/src/Frank2Transactions/XA/src/main/resources/Configuration.xml.bak +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Frank2Transactions/XA/src/main/resources/DatabaseChangelog.xml b/src/Frank2Transactions/XA/src/main/resources/DatabaseChangelog.xml deleted file mode 100644 index 9c5eb1ba..00000000 --- a/src/Frank2Transactions/XA/src/main/resources/DatabaseChangelog.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Frank2Transactions/XA/src/main/resources/DeploymentSpecifics.properties b/src/Frank2Transactions/XA/src/main/resources/DeploymentSpecifics.properties deleted file mode 100644 index 86abc0b4..00000000 --- a/src/Frank2Transactions/XA/src/main/resources/DeploymentSpecifics.properties +++ /dev/null @@ -1,2 +0,0 @@ -instance.name=Frank2Transactions -jdbc.migrator.active=true \ No newline at end of file diff --git a/src/Frank2Transactions/XA/src/main/resources/resources.yml b/src/Frank2Transactions/XA/src/main/resources/resources.yml deleted file mode 100644 index 6b429057..00000000 --- a/src/Frank2Transactions/XA/src/main/resources/resources.yml +++ /dev/null @@ -1,22 +0,0 @@ -jdbc: - # Postgres XA does not work without Narayana, gives ClassCastException casting the XA datasource to Java datasource, so add non-XA for those cases - # - name: "frank2transactions" - # type: "org.postgresql.Driver" - # url: "jdbc:postgresql://${jdbc.hostname:-localhost}:5432/testiaf" - # authalias: "${db.authalias}" - # username: "testiaf_user" - # password: "testiaf_user00" - - - name: "frank2transactions" - type: "org.postgresql.xa.PGXADataSource" - url: "jdbc:postgresql://${jdbc.hostname:-localhost}:5432/testiaf" - authalias: "${db.authalias}" - username: "testiaf_user" - password: "testiaf_user00" - -jms: - - name: "qcf-artemis" - type: "org.apache.activemq.artemis.jms.client.ActiveMQXAConnectionFactory" - url: "tcp://${jms.hostname:-localhost}:61615" - -