[seam-commits] Seam SVN: r7455 - in trunk/examples/groovybooking: resources and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Feb 19 18:43:13 EST 2008


Author: shane.bryzak at jboss.com
Date: 2008-02-19 18:43:13 -0500 (Tue, 19 Feb 2008)
New Revision: 7455

Removed:
   trunk/examples/groovybooking/resources/security.drl
Modified:
   trunk/examples/groovybooking/
   trunk/examples/groovybooking/resources/WEB-INF/components.xml
Log:
no rules file required


Property changes on: trunk/examples/groovybooking
___________________________________________________________________
Name: svn:ignore
   + dist
exploded-archives


Modified: trunk/examples/groovybooking/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/groovybooking/resources/WEB-INF/components.xml	2008-02-19 23:39:38 UTC (rev 7454)
+++ trunk/examples/groovybooking/resources/WEB-INF/components.xml	2008-02-19 23:43:13 UTC (rev 7455)
@@ -26,14 +26,9 @@
 
    <persistence:entity-manager-factory name="groovyEntityManagerFactory" 
                persistence-unit-name="groovy"/>
-   
-   <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}"
-                              remember-me="true"/>
+                      remember-me="true"/>
                               
    <event type="org.jboss.seam.security.notLoggedIn">
        <action execute="#{redirect.captureCurrentView}"/>

Deleted: trunk/examples/groovybooking/resources/security.drl
===================================================================
(Binary files differ)




More information about the seam-commits mailing list