Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
JBSEAM-5101 fixed typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Jun 25, 2013
1 parent 6822b87 commit fedbb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion seam-reference-guide/src/docbook/en-US/Webservices.xml
Expand Up @@ -306,7 +306,7 @@ public class MyCustomerResource {
xmlns:resteasy="http://jboss.org/schema/seam/resteasy"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
http://jboss.org/schema/seam/resteasy
"http://jboss.org/schema/seam/resteasy
http://jboss.org/schema/seam/resteasy-2.3.xsd
http://jboss.org/schema/seam/components
http://jboss.org/schema/seam/components-2.3.xsd">]]></programlisting>
Expand Down
6 changes: 3 additions & 3 deletions seam-reference-guide/src/docbook/en-US/Xml.xml
Expand Up @@ -119,7 +119,7 @@
</para>

<programlisting role="XML"><![CDATA[<components xmlns="http://jboss.org/schema/seam/components"
xmlns:persistence="http://jboss.org/schema/seam/persistence"
xmlns:persistence="http://jboss.org/schema/seam/persistence">
<persistence:managed-persistence-context name="customerDatabase"
persistence-unit-jndi-name="java:/customerEntityManagerFactory"/>
Expand Down Expand Up @@ -151,7 +151,7 @@
</para>

<programlisting role="XML"><![CDATA[<components xmlns="http://jboss.org/schema/seam/components"
xmlns:persistence="http://jboss.org/schema/seam/persistence"
xmlns:persistence="http://jboss.org/schema/seam/persistence">
<persistence:managed-persistence-context name="productDatabase"
scope="session"
Expand All @@ -177,7 +177,7 @@
</para>

<programlisting role="XML"><![CDATA[<components xmlns="http://jboss.org/schema/seam/components"
xmlns:persistence="http://jboss.org/schema/seam/persistence"
xmlns:persistence="http://jboss.org/schema/seam/persistence">
<persistence:managed-persistence-context name="productDatabase"
auto-create="true"
Expand Down

0 comments on commit fedbb12

Please sign in to comment.