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

Peter Muir peter at bleepbleep.org.uk
Wed Apr 18 09:48:19 EDT 2007


  User: pmuir   
  Date: 07/04/18 09:48:19

  Modified:    trinidad/examples/seamdiscs/resources/WEB-INF 
                        components.xml
  Log:
  Remove drools and jbpm
  
  Revision  Changes    Path
  1.4       +1 -11     jboss-seam/trinidad/examples/seamdiscs/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/trinidad/examples/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components.xml	18 Apr 2007 13:07:58 -0000	1.3
  +++ components.xml	18 Apr 2007 13:48:19 -0000	1.4
  @@ -1,15 +1,11 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
   	xmlns:core="http://jboss.com/products/seam/core"
  -	xmlns:drools="http://jboss.com/products/seam/drools"
   	xmlns:security="http://jboss.com/products/seam/security"
  -	xmlns:mail="http://jboss.com/products/seam/mail"
   	xmlns:framework="http://jboss.com/products/seam/framework"
   	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   	xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.2.xsd
                    http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.2.xsd
  -                 http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.2.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd 
                    http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-1.2.xsd">
   
  @@ -25,15 +21,9 @@
   
   	<core:ejb installed="@embeddedEjb@" />
   
  -	<drools:rule-base name="securityRules">
  -		<drools:rule-files>
  -			<value>/security.drl</value>
  -		</drools:rule-files>
  -	</drools:rule-base>
   
   	<security:identity
  -		authenticate-method="#{authenticator.authenticate}"
  -		security-rules="#{securityRules}" />
  +		authenticate-method="#{authenticator.authenticate}" />
   
       <event type="org.jboss.seam.notLoggedIn">
           <action expression="#{redirect.captureCurrentView}"/>
  
  
  



More information about the jboss-cvs-commits mailing list