Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 3c0f461

Browse files
committed
Renumbered chapters after 53 and fixed TOC links.
1 parent b7ee5eb commit 3c0f461

14 files changed

+37
-24
lines changed

src/main/jbake/content/batch-processing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Batch Processing
1010
[[GKJIQ6]]
1111

1212
[[batch-processing]]
13-
58 Batch Processing
13+
59 Batch Processing
1414
-------------------
1515

1616

src/main/jbake/content/concurrency-utilities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ prev=batch-processing010.html
1010
[[GKJIQ8]]
1111

1212
[[concurrency-utilities-for-java-ee]]
13-
59 Concurrency Utilities for Java EE
13+
60 Concurrency Utilities for Java EE
1414
------------------------------------
1515

1616

src/main/jbake/content/connectorexample.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Resource Adapter Examples
1010
[[GLODB]]
1111

1212
[[the-resource-adapter-examples]]
13-
56 The Resource Adapter Examples
13+
57 The Resource Adapter Examples
1414
--------------------------------
1515

1616

src/main/jbake/content/dukes-bookstore.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Duke's Bookstore Case Study Example
1010
[[GLNVI]]
1111

1212
[[dukes-bookstore-case-study-example]]
13-
60 Duke's Bookstore Case Study Example
13+
61 Duke's Bookstore Case Study Example
1414
--------------------------------------
1515

1616

src/main/jbake/content/dukes-forest.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Duke's Forest Case Study Example
1010
[[GLNPW]]
1111

1212
[[dukes-forest-case-study-example]]
13-
62 Duke's Forest Case Study Example
13+
63 Duke's Forest Case Study Example
1414
-----------------------------------
1515

1616

src/main/jbake/content/dukes-tutoring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Duke's Tutoring Case Study Example
1010
[[GKAEE]]
1111

1212
[[dukes-tutoring-case-study-example]]
13-
61 Duke's Tutoring Case Study Example
13+
62 Duke's Tutoring Case Study Example
1414
-------------------------------------
1515

1616

src/main/jbake/content/interceptors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Using Java EE Interceptors
1010
[[GKEED]]
1111

1212
[[using-java-ee-interceptors]]
13-
57 Using Java EE Interceptors
13+
58 Using Java EE Interceptors
1414
-----------------------------
1515

1616

src/main/jbake/content/resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Resource Adapters and Contracts
1010
[[BNCJH]]
1111

1212
[[resource-adapters-and-contracts]]
13-
55 Resource Adapters and Contracts
13+
56 Resource Adapters and Contracts
1414
----------------------------------
1515

1616

src/main/jbake/content/security-advanced.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ prev=security-api005.html
99
[[GJJWX]]
1010

1111
[[java-ee-security-advanced-topics]]
12-
53 Java EE Security: Advanced Topics
12+
54 Java EE Security: Advanced Topics
1313
------------------------------------
1414

1515

src/main/jbake/content/security-api004.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public class DatabaseSetup {
136136
----
137137

138138

139-
[map-the-databaseidentitystore-to-the-default-data-source]
139+
[[map-the-databaseidentitystore-to-the-default-data-source]]
140140
Map the DatabaseIdentityStore to the Default Data source
141141
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142142
Use the `@DatabaseIdentityStoreDefinition` annotation to map the built-in `DatabaseIdentityStore`
@@ -228,7 +228,7 @@ In GlassFish 5.0, group to role mapping is enabled by default. Therefore, you do
228228
not need to bundle web.xml with the application to provide mapping between
229229
roles and groups.
230230

231-
[running-the-built-in-db-id-store-example]
231+
[[running-the-built-in-db-identity-store-example]]
232232
Running the built-in-db-identity-store Example
233233
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
234234

0 commit comments

Comments
 (0)