[jboss-cvs] jboss-seam/examples/mail/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Thu Feb 8 04:11:30 EST 2007
User: gavin
Date: 07/02/08 04:11:30
Modified: examples/mail/resources/WEB-INF components.xml pages.xml
Removed: examples/mail/resources/WEB-INF exceptions.xml
Log:
update xml
Revision Changes Path
1.4 +11 -6 jboss-seam/examples/mail/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/mail/resources/WEB-INF/components.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- components.xml 2 Feb 2007 16:49:09 -0000 1.3
+++ components.xml 8 Feb 2007 09:11:30 -0000 1.4
@@ -1,16 +1,21 @@
-<components xmlns:pay="http://jboss.com/products/seam/examples/seampay"
+<components xmlns="http://jboss.com/products/seam/components"
xmlns:core="http://jboss.com/products/seam/core"
- xmlns:framework="http://jboss.com/products/seam/framework"
- xmlns:mail="http://jboss.com/products/seam/mail">
+ xmlns:mail="http://jboss.com/products/seam/mail"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation=
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd
+ http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.1.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
+
<core:init debug="true" jndi-pattern="@jndiPattern@" />
<core:ejb installed="@embeddedEjb@" />
- <!-- If you need to alter the SMTP gateway, comment out this mailSession, -->
- <mail:mailSession host="localhost" port="2525" username="seam" password="seam" />
+ <!-- If you need to alter the SMTP gateway, comment out this mail-session, -->
+ <mail:mail-session host="localhost" port="2525" username="seam" password="seam" />
<!-- uncomment this one and set the host attribute to the name or IP address of your SMTP gateway-->
- <!-- <mail:mailSession host="smtp.foo.com" />-->
+ <!-- <mail:mail-session host="smtp.foo.com" />-->
</components>
1.2 +4 -1 jboss-seam/examples/mail/resources/WEB-INF/pages.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pages.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/mail/resources/WEB-INF/pages.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pages.xml 21 Jan 2007 14:41:54 -0000 1.1
+++ pages.xml 8 Feb 2007 09:11:30 -0000 1.2
@@ -3,5 +3,8 @@
"http://jboss.com/products/seam/pages-1.1.dtd">
<pages>
-
+ <exception>
+ <end-conversation/>
+ <redirect view-id="/error.xhtml"/>
+ </exception>
</pages>
More information about the jboss-cvs-commits
mailing list