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

Peter Muir peter at bleepbleep.org.uk
Fri Feb 2 11:49:09 EST 2007


  User: pmuir   
  Date: 07/02/02 11:49:09

  Modified:    examples/mail/resources/WEB-INF   components.xml
  Added:       examples/mail/resources/WEB-INF   components.properties
  Log:
  JBSEAM-694 Bundle meldware (SMTP component) from buni.org with mail example
  
  Revision  Changes    Path
  1.3       +6 -1      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- components.xml	21 Jan 2007 16:13:04 -0000	1.2
  +++ components.xml	2 Feb 2007 16:49:09 -0000	1.3
  @@ -6,6 +6,11 @@
       <core:init debug="true" jndi-pattern="@jndiPattern@" />
       <core:ejb installed="@embeddedEjb@" /> 
       
  -    <!--  <mail:mailSession host="smtp.example.com" />-->
  +     <!-- If you need to alter the SMTP gateway, comment out this mailSession, -->
  +    <mail:mailSession 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" />-->
  +   
       
   </components>
  
  
  
  1.1      date: 2007/02/02 16:49:09;  author: pmuir;  state: Exp;jboss-seam/examples/mail/resources/WEB-INF/components.properties
  
  Index: components.properties
  ===================================================================
  embeddedEjb true
  jndiPattern #{ejbName}/local
  
  



More information about the jboss-cvs-commits mailing list