[jboss-cvs] jboss-seam/examples/seambay/resources/WEB-INF ...
Shane Bryzak
sbryzak at redhat.com
Mon Aug 20 21:57:08 EDT 2007
User: sbryzak2
Date: 07/08/20 21:57:08
Modified: examples/seambay/resources/WEB-INF components.xml
Log:
scheduled auction ends
Revision Changes Path
1.12 +4 -0 jboss-seam/examples/seambay/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/examples/seambay/resources/WEB-INF/components.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- components.xml 10 Jul 2007 21:44:35 -0000 1.11
+++ components.xml 21 Aug 2007 01:57:08 -0000 1.12
@@ -4,6 +4,7 @@
xmlns:persistence="http://jboss.com/products/seam/persistence"
xmlns:security="http://jboss.com/products/seam/security"
xmlns:drools="http://jboss.com/products/seam/drools"
+ xmlns:async="http://jboss.com/products/seam/async"
xmlns:web="http://jboss.com/products/seam/web"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
@@ -11,6 +12,7 @@
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
http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
+ http://jboss.com/products/seam/async http://jboss.com/products/seam/async-2.0.xsd
http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd
http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd">
@@ -25,6 +27,8 @@
<persistence:managed-persistence-context name="entityManager" auto-create="true"
persistence-unit-jndi-name="java:/seambayEntityManagerFactory"/>
+ <async:quartz-dispatcher/>
+
<event type="org.jboss.seam.notLoggedIn">
<action expression="#{redirect.captureCurrentView}"/>
</event>
More information about the jboss-cvs-commits
mailing list