[seam-commits] Seam SVN: r13757 - branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Sep 16 06:35:08 EDT 2010
Author: manaRH
Date: 2010-09-16 06:35:07 -0400 (Thu, 16 Sep 2010)
New Revision: 13757
Modified:
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Webservices.xml
branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Xml.xml
Log:
JBPAPP-5036
Modified: branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Webservices.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Webservices.xml 2010-09-15 22:49:59 UTC (rev 13756)
+++ branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Webservices.xml 2010-09-16 10:35:07 UTC (rev 13757)
@@ -281,7 +281,7 @@
xmlns:resteasy="http://jboss.com/products/seam/resteasy"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- http://jboss.com/products/seam/resteasy
+ "http://jboss.com/products/seam/resteasy
http://jboss.com/products/seam/resteasy-2.2.xsd
http://jboss.com/products/seam/components
http://jboss.com/products/seam/components-2.2.xsd">]]></programlisting>
Modified: branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Xml.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Xml.xml 2010-09-15 22:49:59 UTC (rev 13756)
+++ branches/enterprise/JBPAPP_5_0/doc/Seam_Reference_Guide/en-US/Xml.xml 2010-09-16 10:35:07 UTC (rev 13757)
@@ -113,7 +113,7 @@
</para>
<programlisting role="XML"><![CDATA[<components xmlns="http://jboss.com/products/seam/components"
- xmlns:persistence="http://jboss.com/products/seam/persistence"
+ xmlns:persistence="http://jboss.com/products/seam/persistence">
<persistence:managed-persistence-context name="customerDatabase"
persistence-unit-jndi-name="java:/customerEntityManagerFactory"/>
@@ -148,7 +148,7 @@
</para>
<programlisting role="XML"><![CDATA[<components xmlns="http://jboss.com/products/seam/components"
- xmlns:persistence="http://jboss.com/products/seam/persistence"
+ xmlns:persistence="http://jboss.com/products/seam/persistence">
<persistence:managed-persistence-context
name="productDatabase" scope="session"
@@ -173,7 +173,7 @@
</para>
<programlisting role="XML"><![CDATA[<components xmlns="http://jboss.com/products/seam/components"
- xmlns:persistence="http://jboss.com/products/seam/persistence"
+ xmlns:persistence="http://jboss.com/products/seam/persistence">
<persistence:managed-persistence-context
name="productDatabase" auto-create="true"
More information about the seam-commits
mailing list