[jboss-cvs] jboss-seam/src/test/integration/resources/WEB-INF ...
Norman Richards
norman.richards at jboss.com
Mon Oct 15 18:08:08 EDT 2007
User: nrichards
Date: 07/10/15 18:08:08
Modified: src/test/integration/resources/WEB-INF components.xml
Log:
/JBSEAM-2047
Revision Changes Path
1.2 +26 -16 jboss-seam/src/test/integration/resources/WEB-INF/components.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/test/integration/resources/WEB-INF/components.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- components.xml 8 Oct 2007 18:15:48 -0000 1.1
+++ components.xml 15 Oct 2007 22:08:08 -0000 1.2
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
+ xmlns:bpm="http://jboss.com/products/seam/bpm"
xmlns:core="http://jboss.com/products/seam/core"
xmlns:security="http://jboss.com/products/seam/security"
xmlns:persistence="http://jboss.com/products/seam/persistence"
xmlns:web="http://jboss.com/products/seam/web"
xmlns:framework="http://jboss.com/products/seam/framework"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
+ xsi:schemaLocation=
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
+ http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.0.xsd
http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
@@ -23,4 +26,11 @@
auto-create="true"
persistence-unit-jndi-name="java:/integrationEntityManagerFactory" />
+ <bpm:jbpm>
+ <bpm:process-definitions>
+ <value>testProcess1.jpdl.xml</value>
+ </bpm:process-definitions>
+ </bpm:jbpm>
+
+
</components>
More information about the jboss-cvs-commits
mailing list