[jboss-cvs] jboss-seam/src/main/META-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 23 09:51:45 EST 2007


  User: sbryzak2
  Date: 07/01/23 09:51:45

  Modified:    src/main/META-INF  components.xml
  Log:
  created security alias
  
  Revision  Changes    Path
  1.12      +2 -0      jboss-seam/src/main/META-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/META-INF/components.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	9 Jan 2007 11:50:37 -0000	1.11
  +++ components.xml	23 Jan 2007 14:51:45 -0000	1.12
  @@ -57,5 +57,7 @@
     <factory scope="stateless" auto-create="true" name="topicSession" value="#{org.jboss.seam.jms.topicSession}"/>
   
     <factory scope="stateless" auto-create="true" name="mailSession" value="#{org.jboss.seam.mail.mailSession}"/>
  +  <factory scope="stateless" auto-create="true" name="security" value="#{org.jboss.seam.security}"/>
     <factory scope="stateless" auto-create="true" name="identity" value="#{org.jboss.seam.security.identity}"/>
  +
   </components>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list