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

Peter Muir peter at bleepbleep.org.uk
Mon Apr 23 18:26:58 EDT 2007


  User: pmuir   
  Date: 07/04/23 18:26:58

  Modified:    examples/mail/resources/WEB-INF  components.xml
  Log:
  JBSEAM-1170, overhaul Meldware
  
  Revision  Changes    Path
  1.9       +12 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- components.xml	1 Mar 2007 16:25:38 -0000	1.8
  +++ components.xml	23 Apr 2007 22:26:58 -0000	1.9
  @@ -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, -->
  @@ -18,4 +19,15 @@
       <!-- uncomment this one and set the host attribute to the name or IP address of your SMTP gateway-->
       <!-- <mail:mail-session host="smtp.foo.com" />-->
      
  +    <!-- Configure meldware -->
  +    <mail:meldware>
  +    	<mail:users>
  +    		<value>#{meldwareUser.test}</value>
  +		</mail:users>
  +    </mail:meldware>
  +    
  +    <!-- Meldware users -->
  +    
  +   	<mail:meldware-user name="meldwareUser.test" username="test" password="test" />
  +   
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list