Skip to content

Commit 5bc5e0e

Browse files
authored
Fix JTA blog link
1 parent 41c47c0 commit 5bc5e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/blog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,12 @@ catch (InvalidRequestException ire)
406406
```
407407

408408

409-
> **Note**: When accessing resources controlled by the Liberty transaction manager, such as a remote DB2 database using JDBC type 4 connectivity then it is necessary to use the Java transaction API (JTA) to create a Java transaction to control the global transaction scope, including the subordinate CICS unit\-of\-work. In this case it is not possible to use the `Task.rollback()` method and instead the JTA API should be used. For further details refer to this article [Using Java Transaction in CICS Liberty to coordinate JDBC updates](https://developer.ibm.com/cics/2017/01/17/using-java-transactions-in-cics-liberty-to-coordinate-jdbc-updates/).
409+
> **Note**: When accessing resources controlled by the Liberty transaction manager, such as a remote DB2 database using JDBC type 4 connectivity then it is necessary to use the Java transaction API (JTA) to create a Java transaction to control the global transaction scope, including the subordinate CICS unit\-of\-work. In this case it is not possible to use the `Task.rollback()` method and instead the JTA API should be used. For further details refer to this article [Using Java Transaction in CICS Liberty to coordinate JDBC updates](https://github.com/cicsdev/blog-cics-java-jta-jdbc/blob/master/blog.md).
410410

411411
---
412412

413413
### Reference materials
414414

415415
All the sample code for this tutorial is available at the following CICSDev GitHub repository [cics\-java\-jcics\-samples](https://github.com/cicsdev/cics-java-jcics-samples).
416416

417-
For a more detailed discussion of JCICS and how to use it to integrate Java applications with CICS programs refer to the following Video Education course [Extending a CICS web application using JCICS](http://www.redbooks.ibm.com/redbooks.nsf/redbookabstracts/crse0302.html?Open)
417+
For a more detailed discussion of JCICS and how to use it to integrate Java applications with CICS programs refer to the following Video Education course [Extending a CICS web application using JCICS](http://www.redbooks.ibm.com/redbooks.nsf/redbookabstracts/crse0302.html?Open)

0 commit comments

Comments
 (0)