[jboss-cvs] jboss-seam/examples/mail/resources/WEB-INF ...

Peter Muir peter at bleepbleep.org.uk
Thu Mar 1 11:25:38 EST 2007


  User: pmuir   
  Date: 07/03/01 11:25:38

  Modified:    examples/mail/resources/WEB-INF  components.xml
  Log:
  Add async send to mail example
  
  Revision  Changes    Path
  1.8       +1 -0      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	27 Feb 2007 07:16:48 -0000	1.7
  +++ components.xml	1 Mar 2007 16:25:38 -0000	1.8
  @@ -10,6 +10,7 @@
   
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
       <core:ejb installed="@embeddedEjb@" /> 
  +    <core:dispatcher />
       
        <!-- If you need to alter the SMTP gateway, comment out this mail-session, -->
       <mail:mail-session host="localhost" port="2525" username="test" password="test" />
  
  
  



More information about the jboss-cvs-commits mailing list