[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Peter Muir
peter at bleepbleep.org.uk
Tue Aug 28 07:25:20 EDT 2007
User: pmuir
Date: 07/08/28 07:25:20
Modified: doc/reference/en/modules configuration.xml
Log:
JBSEAM-1873
Revision Changes Path
1.59 +10 -12 jboss-seam/doc/reference/en/modules/configuration.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configuration.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- configuration.xml 14 Aug 2007 08:46:22 -0000 1.58
+++ configuration.xml 28 Aug 2007 11:25:20 -0000 1.59
@@ -421,8 +421,8 @@
<programlisting><![CDATA[my-application.ear/
jboss-seam.jar
+ lib/
jboss-el.jar
- jboss-el-api.jar
META-INF/
MANIFEST.MF
application.xml
@@ -454,12 +454,12 @@
RegisterBean.class
...]]></programlisting>
- <para> You must include <literal>jboss-seam.jar</literal>, <literal>jboss-el.jar</literal> and
- <literal>jboss-el-api.jar</literal> in the EAR classpath. Make sure you reference all of these JARs
- from <literal>application.xml</literal>. </para>
+ <para>
+ You should declare <literal>jboss-seam.jar</literal> as an ejb module in <literal>META-INF/application.xml</literal>;
+ <literal>jboss-el.jar</literal> should be placed in the EAR's lib directory (putting it in the EAR classpath.
+ </para>
- <para> If you want to use jBPM or Drools, you must include the needed jars in the EAR classpath. Make sure
- you reference all of the jars from <literal>application.xml</literal>. </para>
+ <para> If you want to use jBPM or Drools, you must include the needed jars in the EAR's lib directory.</para>
<para> If you want to use facelets (our recommendation), you must include
<literal>jsf-facelets.jar</literal> in the <literal>WEB-INF/lib</literal> directory of the WAR. </para>
@@ -788,8 +788,8 @@
<programlisting><![CDATA[my-application.ear/
jboss-seam.jar
+ lib/
jboss-el.jar
- jboss-el-api.jar
jbpm-3.1.jar
META-INF/
MANIFEST.MF
@@ -828,8 +828,6 @@
approveDocument.jpdl.xml
documentLifecycle.jpdl.xml]]></programlisting>
- <para> Remember to add <literal>jbpm-3.1.jar</literal> to the manifest of your EJB-JAR and WAR. </para>
-
</sect2>
</sect1>
More information about the jboss-cvs-commits
mailing list