Skip to content

Commit 9c6a93e

Browse files
authored
Merge pull request #440 from norrman/master
<jta-data-source> tag cannot include line breaks
2 parents 598d3dd + f1189ac commit 9c6a93e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guide/GreeterQuickstart.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ The quickstart is comprised of two JSF views, an entity, and a number of CDI bea
5454
WEB-INF/greeter-quickstart-ds.xml, you can find it in
5555
the source at
5656
src/main/webapp/WEB-INF/greeter-quickstart-ds.xml -->
57-
<jta-data-source>
58-
java:jboss/datasources/GreeterQuickstartDS <2>
59-
</jta-data-source>
57+
<jta-data-source>java:jboss/datasources/GreeterQuickstartDS</jta-data-source> <2>
6058
<properties>
6159
<!-- Properties for Hibernate --> <3>
6260
<property name="hibernate.hbm2ddl.auto"

0 commit comments

Comments
 (0)