[jboss-cvs] JBossAS SVN: r105681 - projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 3 18:33:54 EDT 2010


Author: misty at redhat.com
Date: 2010-06-03 18:33:53 -0400 (Thu, 03 Jun 2010)
New Revision: 105681

Modified:
   projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Migration.xml
   projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Tutorial.xml
Log:
Misc fixes


Modified: projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Migration.xml
===================================================================
--- projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Migration.xml	2010-06-03 21:19:52 UTC (rev 105680)
+++ projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Migration.xml	2010-06-03 22:33:53 UTC (rev 105681)
@@ -178,13 +178,13 @@
                <para>Replace <literal><![CDATA[<core:resource-bundle/>]]></literal> with <literal><![CDATA[<core:resource-loader/>]]></literal>.</para>
             </listitem>
          </itemizedlist>
-         <note>
+	 <example>
+	   <title><filename>components.xml</filename> Notes</title>
             <para>
                Seam transaction management is now enabled by default. It is now controlled by <filename>components.xml</filename> instead of a JSF phase listener declaration in <filename>faces-config.xml</filename>. To disable Seam-managed transactions, use the following:
             </para>
-<programlisting language="XML" role="XML"><![CDATA[<core:init transaction-management-enabled="false"/>]]></programlisting>
-         </note>
-         <note>
+	    <programlisting language="XML" role="XML"><![CDATA[<core:init transaction-management-enabled="false"/>]]></programlisting>
+
             <para>
                The <varname>expression</varname> attribute on <literal>event</literal> <literal>action</literal>s has been deprecated in favour of <literal>execute</literal>. For example:
             </para>
@@ -194,7 +194,7 @@
 <event type="org.jboss.seam.loginSuccessful">
   <action execute="#{redirect.returnToCapturedView}"/>
 </event>]]></programlisting>
-         </note>
+	 </example>
          <para>
             In Seam 2.1, security events use the <literal>org.jboss.seam.security></literal> prefix instead of <literal>org.jboss.seam</literal>. (For example, <literal>org.jboss.seam.security.notLoggedIn</literal>.)
          </para>

Modified: projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Tutorial.xml
===================================================================
--- projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Tutorial.xml	2010-06-03 21:19:52 UTC (rev 105680)
+++ projects/docs/enterprise/EAP/trunk/5.x/Seam_Reference_Guide/en-US/Tutorial.xml	2010-06-03 22:33:53 UTC (rev 105681)
@@ -2857,7 +2857,7 @@
 		<!--  <example>
 				<title></title> -->
 				 <!--  Can't use code hightlighting with callouts  --> <!-- <programlistingco> <areaspec> <area id="blog-seampc" coords="7"/> <area id="blog-unwrap" coords="9"/> </areaspec> --> 
-<programlisting language="XML" role="XML"><![CDATA[@Name("blog")
+<programlisting language="Java" role="JAVA"><![CDATA[@Name("blog")
 @Scope(ScopeType.STATELESS)
 @AutoCreate
 public class BlogService {




More information about the jboss-cvs-commits mailing list