You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by tv...@apache.org on 2007/05/05 08:58:51 UTC

svn commit: r535465 [24/49] - in /jakarta/turbine/fulcrum/trunk: ./ bsf/ bsf/src/java/org/apache/fulcrum/bsf/ bsf/src/test/ bsf/xdocs/ cache/ cache/src/java/org/apache/fulcrum/cache/ cache/src/java/org/apache/fulcrum/cache/impl/ cache/src/test/ cache/s...

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/ACLComponentConfig.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/ACLComponentConfig.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/ACLComponentConfig.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/ACLComponentConfig.xml Fri May  4 23:58:06 2007
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <componentConfig>
-    <acl/>      
-</componentConfig>
\ No newline at end of file
+    <acl/>
+</componentConfig>

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/BasicACLRoleConfig.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/BasicACLRoleConfig.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/BasicACLRoleConfig.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/BasicACLRoleConfig.xml Fri May  4 23:58:06 2007
@@ -1,7 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <!-- This configuration file for Avalon components is used for testing the TestComponent -->
 <role-list>
     <role
         name="org.apache.fulcrum.security.model.ACLFactory"
         shorthand="acl"
         default-class="org.apache.fulcrum.security.model.basic.BasicACLFactory"/>
-</role-list>
\ No newline at end of file
+</role-list>

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoAuthenticator.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoAuthenticator.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoAuthenticator.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoAuthenticator.xml Fri May  4 23:58:06 2007
@@ -1,23 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <my-system>
-  
-  
+
+
   <component
     role="org.apache.fulcrum.security.authenticator.Authenticator"
-    class="org.apache.fulcrum.security.authenticator.CryptoAuthenticator">   
+    class="org.apache.fulcrum.security.authenticator.CryptoAuthenticator">
       <algorithm>java</algorithm>
       <cipher>SHA1</cipher>
-  </component> 
-  
+  </component>
+
    <component
     role="org.apache.fulcrum.crypto.CryptoService"
-    class="org.apache.fulcrum.crypto.DefaultCryptoService">   
+    class="org.apache.fulcrum.crypto.DefaultCryptoService">
  	<algorithm>
       	<unix>org.apache.fulcrum.crypto.provider.UnixCrypt</unix>
         <clear>org.apache.fulcrum.crypto.provider.ClearCrypt</clear>
-        <java>org.apache.fulcrum.crypto.provider.JavaCrypt</java>   
-        <oldjava>org.apache.fulcrum.crypto.provider.OldJavaCrypt</oldjava>                         
-      </algorithm>    
-  </component>   
+        <java>org.apache.fulcrum.crypto.provider.JavaCrypt</java>
+        <oldjava>org.apache.fulcrum.crypto.provider.OldJavaCrypt</oldjava>
+      </algorithm>
+  </component>
+
 
- 
-</my-system>
\ No newline at end of file
+</my-system>

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoComponentConfig.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoComponentConfig.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoComponentConfig.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoComponentConfig.xml Fri May  4 23:58:06 2007
@@ -1,17 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <componentConfig>
 
-               
+
   <authenticator>
       <algorithm>java</algorithm>
       <cipher>SHA1</cipher>
 </authenticator>
-  
-   <crypto>   
+
+   <crypto>
  	<algorithm>
       	<unix>org.apache.fulcrum.crypto.provider.UnixCrypt</unix>
         <clear>org.apache.fulcrum.crypto.provider.ClearCrypt</clear>
-        <java>org.apache.fulcrum.crypto.provider.JavaCrypt</java>   
-        <oldjava>org.apache.fulcrum.crypto.provider.OldJavaCrypt</oldjava>                         
-      </algorithm>    
-  </crypto>            
-</componentConfig>
\ No newline at end of file
+        <java>org.apache.fulcrum.crypto.provider.JavaCrypt</java>
+        <oldjava>org.apache.fulcrum.crypto.provider.OldJavaCrypt</oldjava>
+      </algorithm>
+  </crypto>
+</componentConfig>

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoRoleConfig.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoRoleConfig.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoRoleConfig.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/CryptoRoleConfig.xml Fri May  4 23:58:06 2007
@@ -1,13 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <!-- This configuration file for Avalon components is used for testing the TestComponent -->
 <role-list>
     <role
         name="org.apache.fulcrum.crypto.CryptoService"
         shorthand="crypto"
         default-class="org.apache.fulcrum.crypto.DefaultCryptoService"
-    />  
+    />
     <role
         name="org.apache.fulcrum.security.authenticator.Authenticator"
         shorthand="authenticator"
         default-class="org.apache.fulcrum.security.authenticator.CryptoAuthenticator"
     />
-</role-list>
\ No newline at end of file
+</role-list>

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACL.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACL.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACL.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACL.xml Fri May  4 23:58:06 2007
@@ -1,6 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <my-system>
   <component
     role="org.apache.fulcrum.security.model.ACLFactory"
-    class="org.apache.fulcrum.security.model.dynamic.DynamicACLFactory">   
-  </component> 
-</my-system>
\ No newline at end of file
+    class="org.apache.fulcrum.security.model.dynamic.DynamicACLFactory">
+  </component>
+</my-system>

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACLRoleConfig.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACLRoleConfig.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACLRoleConfig.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/DynamicACLRoleConfig.xml Fri May  4 23:58:06 2007
@@ -1,7 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <!-- This configuration file for Avalon components is used for testing the TestComponent -->
 <role-list>
     <role
         name="org.apache.fulcrum.security.model.ACLFactory"
         shorthand="acl"
         default-class="org.apache.fulcrum.security.model.dynamic.DynamicACLFactory"/>
-</role-list>
\ No newline at end of file
+</role-list>

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/Log4j.properties
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/Log4j.properties?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/Log4j.properties (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/Log4j.properties Fri May  4 23:58:06 2007
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 # ------------------------------------------------------------------------
 #
 # Logging Configuration
@@ -24,11 +40,11 @@
 log4j.category.avalon = INFO, avalon
 log4j.additivity.avalon = false
 
-########################################################################
+# #######################################################################
 #
 # Logfile definitions
 #
-########################################################################
+# #######################################################################
 
 #
 # turbine.log
@@ -41,7 +57,7 @@
 
 #
 # torque.log
-# 
+#
 log4j.appender.torque = org.apache.log4j.FileAppender
 log4j.appender.torque.file = target/torque.log
 log4j.appender.torque.layout = org.apache.log4j.PatternLayout
@@ -60,31 +76,31 @@
 
 
 # BEGIN HIBERNATE SECTION
-### direct log messages to stdout ###
+# ## direct log messages to stdout ###
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.Target=System.out
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
 
-### direct messages to file hibernate.log ###
-#log4j.appender.file=org.apache.log4j.FileAppender
-#log4j.appender.file.File=hibernate.log
-#log4j.appender.file.layout=org.apache.log4j.PatternLayout
-#log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
+# ## direct messages to file hibernate.log ###
+# log4j.appender.file=org.apache.log4j.FileAppender
+# log4j.appender.file.File=hibernate.log
+# log4j.appender.file.layout=org.apache.log4j.PatternLayout
+# log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n
 
-### set log levels - for more verbose logging change 'info' to 'debug' ##
+# ## set log levels - for more verbose logging change 'info' to 'debug' ##
 
 log4j.rootLogger=warn, stdout
 
 log4j.logger.net.sf.hibernate=warn
 
-### enable the following line if you want to track down connection ###
-### leakages when using DriverManagerConnectionProvider ###
-#log4j.logger.net.sf.hibernate.connection.DriverManagerConnectionProvider=trace
+# ## enable the following line if you want to track down connection ###
+# ## leakages when using DriverManagerConnectionProvider ###
+# log4j.logger.net.sf.hibernate.connection.DriverManagerConnectionProvider=trace
 
-### log JDBC bind parameters ###
+# ## log JDBC bind parameters ###
 log4j.logger.net.sf.hibernate.type=info
 
-### log prepared statement cache activity ###
+# ## log prepared statement cache activity ###
 log4j.logger.net.sf.hibernate.ps.PreparedStatementCache=info
 

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/CryptoAuthenticatorTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/CryptoAuthenticatorTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/CryptoAuthenticatorTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/CryptoAuthenticatorTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.authenticator;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import org.apache.fulcrum.security.entity.User;

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/NoOpAuthenticatorTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/NoOpAuthenticatorTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/NoOpAuthenticatorTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/NoOpAuthenticatorTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.authenticator;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import junit.framework.TestCase;

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/TextMatchAuthenticatorTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/TextMatchAuthenticatorTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/TextMatchAuthenticatorTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/authenticator/TextMatchAuthenticatorTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.authenticator;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import junit.framework.TestCase;

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/entity/impl/SecurityEntityImplTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/entity/impl/SecurityEntityImplTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/entity/impl/SecurityEntityImplTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/entity/impl/SecurityEntityImplTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.entity.impl;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import junit.framework.TestCase;
 
@@ -25,7 +28,7 @@
  */
 public class SecurityEntityImplTest extends TestCase
 {
-    
+
     /**
     	* Constructor for SecurityEntityImplTest.
     	* @param arg0
@@ -34,7 +37,7 @@
     {
         super(arg0);
     }
-    
+
     /**
      * Make sure lowercasing logic works properly.
      * @throws Exception
@@ -54,6 +57,6 @@
 		catch(InvalidParameterException ipe){
 		    //good
 		}
-	*/	
+	*/
     }
 }

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/model/ACLFactoryTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/model/ACLFactoryTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/model/ACLFactoryTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/model/ACLFactoryTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.model;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import org.apache.fulcrum.security.acl.AccessControlList;

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/GroupSetTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/GroupSetTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/GroupSetTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/GroupSetTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.util;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import junit.framework.TestCase;
@@ -31,7 +34,7 @@
 
     /**
 	 * Defines the testcase name for JUnit.
-	 * 
+	 *
 	 * @param name the testcase's name.
 	 */
     public GroupSetTest(String name)
@@ -45,9 +48,9 @@
 
     public void testNullGroup() throws Exception {
         GroupSet groupSet = new GroupSet();
-        assertFalse(groupSet.contains(null));             
+        assertFalse(groupSet.contains(null));
     }
-    
+
     public void testAddGroups() throws Exception
     {
         Group group = new DynamicGroupImpl();
@@ -72,7 +75,7 @@
         assertTrue(groupSet.contains(group2));
         assertTrue(groupSet.contains(group3));
         assertTrue(groupSet.contains(group));
-        
+
         Role role = new DynamicRoleImpl();
         role.setName("role");
         role.setId("role");
@@ -89,7 +92,7 @@
         }
         catch (ClassCastException cce){
             assertTrue(cce.getMessage().indexOf("GroupSet")>-1);
-        }        
+        }
     }
 
     public void testGroupSetWithSubclass() throws Exception

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/RoleSetTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/RoleSetTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/RoleSetTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/RoleSetTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.util;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import junit.framework.TestCase;
@@ -29,7 +32,7 @@
 
     /**
 	 * Defines the testcase name for JUnit.
-	 * 
+	 *
 	 * @param name the testcase's name.
 	 */
     public RoleSetTest(String name)
@@ -43,9 +46,9 @@
 
     public void testNullRole() throws Exception {
         RoleSet roleSet = new RoleSet();
-        assertFalse(roleSet.contains(null));             
+        assertFalse(roleSet.contains(null));
     }
-    
+
     public void testAddRoles() throws Exception
     {
         Role role = new DynamicRoleImpl();

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/SecuritySetTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/SecuritySetTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/SecuritySetTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/SecuritySetTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.util;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import junit.framework.TestCase;
 
@@ -21,7 +24,7 @@
 /**
  * Test using a SecuritySet.  Useing various subclasses since it is
  * Abstract.
- * 
+ *
  * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
  * @version $Id$
  */
@@ -30,7 +33,7 @@
 
     /**
      * Defines the testcase name for JUnit.
-     * 
+     *
      * @param name the testcase's name.
      */
     public SecuritySetTest(String name)
@@ -100,8 +103,8 @@
         g.setName("Michael");
         g.setId("Michael");
         assertTrue(securitySet.add(g));
-    }    
-    
+    }
+
     private SecuritySet getTestData()
     {
         SecuritySet securitySet = new GroupSet();
@@ -119,6 +122,6 @@
 
         return securitySet;
     }
-    
- 
+
+
 }

Modified: jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/UserSetTest.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/UserSetTest.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/UserSetTest.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/src/test/org/apache/fulcrum/security/util/UserSetTest.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.util;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import junit.framework.TestCase;
@@ -20,7 +23,7 @@
 import org.apache.fulcrum.security.entity.User;
 import org.apache.fulcrum.security.model.dynamic.entity.impl.DynamicUserImpl;
 /**
- * 
+ *
  * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
  * @version $Id$
  */
@@ -29,7 +32,7 @@
 
     /**
 	 * Defines the testcase name for JUnit.
-	 * 
+	 *
 	 * @param name the testcase's name.
 	 */
     public UserSetTest(String name)

Modified: jakarta/turbine/fulcrum/trunk/security/api/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/api/xdocs/navigation.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/api/xdocs/navigation.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/api/xdocs/navigation.xml Fri May  4 23:58:06 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 
 <!DOCTYPE project [
 <!ENTITY security-nav SYSTEM "../../incl_nav.xml">
@@ -7,9 +25,9 @@
   name="Secuirty"
   href="http://jakarta.apache.org/turbine/fulcrum/sites/security.html/">
 
-  
+
 
 &security-nav;
 
 </project>
-    
\ No newline at end of file
+

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/maven.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/maven.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/maven.xml Fri May  4 23:58:06 2007
@@ -1,4 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <project default="jar:jar" xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util">
 
 
-</project>
\ No newline at end of file
+</project>

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/project.properties
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/project.properties?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/project.properties (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/project.properties Fri May  4 23:58:06 2007
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 maven.multiproject.type=jar
 maven.junit.usefile=true
 maven.junit.fork=true

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/project.xml Fri May  4 23:58:06 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
 <project>
   <extend>${basedir}/../project.xml</extend>
   <id>fulcrum-security-hibernate</id>
@@ -6,28 +24,28 @@
 
   <dependencies>
     <dependency>
-      <groupId>fulcrum</groupId>   
+      <groupId>fulcrum</groupId>
       <artifactId>fulcrum-security-api</artifactId>
       <version>1.0.8-dev</version>
-    </dependency>   
+    </dependency>
     <dependency>
-      <groupId>fulcrum</groupId>   
+      <groupId>fulcrum</groupId>
       <artifactId>fulcrum-crypto</artifactId>
       <version>1.0.5</version>
-    </dependency>  
-    
+    </dependency>
+
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
       <version>3.1</version>
-    </dependency>      
+    </dependency>
     <dependency>
       <groupId>cryptix</groupId>
       <artifactId>cryptix</artifactId>
       <version>3.2.0</version>
       <url>http://www.cryptix.org/</url>
-    </dependency>    
-    
+    </dependency>
+
 <!-- Needed for the Hibernate SPI -->
      <dependency>
        <groupId>commons-beanutils</groupId>
@@ -35,70 +53,70 @@
        <version>1.6.1</version>
      </dependency>
      <dependency>
-       <groupId>mckoi</groupId>      
-       <artifactId>mckoi</artifactId>             
+       <groupId>mckoi</groupId>
+       <artifactId>mckoi</artifactId>
        <version>1.0.2</version>
-     </dependency>    
+     </dependency>
      <dependency>
-       <groupId>hsqldb</groupId>      
-       <artifactId>hsqldb</artifactId>      
+       <groupId>hsqldb</groupId>
+       <artifactId>hsqldb</artifactId>
        <version>1.8.0.1</version>
-     </dependency>    
+     </dependency>
      <dependency>
-       <groupId>hibernate</groupId>      
-       <artifactId>hibernate</artifactId>      
+       <groupId>hibernate</groupId>
+       <artifactId>hibernate</artifactId>
        <version>2.1.6</version>
      </dependency>
 	<dependency>
-      <groupId>ehcache</groupId>      
-      <artifactId>ehcache</artifactId>            
-      <version>1.2beta4</version> 
-      <url>http://ehcache.sf.net</url> 
-    </dependency>             
+      <groupId>ehcache</groupId>
+      <artifactId>ehcache</artifactId>
+      <version>1.2beta4</version>
+      <url>http://ehcache.sf.net</url>
+    </dependency>
     <dependency>
       <groupId>hibernate</groupId>
       <artifactId>hibernate-avalon-api</artifactId>
-      <version>0.4</version> 
-      <url>http://hibernate.org/101.html</url>          
-    </dependency> 
+      <version>0.4</version>
+      <url>http://hibernate.org/101.html</url>
+    </dependency>
     <dependency>
       <groupId>hibernate</groupId>
       <artifactId>hibernate-avalon-impl</artifactId>
-      <version>0.4</version>    
-      <url>http://hibernate.org/101.html</url>        
-    </dependency>                 
+      <version>0.4</version>
+      <url>http://hibernate.org/101.html</url>
+    </dependency>
     <dependency>
-       <groupId>odmg</groupId>      
-       <artifactId>odmg</artifactId>      
+       <groupId>odmg</groupId>
+       <artifactId>odmg</artifactId>
        <version>3.0</version>
-    </dependency>                  
+    </dependency>
     <dependency>
-      <groupId>cglib</groupId>      
-      <artifactId>cglib</artifactId>            
+      <groupId>cglib</groupId>
+      <artifactId>cglib</artifactId>
       <version>2.0.1</version>
-      <url>http://cglib.sf.net</url>  
+      <url>http://cglib.sf.net</url>
     </dependency>
     <dependency>
-      <groupId>asm</groupId>      
-      <artifactId>asm</artifactId>            
+      <groupId>asm</groupId>
+      <artifactId>asm</artifactId>
       <version>1.4.1</version>
-      <url>http://www.objectweb.org/asm</url>  
+      <url>http://www.objectweb.org/asm</url>
     </dependency>
 
     <dependency>
-      <groupId>javax.transaction</groupId>      
-      <artifactId>jta</artifactId>            
+      <groupId>javax.transaction</groupId>
+      <artifactId>jta</artifactId>
       <version>1.0.1B</version>
       <url>http://java.sun.com/products/jta/</url>
-    </dependency>  
+    </dependency>
 
     <dependency>
-       <groupId>dom4j</groupId>      
-       <artifactId>dom4j</artifactId>      
+       <groupId>dom4j</groupId>
+       <artifactId>dom4j</artifactId>
        <version>1.6.1</version>
        <url>http://www.dom4j.org/</url>
-    </dependency>                 
- 
+    </dependency>
+
   </dependencies>
   <build>
     <sourceDirectory>${basedir}/src/java/</sourceDirectory>
@@ -118,8 +136,8 @@
             <include>**/*.*</include>
           </includes>
         </resource>
-      </resources>      
-    </unitTest>   
+      </resources>
+    </unitTest>
   </build>
 
 </project>

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateGroupManagerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateGroupManagerImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateGroupManagerImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateGroupManagerImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import java.util.List;
 
@@ -203,7 +206,7 @@
 
     /**
      * Retrieve a Group object with specified id.
-     * 
+     *
      * @param id
      *            the id of the Group.
      * @return an object representing the Group with specified id.
@@ -214,7 +217,7 @@
      */
     public Group getGroupById(Object id)
 	throws DataBackendException, UnknownEntityException {
-    	
+
     	Group group = null;
 
     	if (id != null)
@@ -229,15 +232,15 @@
     						"Could not find group by id " + id);
     			}
     			group = (Group) groups.get(0);
-    			
+
     		} catch (HibernateException e) {
     			throw new DataBackendException(
     					"Error retriving group information",
 						e);
     		}
-    		
+
     		return group;
     }
-    
-    
-}
\ No newline at end of file
+
+
+}

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernatePermissionManagerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernatePermissionManagerImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernatePermissionManagerImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernatePermissionManagerImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import java.util.List;
 
@@ -30,10 +33,10 @@
  * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
  * @version $Id$
  */
-public class HibernatePermissionManagerImpl extends AbstractPermissionManager 
+public class HibernatePermissionManagerImpl extends AbstractPermissionManager
 {
 	private PersistenceHelper persistenceHelper;
-    
+
     /**
     * Retrieves all permissions defined in the system.
     *
@@ -46,10 +49,10 @@
         PermissionSet permissionSet = new PermissionSet();
         try
         {
-            
+
             List permissions = getPersistenceHelper().retrieveSession().find("from " + Permission.class.getName() + "");
             permissionSet.add(permissions);
-	
+
         }
         catch (HibernateException e)
         {
@@ -95,10 +98,10 @@
         List permissions;
         try
         {
-        
+
             permissions =
 			getPersistenceHelper().retrieveSession().find("from " + Permission.class.getName() + " sp where sp.name=?", permissionName, Hibernate.STRING);
-		
+
         }
         catch (HibernateException e)
         {
@@ -144,11 +147,11 @@
     protected synchronized Permission persistNewPermission(Permission permission)
         throws DataBackendException
     {
-        
+
 		getPersistenceHelper().addEntity(permission);
         return permission;
     }
-    
+
 	/**
 	 * @return Returns the persistenceHelper.
 	 */
@@ -160,10 +163,10 @@
 		}
 		return persistenceHelper;
 	}
-	
+
 	/**
 	 * Retrieve a Permission object with specified id.
-	 * 
+	 *
 	 * @param id
 	 *            the id of the Permission.
 	 * @return an object representing the Permission with specified id.
@@ -174,7 +177,7 @@
 	 */
 	public Permission getPermissionById(Object id)
 	throws DataBackendException, UnknownEntityException {
-		
+
 		Permission permission = null;
 
 		if (id != null)
@@ -189,13 +192,13 @@
 							"Could not find permission by id " + id);
 				}
 				permission = (Permission) permissions.get(0);
-				
+
 			} catch (HibernateException e) {
 				throw new DataBackendException(
 						"Error retriving permission information",
 						e);
 			}
-			
+
 		return permission;
 	}
 }

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateRoleManagerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateRoleManagerImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateRoleManagerImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateRoleManagerImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import java.util.List;
 
@@ -37,11 +40,11 @@
 {
     /** Logging */
     private static Log log = LogFactory.getLog(HibernateRoleManagerImpl.class);
-    
+
 	private PersistenceHelper persistenceHelper;
-   
-   
-   
+
+
+
     /**
     * Renames an existing Role.
     *
@@ -79,7 +82,7 @@
         List roles;
         try
         {
-            
+
             roles = getPersistenceHelper().retrieveSession().find("from " + Role.class.getName() + " sr where sr.name=?", roleName, Hibernate.STRING);
 
         }
@@ -114,8 +117,8 @@
         }
         return roleSet;
     }
-   
-   
+
+
     /**
     * Creates a new role with specified attributes.
     *
@@ -127,7 +130,7 @@
     */
     protected synchronized Role persistNewRole(Role role) throws DataBackendException
     {
-       
+
 		getPersistenceHelper().addEntity(role);
         return role;
     }
@@ -161,7 +164,7 @@
             throw new DataBackendException("removeRole(Role) failed", e);
         }
     }
-    
+
 	/**
 	 * @return Returns the persistenceHelper.
 	 */
@@ -173,10 +176,10 @@
 		}
 		return persistenceHelper;
 	}
-	
+
 	/**
 	 * Retrieve a Role object with specified id.
-	 * 
+	 *
 	 * @param id
 	 *            the id of the Role.
 	 * @return an object representing the Role with specified id.
@@ -187,7 +190,7 @@
 	 */
 	public Role getRoleById(Object id)
 	throws DataBackendException, UnknownEntityException {
-		
+
 		Role role = null;
 
 		if (id != null)
@@ -202,13 +205,13 @@
 							"Could not find role by id " + id);
 				}
 				role = (Role) roles.get(0);
-				
+
 			} catch (HibernateException e) {
 				throw new DataBackendException(
 						"Error retriving role information",
 						e);
 			}
-			
+
 		return role;
 	}
 }

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateUserManagerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateUserManagerImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateUserManagerImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/HibernateUserManagerImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import java.util.List;
 
@@ -33,7 +36,7 @@
 public class HibernateUserManagerImpl extends AbstractUserManager
 {
 	private PersistenceHelper persistenceHelper;
-   
+
     /**
      * Check whether a specified user's account exists.
      *
@@ -98,7 +101,7 @@
         }
         throw new UnknownEntityException("Unknown user '" + userName + "'");
     }
-  
+
 	/**
 	   * Retrieves all users defined in the system.
 	   *
@@ -125,7 +128,7 @@
 		}
 		return userSet;
 
-	}    
+	}
     /**
 	* Removes an user account from the system.
 	*
@@ -135,7 +138,7 @@
 	* @throws UnknownEntityException if the user account is not present.
 	*/
     public void removeUser(User user) throws DataBackendException, UnknownEntityException
-    {    
+    {
 		getPersistenceHelper().removeEntity(user);
     }
     /**
@@ -150,7 +153,7 @@
        */
     public User persistNewUser(User user) throws DataBackendException
     {
-  
+
 		getPersistenceHelper().addEntity(user);
 		return user;
     }
@@ -175,7 +178,7 @@
             throw new UnknownEntityException("Unknown user '" + user + "'");
         }
     }
-    
+
 	/**
 	 * @return Returns the persistenceHelper.
 	 */
@@ -186,11 +189,11 @@
 			persistenceHelper = (PersistenceHelper)resolve(PersistenceHelper.ROLE);
 		}
 		return persistenceHelper;
-	}    
-    
+	}
+
 	/**
 	 * Retrieve a User object with specified id.
-	 * 
+	 *
 	 * @param id
 	 *            the id of the User.
 	 * @return an object representing the User with specified id.
@@ -201,7 +204,7 @@
 	 */
 	public User getUserById(Object id)
 	throws DataBackendException, UnknownEntityException {
-		
+
 		User user = null;
 
 		if (id != null)
@@ -222,7 +225,7 @@
 						"Error retriving user information",
 						e);
 			}
-			
+
 		return user;
 	}
 }

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelper.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelper.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelper.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelper.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 import net.sf.hibernate.HibernateException;
@@ -31,12 +34,12 @@
 {
 	public static final String ROLE = PersistenceHelper.class.getName();
 	public void removeEntity(SecurityEntity entity)throws DataBackendException;
-	
+
 	public void updateEntity(SecurityEntity entity) throws DataBackendException;
-	
+
 	public void addEntity(SecurityEntity entity) throws DataBackendException;
-	
+
 	public Session retrieveSession() throws HibernateException;
-		
+
 
 }

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperDefaultImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperDefaultImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperDefaultImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperDefaultImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import net.sf.hibernate.HibernateException;
 import net.sf.hibernate.Session;
@@ -26,10 +29,10 @@
 import org.apache.fulcrum.security.util.DataBackendException;
 import org.apache.fulcrum.security.util.UnknownEntityException;
 /**
- * 
+ *
  * This persistenceHelper expects you to either pass in a SessionFactory to use,
  * or it will create one from a hibernate.cfg.xml in the root of the classpath.
- * 
+ *
  * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
  * @version $Id$
  */
@@ -43,7 +46,7 @@
 
     /**
      * Deletes an entity object
-     * 
+     *
      * @param role The object to be removed
      * @throws DataBackendException if there was an error accessing the data backend.
      * @throws UnknownEntityException if the object does not exist.
@@ -73,7 +76,7 @@
     }
     /**
      * Stores changes made to an object
-     * 
+     *
      * @param role The object to be saved
      * @throws DataBackendException if there was an error accessing the data backend.
      * @throws UnknownEntityException if the role does not exist.
@@ -122,7 +125,7 @@
     }
     /**
      * adds an entity
-     * 
+     *
      * @param role The object to be saved
      * @throws DataBackendException if there was an error accessing the data backend.
      * @throws UnknownEntityException if the role does not exist.
@@ -174,7 +177,7 @@
     /**
      * In some environments we will load the session factory up
      * and pass it in.
-     * 
+     *
      * @param hibernateService The hibernateService to set.
      */
     public void setSessionFactory(SessionFactory sessionFactory)
@@ -190,11 +193,11 @@
     {
         if (sessionFactory == null)
         {
-            sessionFactory = new Configuration().buildSessionFactory();                
+            sessionFactory = new Configuration().buildSessionFactory();
 
         }
         return sessionFactory;
     }
-    
+
 
 }

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperHibernateServiceImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperHibernateServiceImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperHibernateServiceImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/PersistenceHelperHibernateServiceImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import net.sf.hibernate.HibernateException;
 import net.sf.hibernate.Session;
@@ -24,10 +27,10 @@
 import org.apache.fulcrum.security.spi.AbstractManager;
 import org.apache.fulcrum.security.util.DataBackendException;
 /**
- * 
+ *
  * This base implementation persists to a database via Hibernate. it provides methods shared by all
  * Hibernate SPI managers.
- * 
+ *
  * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
  * @version $Id$
  */
@@ -41,7 +44,7 @@
 
     /**
      * Deletes an entity object
-     * 
+     *
      * @param role The object to be removed
      * @throws DataBackendException if there was an error accessing the data backend.
      * @throws UnknownEntityException if the object does not exist.
@@ -71,7 +74,7 @@
     }
     /**
      * Stores changes made to an object
-     * 
+     *
      * @param role The object to be saved
      * @throws DataBackendException if there was an error accessing the data backend.
      * @throws UnknownEntityException if the role does not exist.
@@ -120,7 +123,7 @@
     }
     /**
      * adds an entity
-     * 
+     *
      * @param role The object to be saved
      * @throws DataBackendException if there was an error accessing the data backend.
      * @throws UnknownEntityException if the role does not exist.
@@ -167,7 +170,7 @@
      * In some environments (like ECM) the service ends up getting it's own
      * copy of the HibernateService.  In those environments, we might want to
      * pass in a different HibernateService instead.
-     * 
+     *
      * @param hibernateService The hibernateService to set.
      */
     public void setHibernateService(HibernateService hibernateService)
@@ -189,7 +192,7 @@
         }
         return hibernateService;
     }
-    
+
     public void dispose(){
         release(hibernateService);
         super.dispose();

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/basic/HibernateModelManagerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/basic/HibernateModelManagerImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/basic/HibernateModelManagerImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/basic/HibernateModelManagerImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate.basic;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import net.sf.hibernate.Session;
 import net.sf.hibernate.Transaction;
@@ -28,7 +31,7 @@
 import org.apache.fulcrum.security.util.UnknownEntityException;
 /**
  * This implementation persists to a database via Hibernate.
- * 
+ *
  * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
  * @version $Id$
  */
@@ -38,9 +41,9 @@
 
     /**
 	 * Puts a user in a group.
-	 * 
+	 *
 	 * This method is used when adding a user to a group
-	 * 
+	 *
 	 * @param user the User.
 	 * @throws DataBackendException if there was an error accessing the data backend.
 	 * @throws UnknownEntityException if the account is not present.
@@ -55,7 +58,7 @@
             userExists = getUserManager().checkExists(user);
             if (groupExists && userExists)
             {
-                
+
                 Session session = getPersistenceHelper().retrieveSession();
                 Transaction transaction = session.beginTransaction();
 				((BasicUser) user).addGroup(group);
@@ -84,9 +87,9 @@
     }
     /**
 	 * Removes a user in a group.
-	 * 
+	 *
 	 * This method is used when removing a user to a group
-	 * 
+	 *
 	 * @param user the User.
 	 * @throws DataBackendException if there was an error accessing the data backend.
 	 * @throws UnknownEntityException if the user or group is not present.
@@ -105,7 +108,7 @@
 				Session session = getPersistenceHelper().retrieveSession();
                 Transaction transaction = session.beginTransaction();
 				((BasicUser) user).removeGroup(group);
-				((BasicGroup) group).removeUser(user);                
+				((BasicGroup) group).removeUser(user);
                 session.update(user);
                 session.update(group);
                 transaction.commit();
@@ -131,9 +134,9 @@
 
     /**
 	 * Revokes all groups from a user
-	 * 
+	 *
 	 * This method is used when deleting an account.
-	 * 
+	 *
 	 * @param user the User.
 	 * @throws DataBackendException if there was an error accessing the data backend.
 	 * @throws UnknownEntityException if the account is not present.
@@ -160,7 +163,7 @@
             throw new UnknownEntityException("Unknown user '" + user.getName() + "'");
         }
     }
-    
+
 	/**
 	 * @return Returns the persistenceHelper.
 	 */
@@ -171,6 +174,6 @@
 			persistenceHelper = (PersistenceHelper)resolve(PersistenceHelper.ROLE);
 		}
 		return persistenceHelper;
-	}    
+	}
 
-}
\ No newline at end of file
+}

Modified: jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/dynamic/HibernateModelManagerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/dynamic/HibernateModelManagerImpl.java?view=diff&rev=535465&r1=535464&r2=535465
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/dynamic/HibernateModelManagerImpl.java (original)
+++ jakarta/turbine/fulcrum/trunk/security/hibernate/src/java/org/apache/fulcrum/security/hibernate/dynamic/HibernateModelManagerImpl.java Fri May  4 23:58:06 2007
@@ -1,18 +1,21 @@
 package org.apache.fulcrum.security.hibernate.dynamic;
 /*
- *  Copyright 2001-2004 The Apache Software Foundation
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 import net.sf.hibernate.Session;
 import net.sf.hibernate.Transaction;
@@ -32,7 +35,7 @@
 import org.apache.fulcrum.security.util.UnknownEntityException;
 /**
  * This implementation persists to a database via Hibernate.
- * 
+ *
  * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
  * @version $Id$
  */
@@ -41,7 +44,7 @@
     private PersistenceHelper persistenceHelper;
     /**
 	 * Revokes a Role from a Group.
-	 * 
+	 *
 	 * @param group the Group.
 	 * @param role the Role.
 	 * @throws DataBackendException if there was an error accessing the data backend.
@@ -83,7 +86,7 @@
     }
     /**
 	 * Grants a Role a Permission
-	 * 
+	 *
 	 * @param role the Role.
 	 * @param permission the Permission.
 	 * @throws DataBackendException if there was an error accessing the data backend.
@@ -98,13 +101,13 @@
         {
             roleExists = getRoleManager().checkExists(role);
             permissionExists = getPermissionManager().checkExists(permission);
-            
+
             if (roleExists && permissionExists)
             {
                 ((DynamicRole) role).addPermission(permission);
                 ((DynamicPermission) permission).addRole(role);
                 getPersistenceHelper().updateEntity(permission);
-                getPersistenceHelper().updateEntity(role);                
+                getPersistenceHelper().updateEntity(role);
                 return;
             }
         }
@@ -123,7 +126,7 @@
     }
     /**
 	 * Revokes a Permission from a Role.
-	 * 
+	 *
 	 * @param role the Role.
 	 * @param permission the Permission.
 	 * @throws DataBackendException if there was an error accessing the data backend.
@@ -162,13 +165,13 @@
         {
             throw new UnknownEntityException("Unknown permission '" + permission.getName() + "'");
         }
-    }  
+    }
 
     /**
 	 * Puts a user in a group.
-	 * 
+	 *
 	 * This method is used when adding a user to a group
-	 * 
+	 *
 	 * @param user the User.
 	 * @throws DataBackendException if there was an error accessing the data backend.
 	 * @throws UnknownEntityException if the account is not present.
@@ -186,7 +189,7 @@
                 ((DynamicUser) user).addGroup(group);
                 ((DynamicGroup) group).addUser(user);
                 getPersistenceHelper().updateEntity(group);
-                getPersistenceHelper().updateEntity(user);   
+                getPersistenceHelper().updateEntity(user);
                 return;
             }
         }
@@ -208,9 +211,9 @@
     }
     /**
 	 * Removes a user in a group.
-	 * 
+	 *
 	 * This method is used when removing a user to a group
-	 * 
+	 *
 	 * @param user the User.
 	 * @throws DataBackendException if there was an error accessing the data backend.
 	 * @throws UnknownEntityException if the user or group is not present.
@@ -229,7 +232,7 @@
                 Session session = getPersistenceHelper().retrieveSession();
                 Transaction transaction = session.beginTransaction();
 				((DynamicUser) user).removeGroup(group);
-				((DynamicGroup) group).removeUser(user);                
+				((DynamicGroup) group).removeUser(user);
                 session.update(user);
                 session.update(group);
                 transaction.commit();
@@ -256,7 +259,7 @@
 
     /**
 	 * Grants a Group a Role
-	 * 
+	 *
 	 * @param group the Group.
 	 * @param role the Role.
 	 * @throws DataBackendException if there was an error accessing the data backend.
@@ -276,7 +279,7 @@
                 ((DynamicGroup) group).addRole(role);
                 ((DynamicRole) role).addGroup(group);
                 getPersistenceHelper().updateEntity(group);
-                getPersistenceHelper().updateEntity(role);   
+                getPersistenceHelper().updateEntity(role);
                 return;
             }
         }
@@ -293,7 +296,7 @@
             throw new UnknownEntityException("Unknown role '" + role.getName() + "'");
         }
     }
-    
+
 	/**
 	 * @return Returns the persistenceHelper.
 	 */
@@ -304,28 +307,28 @@
 			persistenceHelper = (PersistenceHelper)resolve(PersistenceHelper.ROLE);
 		}
 		return persistenceHelper;
-	}    
- 
+	}
+
 	/* (non-Javadoc)
 	 * @see org.apache.fulcrum.security.model.dynamic.DynamicModelManager#addDelegate(org.apache.fulcrum.security.entity.User, org.apache.fulcrum.security.entity.User)
 	 */
 	public void addDelegate(User delegator, User delegatee)
 			throws DataBackendException, UnknownEntityException {
-	
+
 		super.addDelegate(delegator, delegatee);
 		getPersistenceHelper().updateEntity(delegator);
 		getPersistenceHelper().updateEntity(delegatee);
 	}
-	
+
 	/* (non-Javadoc)
 	 * @see org.apache.fulcrum.security.model.dynamic.DynamicModelManager#removeDelegate(org.apache.fulcrum.security.entity.User, org.apache.fulcrum.security.entity.User)
 	 */
 	public void removeDelegate(User delegator, User delegatee)
 			throws DataBackendException, UnknownEntityException {
-	
+
 		super.removeDelegate(delegator, delegatee);
-		
+
 		getPersistenceHelper().updateEntity(delegator);
 		getPersistenceHelper().updateEntity(delegatee);
 	}
-}
\ No newline at end of file
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org