Skip to content

Commit ab51b8d

Browse files
committed
readme updates
1 parent 779fa89 commit ab51b8d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can browse the published versions of the CICS BOM at [Maven Central.](https:
3636

3737
Gradle (build.gradle):
3838

39-
`compileOnly enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")`
39+
`compileOnly enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:6.1-20250812133513-PH63856")`
4040

4141
Maven (POM.xml):
4242

@@ -46,7 +46,7 @@ Maven (POM.xml):
4646
<dependency>
4747
<groupId>com.ibm.cics</groupId>
4848
<artifactId>com.ibm.cics.ts.bom</artifactId>
49-
<version>5.5-20200519131930-PH25409</version>
49+
<version>6.1-20250812133513-PH63856</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>
@@ -109,7 +109,7 @@ This creates a WAR file inside the `target` directory.
109109

110110
## Deploying
111111

112-
Ensure you have the `jsp-2.3` feature (which itself contains `servlet`) configured in `server.xml`:
112+
Ensure you have the `pages-3.1` feature (which itself contains `servlet`) configured in `server.xml`:
113113

114114
Either:
115115
1. Create a CICS bundle project and copy the WAR file into it.
@@ -141,6 +141,7 @@ Or:
141141
1. With the application installed, the root URL for the sample application can be found in messages.log e.g. `http://myzos.mycompany.com:32000/cics-java-liberty-springboot-transactions-0.1.0/`.
142142

143143
2. Visit the URL from the browser to review the 'Usage' guide.
144+
Note: The trailing "/" is required to display the Usage Guide.
144145

145146
3. To demonstrate the `@Transactional` container managed transaction, drive the `/transactionalCommit` end-point. You should see *hello CICS from transactionalCommit()* at the browser and a corresponding entry in the TSQ 'EXAMPLE'. You can browse the contents of the TSQ using the CEBR transaction in CICS.
146147

0 commit comments

Comments
 (0)