You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/18 20:03:40 UTC

svn commit: r586043 - /geronimo/samples/trunk/samples/timereport/timereport-ear/src/main/resources/TimeReportPool.xml

Author: gawor
Date: Thu Oct 18 11:03:39 2007
New Revision: 586043

URL: http://svn.apache.org/viewvc?rev=586043&view=rev
Log:
clean up the dd a bit

Modified:
    geronimo/samples/trunk/samples/timereport/timereport-ear/src/main/resources/TimeReportPool.xml

Modified: geronimo/samples/trunk/samples/timereport/timereport-ear/src/main/resources/TimeReportPool.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/timereport/timereport-ear/src/main/resources/TimeReportPool.xml?rev=586043&r1=586042&r2=586043&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/timereport/timereport-ear/src/main/resources/TimeReportPool.xml (original)
+++ geronimo/samples/trunk/samples/timereport/timereport-ear/src/main/resources/TimeReportPool.xml Thu Oct 18 11:03:39 2007
@@ -13,11 +13,9 @@
                 <dep:artifactId>j2ee-security</dep:artifactId>
                 <dep:type>car</dep:type>
             </dep:dependency>
-			
             <dep:dependency>
                 <dep:groupId>org.apache.geronimo.configs</dep:groupId>
                 <dep:artifactId>system-database</dep:artifactId>
-                <dep:version>2.0.1</dep:version>
                 <dep:type>car</dep:type>
             </dep:dependency>
         </dep:dependencies>
@@ -52,7 +50,7 @@
 		</reference>
 		<xml-reference name="LoginModuleConfiguration">
 			<log:login-config xmlns:log="http://geronimo.apache.org/xml/ns/loginconfig-1.1">
-				<log:login-module control-flag="REQUIRED" server-side="true" wrap-principals="false">
+				<log:login-module control-flag="REQUIRED" wrap-principals="false">
 					<log:login-domain-name>TimeReportRealm</log:login-domain-name>
 					<log:login-module-class>org.apache.geronimo.security.realm.providers.SQLLoginModule</log:login-module-class>
 					<log:option name="jdbcDriver">org.apache.derby.jdbc.EmbeddedDriver</log:option>