Skip to content

Commit af6c380

Browse files
authored
Merge pull request #1182 from emmartins/ds-xml_docs_leftovers
Remove ds-xml usage documentation leftovers
2 parents 324b1e8 + 2b92d1c commit af6c380

4 files changed

Lines changed: 2 additions & 12 deletions

File tree

bmt/README-source.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The `bmt` quickstart demonstrates Bean-Managed Transactions (BMT), showing how t
1212
:standalone-server-type: default
1313
:archiveType: war
1414
:uses-h2:
15-
:uses-ds-xml:
1615
:performance-scalability:
1716

1817
== What is it?

jts/README-source.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ The `jts` quickstart shows how to use JTS to perform distributed transactions ac
1313
:archiveType: war
1414
:requires-multiple-servers:
1515
:jbds-not-supported:
16-
:uses-ds-xml:
1716

1817
== What is it?
1918

shared-doc/development-shortcuts.adoc

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
//******************************************************************************
44
// Include this template if your quickstart:
55
// * Uses the h2 database: Be sure to define the `uses-h2` attribute.
6-
// * Uses an `*-ds.xml file`: Be sure to define the `uses-ds-xml` attribute.
7-
// * Has performance or scalability concerns: Be sure to define the `uses-ds-xml` attribute.
6+
// * Has performance or scalability concerns: Be sure to define the `performance-scalability` attribute.
87
//******************************************************************************
98
109
ifdef::uses-h2[]
@@ -19,17 +18,11 @@ H2 Unsupported Module Warning:: This quickstart uses `@DataSourceDefinition` to
1918
WARN [org.jboss.as.dependency.unsupported] (MSC service thread 1-1) WFLYSRV0019: Deployment "<deployment-name>" is using an unsupported module ("com.h2database.h2") which may be changed or removed in future versions without notice.
2019
----
2120
+
22-
This warning is expected and can be safely ignored for this quickstart. It does not affect functionality. In a production environment, you should replace the H2 datasource with a supported database such as {DBProductName}.
21+
This warning is expected and can be safely ignored for this quickstart. It does not affect functionality.
2322
endif::[]
2423
2524
endif::uses-h2[]
2625
27-
ifdef::uses-ds-xml[]
28-
29-
Datasource Configuration File:: This quickstart uses a `*-ds.xml` datasource configuration file for convenience and ease of database configuration. These files are deprecated in {productName} and should not be used in a production environment. Instead, you should configure the datasource using the Management CLI or Management Console. Datasource configuration is documented in the {LinkConfigGuide}[__{ConfigBookName}__].
30-
31-
endif::uses-ds-xml[]
32-
3326
ifdef::performance-scalability[]
3427
3528
Performance and Scalability:: A Jakarta EE container is designed with robustness in mind, so you should carefully analyze the scalabiltiy, concurrency, and performance needs of your application before taking advantage of these techniques in your own applications.

tasks-jsf/README-source.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The `tasks-jsf` quickstart demonstrates how to use JPA persistence with JSF as t
1212
:standalone-server-type: default
1313
:archiveType: war
1414
:uses-h2:
15-
:uses-ds-xml:
1615
:performance-scalability:
1716

1817
== What is it?

0 commit comments

Comments
 (0)