[seam-commits] Seam SVN: r9140 - trunk/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 24 12:02:26 EDT 2008


Author: manaRH
Date: 2008-09-24 12:02:26 -0400 (Wed, 24 Sep 2008)
New Revision: 9140

Modified:
   trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml
Log:
updated refdoc for weblogic

Modified: trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml	2008-09-24 11:36:17 UTC (rev 9139)
+++ trunk/doc/Seam_Reference_Guide/en-US/Weblogic.xml	2008-09-24 16:02:26 UTC (rev 9140)
@@ -745,7 +745,7 @@
                      </itemizedlist>
                   </listitem>
                </varlistentry>
-               <varlistentry>
+    <!--            <varlistentry>
                   <term>
                      <literal>resources/WEB-INF/web.xml</literal>
                   </term>
@@ -768,7 +768,7 @@
                         </listitem>
                      </itemizedlist>
                   </listitem>
-               </varlistentry>
+               </varlistentry> -->
             </variablelist>
          </section>
          <section>
@@ -795,11 +795,15 @@
                               to deploy. For some reason Weblogic needs
                               it in the
                               <literal>WAR</literal>
-                              when it scans the application.
+	when it scans the application. There is some weird issue with
+	configuration of JSF. As workaround add also jsf-impl.jar from seam
+	distribution into WEB-INF/lib directory.
+                              
                            </para>
                            <programlisting role="XML"><![CDATA[
 <fileset id="war.lib.extras" dir="${seam.dir}"> 
    <include name="lib/richfaces-api.jar" />
+    <include name="lib/jsf-impl.jar" />
 </fileset>]]></programlisting>
                         </listitem>
                         <listitem>




More information about the seam-commits mailing list