[jboss-cvs] JBossAS SVN: r101009 - in projects/docs/enterprise/5.0.1: Seam_Reference_Guide/en-US and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 16 00:27:57 EST 2010
Author: laubai
Date: 2010-02-16 00:27:57 -0500 (Tue, 16 Feb 2010)
New Revision: 101009
Modified:
projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Performance_Tuning.xml
projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Book_Info.xml
projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Revision_History.xml
projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Webservices.xml
Log:
Checking in JIRA issues.
Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Performance_Tuning.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Performance_Tuning.xml 2010-02-16 05:09:04 UTC (rev 101008)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Performance_Tuning.xml 2010-02-16 05:27:57 UTC (rev 101009)
@@ -358,7 +358,7 @@
<itemizedlist>
<listitem>
<para>
- Provide a <classname>ScanningMetaData</classname> through XML or programmaticaly.
+ Provide a <classname>ScanningMetaData</classname> through XML or programmatically.
</para>
</listitem>
<listitem>
@@ -393,8 +393,19 @@
<!-- Purpose: Disable scanning for annotations in contained deployment. -->
</scanning> ]]>
</programlisting>
+
<para>
-Another way to limit scanning is to provide the <filename>jboss-classloading.xml</filename> file. More information about this can be found in the Class Loader documentation section as it covers a lot of other details as well, not just scanning. </para>
+Another way to limit scanning is to provide the appropriate metadata in the <filename>jboss-classloading.xml</filename> file.
+</para>
+
+<!--
+<para>
+
+
+
+-->
+
+<!--<para>You can find more information about this in <xref url="custom-metadata"/>.</para>-->
</section>
</section>
</section>
Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Book_Info.xml 2010-02-16 05:09:04 UTC (rev 101008)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Book_Info.xml 2010-02-16 05:27:57 UTC (rev 101009)
@@ -6,7 +6,7 @@
<title>Seam Reference Guide CP01</title>
<subtitle>for Use with JBoss Enterprise Application Platform 5.0 Cumulative Patch 1</subtitle>
<edition>2.0</edition>
- <pubsnumber>1</pubsnumber>
+ <pubsnumber>1.1</pubsnumber>
<productname>JBoss Enterprise Application Platform</productname>
<productnumber>5.0</productnumber>
<!-- <pubdate>Sep, 2007</pubdate> -->
Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Revision_History.xml 2010-02-16 05:09:04 UTC (rev 101008)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Revision_History.xml 2010-02-16 05:27:57 UTC (rev 101009)
@@ -4,8 +4,8 @@
<revhistory>
<revision>
- <revnumber>1.0</revnumber>
- <date>Tue Feb 09 2010</date>
+ <revnumber>1.1</revnumber>
+ <date>Mon Feb 15 2010</date>
<author>
<firstname>Laura</firstname>
<surname>Bailey</surname>
@@ -13,7 +13,7 @@
</author>
<revdescription>
<simplelist>
- <member>Initial draft.</member>
+ <member>Added RESTEasy section.</member>
</simplelist>
</revdescription>
</revision>
Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Webservices.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Webservices.xml 2010-02-16 05:09:04 UTC (rev 101008)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Webservices.xml 2010-02-16 05:27:57 UTC (rev 101009)
@@ -176,7 +176,7 @@
</para>
</section>
- <!--<section>
+ <section>
<title>RESTful HTTP webservices with RESTEasy</title>
<para>
Seam integrates the RESTEasy implementation of the JAX-RS specification (JSR 311). You can decide which of the following features are integrated with your Seam application:
@@ -384,11 +384,10 @@
You do not have to send a HTTP error to the client if an exception occurs. Seam lets you map the exception as a redirect to a view of your Seam application. Since this feature is typically used for human clients (web browsers) and not for REST API remote clients, you should pay attention to conflicting exception mappings in <filename>pages.xml</filename>.
</para>
<para>
- The HTTP response does pass through the servlet container, so an additional mapping may apply if you have <literal><error-page></literal> mappings in your <literal>web.xml</literal> configuration. The HTTP status code would then be mapped to a rendered HTML error page with status <literal>200 OK</literal>.
+ The HTTP response does pass through the servlet container, so an additional mapping may apply if you have <literal><![CDATA[<error-page>]]></literal> mappings in your <literal>web.xml</literal> configuration. The HTTP status code would then be mapped to a rendered HTML error page with status <literal>200 OK</literal>.
</para>
</section>
</section>
- -->
</chapter>
More information about the jboss-cvs-commits
mailing list