Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit fe1e3c3

Browse files
Merge pull request #2 from fitzget/patch-1
change RECOVERABLE(YES) to RECOVERY(YES)
2 parents 78d4cf5 + d26e643 commit fe1e3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Content-Type: application/json
135135
Because CICS TSQs are not recoverable by default, to get the benefit of EJB transactions in the project, you would need to define a TS model definition similar to this:
136136

137137
```
138-
DEFINE TSMODEL(JAVAEJB) GROUP(SAMPEJB) PREFIX(CATALOGUE) RECOVERABLE(YES)
138+
DEFINE TSMODEL(JAVAEJB) GROUP(SAMPEJB) PREFIX(CATALOGUE) RECOVERY(YES)
139139
```
140140

141141
## Importing the Projects into Eclipse

0 commit comments

Comments
 (0)