[jboss-cvs] JBossAS SVN: r104105 - in projects/docs/enterprise: 4.3.8 and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 20 20:59:14 EDT 2010


Author: laubai
Date: 2010-04-20 20:59:13 -0400 (Tue, 20 Apr 2010)
New Revision: 104105

Added:
   projects/docs/enterprise/4.2.9/JDK6_Compatibility_Notes/
Removed:
   projects/docs/enterprise/4.3.8/Seam/
Modified:
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Annotations.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Author_Group.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Book_Info.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Cache.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Clustering_EJBPassivation.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Components.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Concepts.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Configuration.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Controls.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Conversations.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Dependencies.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Drools.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Elenhancements.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Events.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Excel.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Feedback.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Framework.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gettingstarted.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Glassfish.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Groovy.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gwt.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Hsearch.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/I18n.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Itext.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jbpm.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jms.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Mail.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Migration.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Performance.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Persistence.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Preface.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Remoting.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Revision_History.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Rss.pot
   projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Seam_Reference_Guide.pot
   projects/docs/enterprise/5.0/RESTEasy/en-US/Installation_Configuration.xml
   projects/docs/enterprise/5.0/RESTEasy/en-US/JAX-RS_Content_Negotiation.xml
   projects/docs/enterprise/5.0/RESTEasy/en-US/Using_Path.xml
   projects/docs/enterprise/5.0/RESTEasy/en-US/_PathParam.xml
Log:
Cloned JDK6 compatibility notes for EAP 4.2.9.

Copied: projects/docs/enterprise/4.2.9/JDK6_Compatibility_Notes (from rev 104104, projects/docs/enterprise/4.3.8/JDK6_Compatibility_Notes)

Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/Installation_Configuration.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Installation_Configuration.xml	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Installation_Configuration.xml	2010-04-21 00:59:13 UTC (rev 104105)
@@ -234,9 +234,8 @@
 
 To use Application you must set the Servlet <literal>context-param</literal>, <literal>javax.ws.rs.core.Application</literal>, with a fully-qualified class that implements Application. For example:
 </para>
-<programlisting>
 
-   &lt;context-param&gt;
+<programlisting>   &lt;context-param&gt;
       &lt;param-name&gt;javax.ws.rs.core.Application&lt;/param-name&gt;
       &lt;param-value&gt;com.mycom.MyApplicationConfig&lt;/param-value&gt;
    &lt;/context-param&gt;
@@ -311,4 +310,3 @@
 </para>
 </section>
 </chapter>
-

Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/JAX-RS_Content_Negotiation.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/JAX-RS_Content_Negotiation.xml	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/JAX-RS_Content_Negotiation.xml	2010-04-21 00:59:13 UTC (rev 104105)
@@ -11,6 +11,7 @@
    <para>
       <literal>@Consumes</literal> is an array of media types that a particular resource or resource method consumes. For example:
    </para>
+
       <programlisting>
          @Consumes("text/*")
          @Path("/library")

Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/Using_Path.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Using_Path.xml	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Using_Path.xml	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,7 +4,6 @@
 <chapter id="Using__Path_and__GET___POST__etc.">
 <title>Using @Path and @GET, @POST, etc.</title>
 
-
 <programlisting>
 @Path("/library")
 public class Library {

Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/_PathParam.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/_PathParam.xml	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/_PathParam.xml	2010-04-21 00:59:13 UTC (rev 104105)
@@ -62,7 +62,6 @@
 2. @Path("/{name}-{zip}")
 3. @Path("/foo{name}-{zip}bar")
 </programlisting>
-
 <para>
   So, a URI of the form &quot;/aaa111bbb&quot; would match the first specified parameter. &quot;/bill-02115&quot; would match the second, and &quot;foobill-02115bar&quot; would match the third.
 </para>

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/en-US/Itext.xml	2010-04-21 00:59:13 UTC (rev 104105)
@@ -132,12 +132,12 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>								 
 <programlisting role="XHTML"><![CDATA[<p:document xmlns:p="http://jboss.com/products/seam/pdf"> 
   The document goes here. 
 </p:document>]]>
 </programlisting>
-							</entry>
+
 						</row>
 					</tbody>
 				</tgroup>
@@ -220,12 +220,13 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
+
+							</entry>
 								 
 <programlisting role="XHTML"><![CDATA[<p:paragraph alignment="justify">
   This is a simple document. It isn't very fancy. 
 </p:paragraph>]]>
 </programlisting>
-							</entry>
 						</row>
 						 <row>
 							<entry valign="top">
@@ -253,6 +254,7 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
+							</entry>
 								 
 <programlisting role="XHTML"><![CDATA[<p:paragraph> 
   The item costs <p:text value="#{product.price}"> 
@@ -261,7 +263,6 @@
   </p:text> 
 </p:paragraph>]]>
 </programlisting>
-							</entry>
 						</row>
 						 <row>
 							<entry valign="top">
@@ -289,7 +290,7 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>				 
 <programlisting role="XHTML"><![CDATA[<p:html value="This is HTML with <b>some markup</b>" />
 <p:html>
   <h1>This is more complex HTML</h1>
@@ -306,7 +307,7 @@
         It's very^cool^." />
 </p:html>                                    
 ]]></programlisting>
-							</entry>
+
 						</row>
 						 <row>
 							<entry valign="top">
@@ -349,12 +350,12 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
+							</entry>
 								 
 <programlisting role="XHTML"><![CDATA[<p:font name="courier" style="bold" size="24"> 
   <p:paragraph>My Title</p:paragraph> 
 </p:font>]]>
 </programlisting>
-							</entry>
 						</row>
             <row>
                 <entry valign="top">
@@ -392,13 +393,13 @@
                     <para>
                         <emphasis>Usage</emphasis>
                     </para>
+                </entry>
                     <programlisting role="XHTML"><![CDATA[
 <p:textcolumn left="400" right="600" direction="rtl"> 
 <p:font name="/Library/Fonts/Arial Unicode.ttf" 
 encoding="Identity-H" 
 embedded="true">#{phrases.arabic}</p:font> 
 </p:textcolumn>]]></programlisting>
-                </entry>
             </row>
 
 						 <row>
@@ -417,10 +418,10 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
+							</entry>
 								 
 <programlisting role="XHTML"><![CDATA[<p:newPage />]]>
 </programlisting>
-							</entry>
 						</row>
 						 <row>
 							<entry valign="top">
@@ -433,7 +434,7 @@
 									<emphasis>Description</emphasis>
 								</para>
 								 <para>
-									<literal>p:image</literal> inserts an image into the document. Images can be loaded from the classpath or from the web application context using the <literal>value</literal> attribute. <!-- #clarify: from classpath w/ value AND webapp w/ value, or from classpath OR webapp w/ value? -->
+									<literal>p:image</literal> inserts an image into the document. Images can be loaded from the classpath or from the web application context using the <literal>value</literal> attribute.
 								</para>
 								 <para>
 									Resources can also be dynamically generated by application code. The <literal>imageData</literal> attribute can specify a value binding expression whose value is a <literal>java.awt.Image</literal> object.
@@ -464,7 +465,7 @@
 									</listitem>
 									 <listitem>
 										<para>
-											<literal>alignment</literal>— The alignment of the image. (See <xref linkend="itext.alignment" /> for possible values.)
+											<literal>alignment</literal> — The alignment of the image. (See <xref linkend="itext.alignment" /> for possible values.)
 										</para>
 									</listitem>
 									 <listitem>
@@ -526,13 +527,12 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
-<programlisting role="XHTML"><![CDATA[<p:image value="/jboss.jpg" />]]>
+								 </entry>
+<programlisting><![CDATA[<p:image value="/jboss.jpg" />]]>
 </programlisting>
 								 
-<programlisting role="XHTML"><![CDATA[<p:image value="#{images.chart}" />]]>
+<programlisting><![CDATA[<p:image value="#{images.chart}" />]]>
 </programlisting>
-							</entry>
 						</row>
 						 <row>
 							<entry valign="top">
@@ -565,7 +565,7 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							 </entry>
 <programlisting role="XHTML"><![CDATA[<p:listItem>
   <p:anchor reference="#reason1">Reason 1</p:anchor>
 </p:listItem> 
@@ -577,7 +577,6 @@
   ... 
 </p:paragraph>]]>
 </programlisting>
-							</entry>
 						</row>
 					</tbody>
 				</tgroup>
@@ -635,7 +634,7 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>			 
 <programlisting role="XHTML"><![CDATA[<p:facet name="header"> 
   <p:font size="12"> 
     <p:footer borderWidthTop="1" borderColorTop="blue" 
@@ -645,7 +644,7 @@
   </p:font> 
 </f:facet>]]>
 </programlisting>
-							</entry>
+
 						</row>
 						 <row>
 							<entry valign="top">
@@ -663,13 +662,13 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>
 <programlisting role="XHTML"><![CDATA[<p:footer borderWidthTop="1" borderColorTop="blue" 
    borderWidthBottom="0" alignment="center"> 
   Why Seam? [<p:pageNumber />] 
 </p:footer>]]>
 </programlisting>
-							</entry>
+
 						</row>
 					</tbody>
 				</tgroup>
@@ -722,7 +721,7 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>
 <programlisting role="XHTML"><![CDATA[<p:document xmlns:p="http://jboss.com/products/seam/pdf" title="Hello">
   <p:chapter number="1">
     <p:title><p:paragraph>Hello</p:paragraph></p:title>
@@ -740,7 +739,7 @@
 
 </p:document> ]]>
 </programlisting>
-							</entry>
+
 						</row>
 						 <row>
 							<entry valign="top">
@@ -829,14 +828,14 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>
 <programlisting role="XHTML"><![CDATA[<p:list style="numbered"> 
   <ui:repeat value="#{documents}" var="doc">
     <p:listItem>#{doc.name}</p:listItem> 
   </ui:repeat> 
 </p:list>]]>
 </programlisting>
-							</entry>
+
 						</row>
 						 <row>
 							<entry valign="top">
@@ -884,10 +883,10 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>
 <programlisting role="XHTML">...
 </programlisting>
-							</entry>
+
 						</row>
 					</tbody>
 				</tgroup>
@@ -1005,7 +1004,7 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>
 <programlisting role="XHTML"><![CDATA[<p:table columns="3" headerRows="1">
   <p:cell>name</p:cell>
   <p:cell>owner</p:cell>
@@ -1017,7 +1016,7 @@
   </ui:repeat>
 </p:table>]]>
 </programlisting>
-							</entry>
+
 						</row>
 						 <row>
 							<entry valign="top">
@@ -1145,10 +1144,10 @@
 								 <para>
 									<emphasis>Usage</emphasis>
 								</para>
-								 
+							</entry>
 <programlisting role="XHTML"><![CDATA[<p:cell>...</p:cell>]]>
 </programlisting>
-							</entry>
+
 						</row>
 					</tbody>
 				</tgroup>
@@ -1369,7 +1368,7 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:barchart title="Bar Chart" legend="true" width="500" height="500">
   <p:series key="Last Year">
     <p:data columnKey="Joe" value="100" />
@@ -1381,7 +1380,7 @@
   </p:series>
 </p:barchart>]]>
 </programlisting>
-						</entry>
+
 					</row>
 					 <row>
 						<entry valign="top">
@@ -1564,7 +1563,7 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:linechart title="Line Chart" width="500" height="500">
   <p:series key="Prices">
     <p:data columnKey="2003" value="7.36" />
@@ -1575,7 +1574,7 @@
   </p:series>
 </p:linechart>]]>
 </programlisting>
-						</entry>
+
 					</row>
 					 <row>
 						<entry valign="top">
@@ -1713,7 +1712,7 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[
 <p:piechart title="Pie Chart" circular="false" 
             direction="anticlockwise" startAngle="30" 
@@ -1727,7 +1726,7 @@
   </p:series> 
 </p:piechart>]]>
 </programlisting>
-						</entry>
+
 					</row>
 					 <row>
 						<entry valign="top">
@@ -1780,7 +1779,7 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:series key="data1"> 
   <ui:repeat value="#{data.pieData1}" var="item"> 
     <p:data columnKey="#{item.name}" 
@@ -1788,7 +1787,7 @@
   </ui:repeat> 
 </p:series>]]>
 </programlisting>
-						</entry>
+
 					</row>
 					 <row>
 						<entry valign="top">
@@ -1846,13 +1845,13 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:data key="foo" value="20" sectionPaint="#111111" explodedPercent=".2" /> 
 <p:data key="bar" value="30" sectionPaint="#333333" /> 
 <p:data key="baz" value="40" sectionPaint="#555555" 
    sectionOutlineStroke="my-dot-style" />]]>
 </programlisting>
-						</entry>
+
 					</row>
 					 <row>
 						<entry valign="top">
@@ -1895,12 +1894,12 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:color id="foo" color="#0ff00f"/> 
 <p:color id="bar" color="#ff00ff" color2="#00ff00" 
    point="50 50" point2="300 300"/>]]>
 </programlisting>
-						</entry>
+
 					</row>
 					 <row>
 						<entry valign="top">
@@ -1953,10 +1952,10 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:stroke id="dot2" width="2" cap="round" join="bevel" dash="2 3" />]]>
 </programlisting>
-						</entry>
+
 					</row>
 				</tbody>
 			</tgroup>
@@ -2054,12 +2053,12 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:barCode type="code128" barHeight="80" textSize="20" 
    code="(10)45566(17)040301" codeType="code128_ucc" 
    altText="My BarCode" />]]>
 </programlisting>
-						</entry>
+
 					</row>
 				</tbody>
 			</tgroup>
@@ -2213,10 +2212,10 @@
 							 <para>
 								<emphasis>Usage</emphasis>
 							</para>
-							 
+						</entry>
 <programlisting role="XHTML"><![CDATA[<p:swing width="310" height="120" component="#{aButton}" />]]>
 </programlisting>
-						</entry>
+
 					</row>
 				</tbody>
 			</tgroup>

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Annotations.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Annotations.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Annotations.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:51\n"
-"PO-Revision-Date: 2010-02-01T03:07:51\n"
+"POT-Creation-Date: 2010-04-08T04:22:50\n"
+"PO-Revision-Date: 2010-04-08T04:22:50\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Author_Group.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Author_Group.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Author_Group.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,11 +4,281 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:51\n"
-"PO-Revision-Date: 2010-02-01T03:07:51\n"
+"POT-Creation-Date: 2010-04-08T04:22:50\n"
+"PO-Revision-Date: 2010-04-08T04:22:50\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
 "Content-Type: application/x-publican; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#. Tag: firstname
+#, no-c-format
+msgid "Gavin"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "King"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Pete"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Muir"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Norman"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Richards"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Shane"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Bryzak"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Michael"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Yuan"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Mike"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Youngstrom"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Christian"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Bauer"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Jay"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Balunas"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Dan"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Allen"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Max"
+msgstr ""
+
+#. Tag: othername
+#, no-c-format
+msgid "Rydahl"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Andersen"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Emmanuel"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Bernard"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Nicklas"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Karlsson"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Daniel"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Roth"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Matt"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Drees"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Jacob"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Orshalick"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Marek"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Novotny"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "James"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Cobb"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Cheyenne"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Weaver"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Mark"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Newton"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Steve"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Ebersole"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Courcy"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Nicola"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Benaglia"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Stefano"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Travelli"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Francesco"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Milesi"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Japan"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "JBoss User Group"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Samson"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Kittoli"
+msgstr ""
+
+#. Tag: firstname
+#, no-c-format
+msgid "Laura"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Bailey"
+msgstr ""
+

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Book_Info.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Book_Info.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Book_Info.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:51\n"
-"PO-Revision-Date: 2010-02-01T03:07:51\n"
+"POT-Creation-Date: 2010-04-08T04:22:50\n"
+"PO-Revision-Date: 2010-04-08T04:22:50\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -19,11 +19,11 @@
 
 #. Tag: subtitle
 #, no-c-format
-msgid "for Use with JBoss Enterprise Application Platform 5.0"
+msgid "for Use with JBoss Enterprise Application Platform 5.0.1"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "This book is a Reference Guide for JBoss Enterprise Application Platform 5.0"
+msgid "This book is a Reference Guide for JBoss Enterprise Application Platform 5.0.1"
 msgstr ""
 

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Cache.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Cache.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Cache.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:51\n"
-"PO-Revision-Date: 2010-02-01T03:07:51\n"
+"POT-Creation-Date: 2010-04-08T04:22:50\n"
+"PO-Revision-Date: 2010-04-08T04:22:50\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -234,7 +234,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "The <literal>key</literal> lets you store multiple versions of each page fragment. In this case, there is one cached version per blog. <!-- #modify: per blog, or per blog ENTRY? --> The <literal>region</literal> determines the cache or region node where all versions are stored. Different nodes may have differing expiry policies."
+msgid "The <literal>key</literal> lets you store multiple versions of each page fragment. In this case, there is one cached version per blog. The <literal>region</literal> determines the cache or region node where all versions are stored. Different nodes may have differing expiry policies."
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Clustering_EJBPassivation.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Clustering_EJBPassivation.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Clustering_EJBPassivation.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:51\n"
-"PO-Revision-Date: 2010-02-01T03:07:51\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -44,7 +44,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "In addition to monitoring JavaBean components, Seam ensures that managed entity instances (that is, JPA and Hibernate entities) are not attached during replication. Seam keeps a record of entities to be loaded, and loads them automatically on the secondary node. <emphasis>You must be using a Seam-managed persistence context to use this feature.</emphasis> More information is provided later in this chapter<!-- , under <xref linkend=\"\" /> -->."
+msgid "In addition to monitoring JavaBean components, Seam ensures that managed entity instances (that is, JPA and Hibernate entities) are not attached during replication. Seam keeps a record of entities to be loaded, and loads them automatically on the secondary node. <emphasis>You must be using a Seam-managed persistence context to use this feature.</emphasis> More information is provided later in this chapter."
 msgstr ""
 
 #. Tag: para
@@ -359,7 +359,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<!-- #modify: add details here? --> You can disable passivation on stateful session beans. See the <ulink url=\"http://www.jboss.org/community/docs/DOC-9656\">Ejb3DisableSfsbPassivation</ulink> page on the JBoss Wiki for details."
+msgid "You can disable passivation on stateful session beans. See the <ulink url=\"http://www.jboss.org/community/docs/DOC-9656\">Ejb3DisableSfsbPassivation</ulink> page on the JBoss Wiki for details."
 msgstr ""
 
 #. Tag: title

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Components.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Components.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Components.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:51\n"
-"PO-Revision-Date: 2010-02-01T03:07:51\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Concepts.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Concepts.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Concepts.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -354,7 +354,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "In a later chapter<!-- #modify: \" (insert xref here)\" -->, we show you how to use Seam and Hibernate without an EJB container. In this case, components are JavaBeans rather than session beans."
+msgid "In a later chapter, we show you how to use Seam and Hibernate without an EJB container. In this case, components are JavaBeans rather than session beans."
 msgstr ""
 
 #. Tag: para
@@ -589,7 +589,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "(More information about component lifecycle and injection can be found in the next chapter<!-- #modify: add xref -->.)"
+msgid "(More information about component lifecycle and injection can be found in the next chapter.)"
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Configuration.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Configuration.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Configuration.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -259,7 +259,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<literal>log4j-init-file</literal> — is used to set up per-application logging. A path, relative to web application context, to the <filename>log4j.xml</filename> configuration file should be provided.<!-- #modify: does the user have to provide a path, or is there a path already provided? clarify plz -->"
+msgid "<literal>log4j-init-file</literal> — is used to set up per-application logging. A path, relative to web application context, to the <filename>log4j.xml</filename> configuration file should be provided."
 msgstr ""
 
 #. Tag: title
@@ -697,19 +697,19 @@
 msgid "Running Seam in a Portlet"
 msgstr ""
 
-#. Tag: para
+#. Tag: title
 #, no-c-format
-msgid "You can use the JBoss Portlet Bridge to run your Seam application in a portlet. The bridge supports JSF within a portlet, and includes extensions for Seam and RichFaces. See <ulink url=\"http://labs.jboss.com/portletbridge\">http://labs.jboss.com/ portletbridge</ulink> for more information."
+msgid "JBoss Portlet Bridge integration is a Technology Preview"
 msgstr ""
 
-#. Tag: title
+#. Tag: para
 #, no-c-format
-msgid "Note"
+msgid "Technology Preview features are not fully supported under Red Hat subscription level agreements (SLAs), may not be functionally complete, and are not intended for production use. However, these features provide early access to upcoming product innovations, enabling customers to test functionality and provide feedback during the development process. As Red Hat considers making future iterations of Technology Preview features generally available, we will provide commercially reasonable efforts to resolve any reported issues that customers experience when using these features."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "Seam Integration with JBoss Portlet Bridge is designated as a technology preview so standard support is not guaranteed."
+msgid "You can use the JBoss Portlet Bridge to run your Seam application in a portlet. The bridge supports JSF within a portlet, and includes extensions for Seam and RichFaces. See <ulink url=\"http://labs.jboss.com/portletbridge\">http://labs.jboss.com/ portletbridge</ulink> for more information."
 msgstr ""
 
 #. Tag: title

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Controls.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Controls.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Controls.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Conversations.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Conversations.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Conversations.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -389,7 +389,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "The <literal>taskInstance</literal> attribute is for use in jBPM task lists, as follows. (See the DVD Store demo application for examples of this.<!-- #modify: xref? -->)"
+msgid "The <literal>taskInstance</literal> attribute is for use in jBPM task lists, as follows. (See the DVD Store demo application for examples of this.)"
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Dependencies.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Dependencies.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Dependencies.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -214,7 +214,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<!-- Edit to (JBPAPP_5_0-CR5) --> <!-- <filename>urlrewrite.jar</filename> --> <literal>urlrewritefilter.jar</literal>"
+msgid "<literal>urlrewritefilter.jar</literal>"
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Drools.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Drools.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Drools.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:51\n"
+"PO-Revision-Date: 2010-04-08T04:22:51\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Elenhancements.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Elenhancements.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Elenhancements.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -114,7 +114,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "However, if you want to use <literal>&lt;s:link /&gt;</literal> or <literal>&lt;s:button /&gt;</literal> you must expose the items as a <literal>DataModel</literal>, and use a <literal>&lt;dataTable /&gt;</literal> (or equivalent from a component set like <literal>&lt;rich:dataTable /&gt;</literal>). Neither <literal>&lt;s:link /&gt;</literal> or <literal>&lt;s:button /&gt;</literal> submit the form, so they do not produce a bookmarkable link. An additional parameter is required to recreate the item when the action method is called. This parameter can only be added when a data table backed by a <literal>DataModel</literal> is used. <!-- #modify: remind reader of required additional parameter? -->"
+msgid "However, if you want to use <literal>&lt;s:link /&gt;</literal> or <literal>&lt;s:button /&gt;</literal> you must expose the items as a <literal>DataModel</literal>, and use a <literal>&lt;dataTable /&gt;</literal> (or equivalent from a component set like <literal>&lt;rich:dataTable /&gt;</literal>). Neither <literal>&lt;s:link /&gt;</literal> or <literal>&lt;s:button /&gt;</literal> submit the form, so they do not produce a bookmarkable link. An additional parameter is required to recreate the item when the action method is called. This parameter can only be added when a data table backed by a <literal>DataModel</literal> is used."
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Events.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Events.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Events.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:52\n"
-"PO-Revision-Date: 2010-02-01T03:07:52\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -69,7 +69,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "More information about JSF events and jBPM events is available<!-- #modify: at this specific xref'd location! --> elsewhere. For now, we will concentrate upon the two additional event types defined by Seam."
+msgid "More information about JSF events and jBPM events is available elsewhere. For now, we will concentrate upon the two additional event types defined by Seam."
 msgstr ""
 
 #. Tag: title
@@ -254,7 +254,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Seam URL rewriting provides simple, bidirectional rewriting on a per-view basis. For more complex rewriting rules that cover non-Seam components, Seam applications can continue to use the <literal>org.tuckey URLRewriteFilter</literal>, or apply rewriting rules at the web server."
+msgid "Seam URL rewriting provides simple, bidirectional rewriting on a per-view basis. For more complex rewriting rules that cover non-Seam components, Seam applications can continue to use the <literal>org.tuckey.URLRewriteFilter</literal>, or apply rewriting rules at the web server."
 msgstr ""
 
 #. Tag: para
@@ -299,7 +299,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "You can use standard JSF navigation rules defined in <filename>Faces-config.xml</filename> in a Seam application. However, these rules have several limitations:"
+msgid "You can use standard JSF navigation rules defined in <filename>faces-config.xml</filename> in a Seam application. However, these rules have several limitations:"
 msgstr ""
 
 #. Tag: para
@@ -319,7 +319,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Another problem is that \"orchestration\" logic is scattered between <filename>pages.xml</filename> and <filename>Faces-config.xml</filename>. It is better to unify this logic under <filename>pages.xml</filename>."
+msgid "Another problem is that \"orchestration\" logic is scattered between <filename>pages.xml</filename> and <filename>faces-config.xml</filename>. It is better to unify this logic under <filename>pages.xml</filename>."
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Excel.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Excel.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Excel.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -1114,7 +1114,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Sets font name. To set Verdana as the font, use <literal>#font_name=Verdana#</literal>. <!-- #modify: Please check this; there was a typo in the original. Does Verdana need ' ' or \" \" marks? would Times New Roman? -->"
+msgid "Sets font name. To set Verdana as the font, use <literal>#font_name=Verdana#</literal>."
 msgstr ""
 
 #. Tag: para
@@ -1324,12 +1324,12 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Output appearance is controlled with a combination of CSS style and tag attributes. CSS style attributes flow from parent to child, and let you use one tag to apply all attributes defined for that tag in the <literal>styleClass</literal> and <literal>style</literal> sheets. <!-- #modify: These paragraphs made very little sense to me. Please review rewritten paragraphs for technical accuracy. \"Controlling how the output look is done with a combination of CSSish style attributes and tag attributes. The most common ones (fonts, borders, backgrounds etc) are CSS and some more general settings are in tag attributes. The CSS attributes cascade down from parent to children and within one tag cascades over the CSS classes referenced in the <literal>styleClass</literal> attributes and finally over the CSS attributes defined in the <literal>style</literal> attribute. You can place them pretty much anywhere but e.g. placing a column width setting in a cell nested within that c!
 olumn makes little sense.\" -->"
+msgid "Output appearance is controlled with a combination of CSS style and tag attributes. CSS style attributes flow from parent to child, and let you use one tag to apply all attributes defined for that tag in the <literal>styleClass</literal> and <literal>style</literal> sheets."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "If you have format masks or fonts that use special characters, such as spaces and semicolons, you can escape the css string with <literal>''</literal> characters such as <literal>xls-format-mask:'$;$'</literal>."
+msgid "If you have format masks or fonts that use special characters, such as spaces and semicolons, you can escape the CSS string with <literal>''</literal> characters such as <literal>xls-format-mask:'$;$'</literal>."
 msgstr ""
 
 #. Tag: title
@@ -1869,6 +1869,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "JExcelAPI is not Seam. Any Seam-based issues are best reported in the JBoss Seam JIRA under the <emphasis>Excel</emphasis> module. <!-- #modify: linkme? -->"
+msgid "JExcelAPI is not Seam. Any Seam-based issues are best reported in the JBoss Seam JIRA under the <emphasis>Excel</emphasis> module."
 msgstr ""
 

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Feedback.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Feedback.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Feedback.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Framework.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Framework.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Framework.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Getting_Started_With_JBoss_Tools.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Make sure you have JDK 5, JBoss EAP 5, Eclipse 3.3, the JBoss Tools plugins (at least Seam Tools, the Visual Page Editor, jBPM Tools and JBoss AS Tools) and the TestNG plugin for Eclipse correctly installed before starting."
+msgid "Make sure you have JDK 5, JBoss Enterprise Application Platform 5, Eclipse 3.3, the JBoss Tools plugins (at least Seam Tools, the Visual Page Editor, jBPM Tools and JBoss AS Tools) and the TestNG plugin for Eclipse correctly installed before starting."
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gettingstarted.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gettingstarted.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gettingstarted.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -24,7 +24,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "In this release, <application>seam-gen</application> works best in conjunction with JBoss EAP."
+msgid "In this release, <application>seam-gen</application> works best in conjunction with JBoss Enterprise Application Platform."
 msgstr ""
 
 #. Tag: para
@@ -39,7 +39,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Make sure you have JDK 5 or JDK 6 (see <xref linkend=\"jdk_dependencies\" /> for details), JBoss EAP 5 and Ant 1.7.0, along with recent versions of Eclipse, the JBoss IDE plugin for Eclipse and the TestNG plugin for Eclipse correctly installed before you begin this tutorial. Add your JBoss installation to the JBoss Server View in Eclipse. Then, start JBoss in debug mode. Finally, start a command prompt in the directory where you unzipped the Seam distribution."
+msgid "Make sure you have JDK 5 or JDK 6 (see <xref linkend=\"jdk_dependencies\" /> for details), JBoss Enterprise Application Platform 5 and Ant 1.7.0, along with recent versions of Eclipse, the JBoss IDE plugin for Eclipse and the TestNG plugin for Eclipse correctly installed before you begin this tutorial. Add your JBoss installation to the JBoss Server View in Eclipse. Then, start JBoss in debug mode. Finally, start a command prompt in the directory where you unzipped the Seam distribution."
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Glassfish.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Glassfish.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Glassfish.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Groovy.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Groovy.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Groovy.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gwt.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gwt.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Gwt.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -17,24 +17,24 @@
 msgid "Seam and the Google Web Toolkit"
 msgstr ""
 
-#. Tag: para
+#. Tag: title
 #, no-c-format
-msgid "If you prefer to develop dynamic AJAX (Asynchronous Java and XML) applications with the Google Web Toolkit (GWT), Seam provides an integration layer that allows GWT widgets to interact directly with Seam components."
+msgid "Google Web Toolkit integration is a Technology Preview"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "In this section, we assume you are already familiar with GWT Tools, and focus only on the Seam integration. You can find more information at <ulink url=\"http://code.google.com/webtoolkit/\">http://code.google.com/webtoolkit/ </ulink>."
+msgid "Technology Preview features are not fully supported under Red Hat subscription level agreements (SLAs), may not be functionally complete, and are not intended for production use. However, these features provide early access to upcoming product innovations, enabling customers to test functionality and provide feedback during the development process. As Red Hat considers making future iterations of Technology Preview features generally available, we will provide commercially reasonable efforts to resolve any reported issues that customers experience when using these features."
 msgstr ""
 
-#. Tag: title
+#. Tag: para
 #, no-c-format
-msgid "Note"
+msgid "If you prefer to develop dynamic AJAX (Asynchronous Java and XML) applications with the Google Web Toolkit (GWT), Seam provides an integration layer that allows GWT widgets to interact directly with Seam components."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "GWT integration in Seam is designated as a technology preview so standard support is not guaranteed."
+msgid "In this section, we assume you are already familiar with GWT Tools, and focus only on the Seam integration. You can find more information at <ulink url=\"http://code.google.com/webtoolkit/\">http://code.google.com/webtoolkit/ </ulink>."
 msgstr ""
 
 #. Tag: title

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Hsearch.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Hsearch.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Hsearch.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -54,16 +54,11 @@
 
 #. Tag: para
 #, no-c-format
-msgid "To target Hibernate Annotations or EntityManager 3.2.x (embedded into JBoss AS 4.2.x and later), you must also configure the appropriate event listeners."
+msgid "When using Hibernate Search 3.1.x, more event listeners are required, but these are registered automa5tically by Hibernate Annotations. Refer to the <citetitle>Hibernate Search Reference Guide</citetitle> to learn to configure event listeners without using Hibernate EntityManager and Hibernate Annotations."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "This step is no longer necessary if Hibernate Annotation or EntityManager 3.3.x are used."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "The following <filename>JAR</filename>s must be deployed alongside the configuration file:"
 msgstr ""
 

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/I18n.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/I18n.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/I18n.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:52\n"
+"PO-Revision-Date: 2010-04-08T04:22:52\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -22,6 +22,11 @@
 msgid "There are several stages required to internationalize and localize your application."
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid "Internationalization features are available only in the JSF context."
+msgstr ""
+
 #. Tag: title
 #, no-c-format
 msgid "Internationalizing your application"
@@ -44,7 +49,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "You will need to configure the Tomcat connector to ensure that the application server receives the request parameters from client requests in the correct encoding. If you use Tomcat or JBoss AS, add the <literal>URIEncoding=\"UTF-8\"</literal> attribute to the connector configuration. For JBoss AS 4.2, edit <literal>${JBOSS_HOME}/server/(default)/deploy/jboss-web.deployer/server. xml</literal>:"
+msgid "You will need to configure the Tomcat connector to ensure that the application server receives the request parameters from client requests in the correct encoding. Add the <literal>URIEncoding=\"UTF-8\"</literal> attribute to the connector configuration in <filename>$JBOSS_HOME/server/$PROFILE/deploy/jboss-web.deployer/server.xml</filename>:"
 msgstr ""
 
 #. Tag: para

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Itext.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Itext.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Itext.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -172,11 +172,6 @@
 msgid "<emphasis>Usage</emphasis>"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:document xmlns:p=\"http://jboss.com/products/seam/pdf\"&gt; The document goes here. &lt;/p:document&gt; </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Basic Text Elements"
@@ -244,11 +239,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:paragraph alignment=\"justify\"&gt; This is a simple document. It isn't very fancy. &lt;/p:paragraph&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:text&gt;</literal>"
 msgstr ""
 
@@ -264,11 +254,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:paragraph&gt; The item costs &lt;p:text value=\"#{product.price}\"&gt; &lt;f:convertNumber type=\"currency\" currencySymbol=\"$\"/&gt; &lt;/p:text&gt; &lt;/p:paragraph&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:html&gt;</literal>"
 msgstr ""
 
@@ -284,11 +269,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:html value=\"This is HTML with &lt;b&gt;some markup&lt;/b&gt;\" /&gt; &lt;p:html&gt; &lt;h1&gt;This is more complex HTML&lt;/h1&gt; &lt;ul&gt; &lt;li&gt;one&lt;/li&gt; &lt;li&gt;two&lt;/li&gt; &lt;li&gt;three&lt;/li&gt; &lt;/ul&gt; &lt;/p:html&gt; &lt;p:html&gt; &lt;s:formattedText value=\"*This* is |Seam Text| as HTML. It's very^cool^.\" /&gt; &lt;/p:html&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:font&gt;</literal>"
 msgstr ""
 
@@ -319,32 +299,47 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:font name=\"courier\" style=\"bold\" size=\"24\"&gt; &lt;p:paragraph&gt;My Title&lt;/p:paragraph&gt; &lt;/p:font&gt; </programlisting>"
+msgid "<literal>&lt;p:textcolumn&gt;</literal>"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "<literal>&lt;p:newPage&gt;</literal>"
+msgid "<literal>p:textcolumn</literal> inserts a text column that can be used to control the flow of text. The most common case is to support right to left direction fonts."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "<literal>p:newPage</literal> inserts a page break."
+msgid "<literal>left</literal> — The left bounds of the text column"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:newPage /&gt; </programlisting>"
+msgid "<literal>right</literal> — The right bounds of the text column"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
+msgid "<literal>direction</literal> — The run direction of the text in the column: <literal>RTL</literal>, <literal>LTR</literal>, <literal>NO-BIDI</literal>, <literal>DEFAULT</literal>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<literal>&lt;p:newPage&gt;</literal>"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "<literal>p:newPage</literal> inserts a page break."
+msgstr ""
+
+#. Tag: para
+#, no-c-format
 msgid "<literal>&lt;p:image&gt;</literal>"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "<literal>p:image</literal> inserts an image into the document. Images can be loaded from the classpath or from the web application context using the <literal>value</literal> attribute. <!-- #clarify: from classpath w/ value AND webapp w/ value, or from classpath OR webapp w/ value? -->"
+msgid "<literal>p:image</literal> inserts an image into the document. Images can be loaded from the classpath or from the web application context using the <literal>value</literal> attribute."
 msgstr ""
 
 #. Tag: para
@@ -374,7 +369,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<literal>alignment</literal>— The alignment of the image. (See <xref linkend=\"itext.alignment\" /> for possible values.)"
+msgid "<literal>alignment</literal> — The alignment of the image. (See <xref linkend=\"itext.alignment\" /> for possible values.)"
 msgstr ""
 
 #. Tag: para
@@ -414,11 +409,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:image value=\"/jboss.jpg\" /&gt; </programlisting> <programlisting role=\"XHTML\">&lt;p:image value=\"#{images.chart}\" /&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:anchor&gt;</literal>"
 msgstr ""
 
@@ -437,11 +427,6 @@
 msgid "<literal>reference</literal> — The destination the link refers to. Links to other points in the document should begin with a \"#\". For example, \"#link1\" to refer to an anchor position with a <literal>name</literal> of <literal>link1</literal>. To point to a resource outside the document, links must be a complete URL."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:listItem&gt; &lt;p:anchor reference=\"#reason1\"&gt;Reason 1&lt;/p:anchor&gt; &lt;/p:listItem&gt; ... &lt;p:paragraph&gt; &lt;p:anchor name=\"reason1\"&gt; It's the quickest way to get \"rich\" &lt;/p:anchor&gt; ... &lt;/p:paragraph&gt; </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Headers and Footers"
@@ -484,11 +469,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:facet name=\"header\"&gt; &lt;p:font size=\"12\"&gt; &lt;p:footer borderWidthTop=\"1\" borderColorTop=\"blue\" borderWidthBottom=\"0\" alignment=\"center\"&gt; Why Seam? [&lt;p:pageNumber /&gt;] &lt;/p:footer&gt; &lt;/p:font&gt; &lt;/f:facet&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:pageNumber&gt;</literal>"
 msgstr ""
 
@@ -497,11 +477,6 @@
 msgid "The current page number can be placed inside a header or footer with the <literal>p:pageNumber</literal> tag. The page number tag can only be used in the context of a header or footer and can only be used once."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:footer borderWidthTop=\"1\" borderColorTop=\"blue\" borderWidthBottom=\"0\" alignment=\"center\"&gt; Why Seam? [&lt;p:pageNumber /&gt;] &lt;/p:footer&gt; </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Chapters and Sections"
@@ -534,11 +509,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:document xmlns:p=\"http://jboss.com/products/seam/pdf\" title=\"Hello\"&gt; &lt;p:chapter number=\"1\"&gt; &lt;p:title&gt;&lt;p:paragraph&gt;Hello&lt;/p:paragraph&gt;&lt;/p:title&gt; &lt;p:paragraph&gt;Hello #{user.name}!&lt;/p:paragraph&gt; &lt;/p:chapter&gt; &lt;p:chapter number=\"2\"&gt; &lt;p:title&gt; &lt;p:paragraph&gt; Goodbye &lt;/p:paragraph&gt; &lt;/p:title&gt; &lt;p:paragraph&gt;Goodbye #{user.name}.&lt;/p:paragraph&gt; &lt;/p:chapter&gt; &lt;/p:document&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "Any chapter or section can contain a <literal>p:title</literal>. The title will be displayed next to the chapter or section number. The body of the title may contain raw text or may be a <literal>p:paragraph</literal>."
 msgstr ""
 
@@ -557,11 +527,6 @@
 msgid "<literal>&lt;p:list&gt;</literal>"
 msgstr ""
 
-#. Tag: entry
-#, no-c-format
-msgid "<!-- #modify: ??? description required? <para> <emphasis>Description</emphasis> </para> <para>...</para> -->"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid "<literal>style</literal> — The ordering/bulleting style of the list. One of: <literal>NUMBERED</literal>, <literal>LETTERED</literal>, <literal>GREEK</literal>, <literal>ROMAN</literal>, <literal>ZAPFDINGBATS</literal>, <literal>ZAPFDINGBATS_NUMBER</literal>. If no style is given, the list items are bulleted by default."
@@ -594,11 +559,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:list style=\"numbered\"&gt; &lt;ui:repeat value=\"#{documents}\" var=\"doc\"&gt; &lt;p:listItem&gt;#{doc.name}&lt;/p:listItem&gt; &lt;/ui:repeat&gt; &lt;/p:list&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:listItem&gt;</literal>"
 msgstr ""
 
@@ -627,11 +587,6 @@
 msgid "<literal>listSymbol</literal> — Overrides the default list symbol for this list item."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">... </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Tables"
@@ -719,11 +674,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:table columns=\"3\" headerRows=\"1\"&gt; &lt;p:cell&gt;name&lt;/p:cell&gt; &lt;p:cell&gt;owner&lt;/p:cell&gt; &lt;p:cell&gt;size&lt;/p:cell&gt; &lt;ui:repeat value=\"#{documents}\" var=\"doc\"&gt; &lt;p:cell&gt;#{doc.name}&lt;/p:cell&gt; &lt;p:cell&gt;#{doc.user.name}&lt;/p:cell&gt; &lt;p:cell&gt;#{doc.size}&lt;/p:cell&gt; &lt;/ui:repeat&gt; &lt;/p:table&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:cell&gt;</literal>"
 msgstr ""
 
@@ -817,11 +767,6 @@
 msgid "<literal>rotation</literal>"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:cell&gt;...&lt;/p:cell&gt; </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Document Constants"
@@ -1029,11 +974,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:barchart title=\"Bar Chart\" legend=\"true\" width=\"500\" height=\"500\"&gt; &lt;p:series key=\"Last Year\"&gt; &lt;p:data columnKey=\"Joe\" value=\"100\" /&gt; &lt;p:data columnKey=\"Bob\" value=\"120\" /&gt; &lt;/p:series&gt; &lt;p:series key=\"This Year\"&gt; &lt;p:data columnKey=\"Joe\" value=\"125\" /&gt; &lt;p:data columnKey=\"Bob\" value=\"115\" /&gt; &lt;/p:series&gt; &lt;/p:barchart&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:linechart&gt;</literal>"
 msgstr ""
 
@@ -1074,11 +1014,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:linechart title=\"Line Chart\" width=\"500\" height=\"500\"&gt; &lt;p:series key=\"Prices\"&gt; &lt;p:data columnKey=\"2003\" value=\"7.36\" /&gt; &lt;p:data columnKey=\"2004\" value=\"11.50\" /&gt; &lt;p:data columnKey=\"2005\" value=\"34.625\" /&gt; &lt;p:data columnKey=\"2006\" value=\"76.30\" /&gt; &lt;p:data columnKey=\"2007\" value=\"85.05\" /&gt; &lt;/p:series&gt; &lt;/p:linechart&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:piechart&gt;</literal>"
 msgstr ""
 
@@ -1194,11 +1129,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\"> &lt;p:piechart title=\"Pie Chart\" circular=\"false\" direction=\"anticlockwise\" startAngle=\"30\" labelGap=\"0.1\" labelLinkPaint=\"red\"&gt; &lt;p:series key=\"Prices\"&gt; &lt;p:data key=\"2003\" columnKey=\"2003\" value=\"7.36\" /&gt; &lt;p:data key=\"2004\" columnKey=\"2004\" value=\"11.50\" /&gt; &lt;p:data key=\"2005\" columnKey=\"2005\" value=\"34.625\" /&gt; &lt;p:data key=\"2006\" columnKey=\"2006\" value=\"76.30\" /&gt; &lt;p:data key=\"2007\" columnKey=\"2007\" value=\"85.05\" /&gt; &lt;/p:series&gt; &lt;/p:piechart&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:series&gt;</literal>"
 msgstr ""
 
@@ -1239,11 +1169,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:series key=\"data1\"&gt; &lt;ui:repeat value=\"#{data.pieData1}\" var=\"item\"&gt; &lt;p:data columnKey=\"#{item.name}\" value=\"#{item.value}\" /&gt; &lt;/ui:repeat&gt; &lt;/p:series&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:data&gt;</literal>"
 msgstr ""
 
@@ -1289,11 +1214,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:data key=\"foo\" value=\"20\" sectionPaint=\"#111111\" explodedPercent=\".2\" /&gt; &lt;p:data key=\"bar\" value=\"30\" sectionPaint=\"#333333\" /&gt; &lt;p:data key=\"baz\" value=\"40\" sectionPaint=\"#555555\" sectionOutlineStroke=\"my-dot-style\" /&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:color&gt;</literal>"
 msgstr ""
 
@@ -1324,11 +1244,6 @@
 
 #. Tag: para
 #, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:color id=\"foo\" color=\"#0ff00f\"/&gt; &lt;p:color id=\"bar\" color=\"#ff00ff\" color2=\"#00ff00\" point=\"50 50\" point2=\"300 300\"/&gt; </programlisting>"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "<literal>&lt;p:stroke&gt;</literal>"
 msgstr ""
 
@@ -1367,11 +1282,6 @@
 msgid "<literal>dashPhase</literal> — The dash phase indicates the point in the dash pattern that corresponds to the beginning of the stroke."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:stroke id=\"dot2\" width=\"2\" cap=\"round\" join=\"bevel\" dash=\"2 3\" /&gt; </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Bar codes"
@@ -1452,11 +1362,6 @@
 msgid "<literal>altText</literal> — The <literal>alt</literal> text for HTML image links."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:barCode type=\"code128\" barHeight=\"80\" textSize=\"20\" code=\"(10)45566(17)040301\" codeType=\"code128_ucc\" altText=\"My BarCode\" /&gt; </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Fill-in-forms"
@@ -1552,11 +1457,6 @@
 msgid "<literal>component</literal> — An expression whose value is a Swing or AWT component."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "<programlisting role=\"XHTML\">&lt;p:swing width=\"310\" height=\"120\" component=\"#{aButton}\" /&gt; </programlisting>"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Configuring iText"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jbpm.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jbpm.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jbpm.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jms.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jms.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Jms.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -64,7 +64,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Since the Seam API for the default <literal>ScheduledThreadPoolExecutor</literal>, the EJB3 <literal>Timer</literal>, and the Quartz <literal>Scheduler</literal> are very similar, you can \"plug and play\" by adding a line to <filename>components.xml</filename>. <!-- #modify: What line can you add? -->"
+msgid "Since the Seam API for the default <literal>ScheduledThreadPoolExecutor</literal>, the EJB3 <literal>Timer</literal>, and the Quartz <literal>Scheduler</literal> are very similar, you can \"plug and play\" by adding a line to <filename>components.xml</filename>."
 msgstr ""
 
 #. Tag: title
@@ -79,26 +79,16 @@
 
 #. Tag: para
 #, no-c-format
-msgid "For EJB components, annotate the local interface to specify that a method be processed asynchronously:"
+msgid "For EJB components, annotate the implementation of the bean to specify that a method be processed asynchronously. For JavaBean components, annotate the component implementation class:"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "For JavaBean components, you can also annotate the component class."
+msgid "Asynchronicity is transparent to the bean class. It is also transparent to the client:"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "The use of asynchronicity is transparent to the bean class:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It is also transparent to the client:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "The asynchronous method is processed in a fresh event context, and has no access to the session or conversation context state of the caller. However, the business process context <emphasis>is</emphasis> propagated."
 msgstr ""
 

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Mail.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Mail.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Mail.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -254,12 +254,12 @@
 
 #. Tag: title
 #, no-c-format
-msgid "Note"
+msgid "Distributed <filename>mail-ra.rar</filename> is a Technology Preview"
 msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "Distributed mail-ra.rar in Seam is designated as a technology preview so standard support is not guaranteed."
+msgid "Technology Preview features are not fully supported under Red Hat subscription level agreements (SLAs), may not be functionally complete, and are not intended for production use. However, these features provide early access to upcoming product innovations, enabling customers to test functionality and provide feedback during the development process. As Red Hat considers making future iterations of Technology Preview features generally available, we will provide commercially reasonable efforts to resolve any reported issues that customers experience when using these features."
 msgstr ""
 
 #. Tag: title
@@ -324,21 +324,6 @@
 
 #. Tag: title
 #, no-c-format
-msgid "Meldware"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Meldware (from <ulink url=\"http://buni.org\">buni.org</ulink>) is used as a mail server in Seam's mail examples. Meldware is a groupware package that provides <literal>SMTP</literal>, <literal>POP3</literal>, <literal>IMAP</literal>, webmail, a shared calendar and an graphical administration tool. It is written as a Java EE application, so it can be deployed onto JBoss AS alongside your Seam application."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "The version of Meldware distributed with Seam (downloaded on demand) is tailored for development — mailboxes, users and aliases (email addresses) are created every time the application deploys. To use Meldware in production, install the latest release from <ulink url=\"http://buni.org\">buni.org</ulink>."
-msgstr ""
-
-#. Tag: title
-#, no-c-format
 msgid "Tags"
 msgstr ""
 

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Migration.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Migration.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Migration.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -37,36 +37,6 @@
 msgid "In this section, we show you how to migrate from Seam 1.2.x to Seam 2.0. We also list the changes to Seam components between versions."
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "Seam 2.0 has been successfully tested in the following container environments:"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "JBoss 4.2"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "It is also possible to run Seam 2.0 on JBoss 4.0.5 by upgrading JavaServer Faces (JSF) to version 1.2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Apache Tomcat 6.0 — Tomcat 5.5 is <emphasis>not compatible</emphasis> with JSF 1.2."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "GlassFish 2.0"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "Oracle Containers for J2EE 11g (Technology Preview)"
-msgstr ""
-
 #. Tag: title
 #, no-c-format
 msgid "Migrating to JavaServer Faces 1.2"
@@ -349,7 +319,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "There are no longer any special configuration or packaging requirements for Tomcat deployment. To deploy with Tomcat, follow the instructions in the User Guide.<!-- #modify: The Tomcat UG, or the Seam UG? -->"
+msgid "There are no longer any special configuration or packaging requirements for Tomcat deployment. To deploy with Tomcat, follow the instructions in the User Guide."
 msgstr ""
 
 #. Tag: para
@@ -704,7 +674,7 @@
 
 #. Tag: para
 #, no-c-format
-msgid "The <emphasis>provided</emphasis> platform is now JBoss AS 4.2.3, so <literal>javaassist:javaassist</literal> and <literal>dom4j:dom4j</literal> are now marked as <emphasis>provided</emphasis>."
+msgid "The provided platform is now JBoss AS 5.1.0, so <literal>javaassist:javaassist</literal> and <literal>dom4j:dom4j</literal> are now marked as <emphasis>provided</emphasis>."
 msgstr ""
 
 #. Tag: title

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Performance.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Performance.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Performance.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Persistence.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Persistence.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Persistence.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Preface.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Preface.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Preface.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:53\n"
-"PO-Revision-Date: 2010-02-01T03:07:53\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
@@ -174,21 +174,11 @@
 
 #. Tag: para
 #, no-c-format
-msgid "Seam integrates the Java Persistence API and Hibernate 3 for persistence; the EJB Timer Service and Quartz for lightweight asychronicity; jBPM for workflow; JBoss Rules for business rules; <!-- Meldware Mail for email; --> Hibernate Search and Lucene for full text search; Java Message Service for messaging; and JBoss Cache for page fragment caching. Seam layers an innovative rule-based security framework over the Java Authentication and Authorization Service and JBoss Rules. It also includes JSF tag libraries for rendering PDF, outgoing email, charts and wikitext. Seam components can be called synchronously as a Web Service, asynchronously from client-side JavaScript or Google Web Toolkit, or directly from JSF."
+msgid "Seam integrates the Java Persistence API and Hibernate 3 for persistence; the EJB Timer Service and Quartz for lightweight asychronicity; jBPM for workflow; JBoss Rules for business rules; Hibernate Search and Lucene for full text search; Java Message Service for messaging; and JBoss Cache for page fragment caching. Seam layers an innovative rule-based security framework over the Java Authentication and Authorization Service and JBoss Rules. It also includes JSF tag libraries for rendering PDF, outgoing email, charts and wikitext. Seam components can be called synchronously as a Web Service, asynchronously from client-side JavaScript or Google Web Toolkit, or directly from JSF."
 msgstr ""
 
-#. Tag: term
-#, no-c-format
-msgid "<emphasis>Get started now!</emphasis>"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
-msgid "Seam works in any Java EE application server. Even if your environment does not support EJB3, you can use Seam's inbuilt transaction management with JPA or Hibernate3 for persistence, or deploy Embedded JBoss in Tomcat for full EJB3 support."
-msgstr ""
-
-#. Tag: para
-#, no-c-format
 msgid "Combining Seam, JSF and EJB3 is the simplest way to write a complex web application in Java."
 msgstr ""
 

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Remoting.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Remoting.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Remoting.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:54\n"
-"PO-Revision-Date: 2010-02-01T03:07:54\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Revision_History.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Revision_History.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Revision_History.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,16 +4,26 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:54\n"
-"PO-Revision-Date: 2010-02-01T03:07:54\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"
 "Content-Type: application/x-publican; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#. Tag: firstname
+#, no-c-format
+msgid "Laura"
+msgstr ""
+
+#. Tag: surname
+#, no-c-format
+msgid "Bailey"
+msgstr ""
+
 #. Tag: member
 #, no-c-format
-msgid "Initial draft."
+msgid "Updated RESTEasy section."
 msgstr ""
 

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Rss.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Rss.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Rss.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:54\n"
-"PO-Revision-Date: 2010-02-01T03:07:54\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"

Modified: projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Seam_Reference_Guide.pot
===================================================================
--- projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Seam_Reference_Guide.pot	2010-04-20 22:22:19 UTC (rev 104104)
+++ projects/docs/enterprise/5.0.1/Seam_Reference_Guide/pot/Seam_Reference_Guide.pot	2010-04-21 00:59:13 UTC (rev 104105)
@@ -4,8 +4,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: 0\n"
-"POT-Creation-Date: 2010-02-01T03:07:54\n"
-"PO-Revision-Date: 2010-02-01T03:07:54\n"
+"POT-Creation-Date: 2010-04-08T04:22:53\n"
+"PO-Revision-Date: 2010-04-08T04:22:53\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: None\n"
 "MIME-Version: 1.0\n"




More information about the jboss-cvs-commits mailing list