You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2008/03/20 04:55:55 UTC

svn commit: r639150 - in /openejb/branches/openejb-3.0: ./ assembly/openejb-standalone/ assembly/openejb-tomcat/openejb-tomcat-catalina/ container/openejb-core/ container/openejb-core/src/main/resources/ container/openejb-core/src/test/resources/org/ap...

Author: dblevins
Date: Wed Mar 19 20:55:47 2008
New Revision: 639150

URL: http://svn.apache.org/viewvc?rev=639150&view=rev
Log:
Merging r638272 - http://svn.apache.org/viewvc?rev=638272&view=rev

svn merge -r 638271:638272 https://svn.apache.org/repos/asf/openejb/trunk/openejb3 .

------------------------------------------------------------------------
r638272 | jlaskowski | 2008-03-18 01:59:59 -0700 (Tue, 18 Mar 2008) | 1 line

Make rat happy
------------------------------------------------------------------------

Modified:
    openejb/branches/openejb-3.0/assembly/openejb-standalone/pom.xml
    openejb/branches/openejb-3.0/assembly/openejb-tomcat/openejb-tomcat-catalina/pom.xml
    openejb/branches/openejb-3.0/container/openejb-core/pom.xml
    openejb/branches/openejb-3.0/container/openejb-core/src/main/resources/openejb-version.properties
    openejb/branches/openejb-3.0/container/openejb-core/src/test/resources/org/apache/openejb/util/test.properties
    openejb/branches/openejb-3.0/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/custom-injection/pom.xml
    openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/env-entries.properties
    openejb/branches/openejb-3.0/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/injection-of-datasource/pom.xml
    openejb/branches/openejb-3.0/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/injection-of-entitymanager/pom.xml
    openejb/branches/openejb-3.0/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/injection-of-env-entry/pom.xml
    openejb/branches/openejb-3.0/examples/jpa-hibernate/pom.xml
    openejb/branches/openejb-3.0/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/testing-security/pom.xml
    openejb/branches/openejb-3.0/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/testing-transactions/pom.xml
    openejb/branches/openejb-3.0/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml
    openejb/branches/openejb-3.0/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/HsqldbTestDatabase.java
    openejb/branches/openejb-3.0/pom.xml
    openejb/branches/openejb-3.0/server/openejb-axis/pom.xml
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllElement.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllType.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceElement.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceType.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/JaxRpcSpecExample.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleElement.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleType.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd
    openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByRestriction.xsd
    openejb/branches/openejb-3.0/server/openejb-ejbd/src/test/java/org/apache/openejb/RemoteiTest.java
    openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpEjbServer.java
    openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/OpenEJBHttpEjbServer.java

Modified: openejb/branches/openejb-3.0/assembly/openejb-standalone/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/assembly/openejb-standalone/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/assembly/openejb-standalone/pom.xml (original)
+++ openejb/branches/openejb-3.0/assembly/openejb-standalone/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>assembly</artifactId>
@@ -52,6 +73,15 @@
             </goals>
           </execution>
         </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/DATA-README.txt</exclude>
+          </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: openejb/branches/openejb-3.0/assembly/openejb-tomcat/openejb-tomcat-catalina/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/assembly/openejb-tomcat/openejb-tomcat-catalina/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/assembly/openejb-tomcat/openejb-tomcat-catalina/pom.xml (original)
+++ openejb/branches/openejb-3.0/assembly/openejb-tomcat/openejb-tomcat-catalina/pom.xml Wed Mar 19 20:55:47 2008
@@ -30,6 +30,19 @@
   <packaging>jar</packaging>
   <name>OpenEJB :: Assembly :: Tomcat :: Catalina</name>
   <description>This module contains the classes that will be added to the catalina class loader</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/META-INF/org.apache.openejb.tomcat/ServerClassLoader</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.openejb</groupId>

Modified: openejb/branches/openejb-3.0/container/openejb-core/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/container/openejb-core/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/container/openejb-core/pom.xml (original)
+++ openejb/branches/openejb-3.0/container/openejb-core/pom.xml Wed Mar 19 20:55:47 2008
@@ -162,6 +162,7 @@
             <exclude>src/main/resources/META-INF/org.apache.openejb.cli/validate.help</exclude>
             <exclude>src/main/resources/META-INF/org.apache.openejb.resource.jdbc.DataSourcePlugin/*</exclude>
             <exclude>src/main/resources/schema/ejb-jar_1_1.xsd</exclude>
+            <exclude>src/main/resources/META-INF/services/org/apache/activemq/broker/openejb</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: openejb/branches/openejb-3.0/container/openejb-core/src/main/resources/openejb-version.properties
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/container/openejb-core/src/main/resources/openejb-version.properties?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/container/openejb-core/src/main/resources/openejb-version.properties (original)
+++ openejb/branches/openejb-3.0/container/openejb-core/src/main/resources/openejb-version.properties Wed Mar 19 20:55:47 2008
@@ -16,7 +16,7 @@
 #
 # $Rev$ $Date$
 #
-copyright=Copyright 1999-2007 (C) Apache OpenEJB Project, All Rights Reserved.
+copyright=Copyright 1999-2008 (C) Apache OpenEJB Project, All Rights Reserved.
 url=http://openejb.apache.org/
 version=${pom.version}
 date=@DATE-REPLACED-BY-MAVEN@

Modified: openejb/branches/openejb-3.0/container/openejb-core/src/test/resources/org/apache/openejb/util/test.properties
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/container/openejb-core/src/test/resources/org/apache/openejb/util/test.properties?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/container/openejb-core/src/test/resources/org/apache/openejb/util/test.properties (original)
+++ openejb/branches/openejb-3.0/container/openejb-core/src/test/resources/org/apache/openejb/util/test.properties Wed Mar 19 20:55:47 2008
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+# $Rev: 600180 $ $Date: 2007-12-01 19:52:39 +0100 (Sat, 01 Dec 2007) $
+#
+
     # Determines wether or not this data source should be JTA managed
     # or user managed.  If set to 'true' it will automatically be enrolled
     # in any ongoing transactions.  Calling begin/commit/rollback or setAutoCommit

Modified: openejb/branches/openejb-3.0/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/component-interfaces/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/custom-injection/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/custom-injection/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/custom-injection/pom.xml (original)
+++ openejb/branches/openejb-3.0/examples/custom-injection/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,7 +1,28 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>
-  <artifactId>expanded-env-entries</artifactId>
+  <artifactId>custom-injection</artifactId>
   <packaging>jar</packaging>
   <version>1.0</version>
   <name>OpenEJB :: Examples :: Expanded support for Env Entries</name>

Modified: openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/env-entries.properties
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/env-entries.properties?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/env-entries.properties (original)
+++ openejb/branches/openejb-3.0/examples/custom-injection/src/main/resources/META-INF/env-entries.properties Wed Mar 19 20:55:47 2008
@@ -1,3 +1,21 @@
+#
+# 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.
+#
+# $Rev$ $Date$
+#
 guitarStringGuages=E1=0.052\nA=0.042\nD=0.030\nG=0.017\nB=0.013\nE=0.010
 certificateOfAuthenticity=/tmp/strat-certificate.txt
 dateCreated=1962-03-01

Modified: openejb/branches/openejb-3.0/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/helloworld-weblogic/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/injection-of-datasource/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/injection-of-datasource/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/injection-of-datasource/pom.xml (original)
+++ openejb/branches/openejb-3.0/examples/injection-of-datasource/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>

Modified: openejb/branches/openejb-3.0/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/injection-of-datasource/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/injection-of-ejbs/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/injection-of-entitymanager/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/injection-of-entitymanager/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/injection-of-entitymanager/pom.xml (original)
+++ openejb/branches/openejb-3.0/examples/injection-of-entitymanager/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>

Modified: openejb/branches/openejb-3.0/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/injection-of-entitymanager/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/injection-of-env-entry/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/injection-of-env-entry/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/injection-of-env-entry/pom.xml (original)
+++ openejb/branches/openejb-3.0/examples/injection-of-env-entry/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>

Modified: openejb/branches/openejb-3.0/examples/jpa-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/jpa-hibernate/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/jpa-hibernate/pom.xml (original)
+++ openejb/branches/openejb-3.0/examples/jpa-hibernate/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>

Modified: openejb/branches/openejb-3.0/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/jpa-hibernate/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/simple-stateful/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/simple-stateless/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/simple-webservice/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/telephone-stateful/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/testing-security/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/testing-security/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/testing-security/pom.xml (original)
+++ openejb/branches/openejb-3.0/examples/testing-security/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>

Modified: openejb/branches/openejb-3.0/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/testing-security/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/testing-security/src/test/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1,2 +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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <!-- this is here so the ejbs in the test code are discovered and deployed -->
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/testing-transactions/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/testing-transactions/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/testing-transactions/pom.xml (original)
+++ openejb/branches/openejb-3.0/examples/testing-transactions/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>

Modified: openejb/branches/openejb-3.0/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/testing-transactions/src/main/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1 +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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml (original)
+++ openejb/branches/openejb-3.0/examples/testing-transactions/src/test/resources/META-INF/ejb-jar.xml Wed Mar 19 20:55:47 2008
@@ -1,2 +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.
+-->
+
+<!-- $Rev: 636494 $ $Date: 2008-03-12 21:24:02 +0100 (Wed, 12 Mar 2008) $ -->
+
 <!-- this is here so the ejbs in the test code are discovered and deployed -->
 <ejb-jar/>

Modified: openejb/branches/openejb-3.0/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/HsqldbTestDatabase.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/HsqldbTestDatabase.java?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/HsqldbTestDatabase.java (original)
+++ openejb/branches/openejb-3.0/itests/openejb-itests-client/src/main/java/org/apache/openejb/test/HsqldbTestDatabase.java Wed Mar 19 20:55:47 2008
@@ -23,7 +23,6 @@
 import javax.naming.InitialContext;
 import java.rmi.RemoteException;
 import java.util.Properties;
-import java.util.Map;
 
 public class HsqldbTestDatabase implements TestDatabase {
 
@@ -178,14 +177,16 @@
             throw (IllegalStateException) new IllegalStateException("Cannot create initial context: " + e.getClass().getName() + " " + e.getMessage()).initCause(e);
         }
 
+        final String databaseHomeJndiName = "client/tools/DatabaseHome";
+        
         Object obj = null;
         DatabaseHome databaseHome = null;
         try {
             /* Create database */
-            obj = initialContext.lookup("client/tools/DatabaseHome");
+            obj = initialContext.lookup(databaseHomeJndiName);
             databaseHome = (DatabaseHome) javax.rmi.PortableRemoteObject.narrow(obj, DatabaseHome.class);
         } catch (Exception e) {
-            throw new IllegalStateException("Cannot find 'client/tools/DatabaseHome': " + e.getClass().getName() + " " + e.getMessage());
+            throw new IllegalStateException("Cannot find " + databaseHomeJndiName + ": " + e.getClass().getName() + " " + e.getMessage());
         }
         try {
             database = databaseHome.create();

Modified: openejb/branches/openejb-3.0/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/pom.xml (original)
+++ openejb/branches/openejb-3.0/pom.xml Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
@@ -301,6 +322,14 @@
     </profile>
     <profile>
       <id>rat</id>
+      <modules>
+        <module>deps</module>
+        <module>itests</module>
+        <module>container</module>
+        <module>server</module>
+        <module>examples</module>
+        <module>assembly</module>
+      </modules>
       <build>
         <plugins>
           <plugin>
@@ -325,6 +354,7 @@
 
                 <!-- left around after some unit tests -->
                 <exclude>**/derby.log</exclude>
+                <exclude>**/hsqldb.log</exclude>
 
                 <!-- IDEA files -->
                 <exclude>**/*.iml</exclude>

Modified: openejb/branches/openejb-3.0/server/openejb-axis/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/pom.xml?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/pom.xml (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/pom.xml Wed Mar 19 20:55:47 2008
@@ -28,7 +28,20 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-axis</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: Axis</name>
+  <name>OpenEJB :: Server :: Axis</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/META-INF/schema/soap_encoding_1_1.xsd</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.openejb</groupId>

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllElement.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllElement.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllElement.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllElement.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllType.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllType.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllType.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexAllType.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceElement.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceElement.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceElement.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceElement.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceType.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceType.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceType.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/ComplexSequenceType.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/JaxRpcSpecExample.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/JaxRpcSpecExample.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/JaxRpcSpecExample.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/JaxRpcSpecExample.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleElement.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleElement.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleElement.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleElement.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleType.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleType.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleType.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SimpleType.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <xsd:schema
         targetNamespace="X"
         xmlns:tns="X"

Modified: openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByRestriction.xsd
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByRestriction.xsd?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByRestriction.xsd (original)
+++ openejb/branches/openejb-3.0/server/openejb-axis/src/test/resources/schema/SoapArrayByRestriction.xsd Wed Mar 19 20:55:47 2008
@@ -1,3 +1,24 @@
+<?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.
+-->
+
+<!-- $Rev$ $Date$ -->
+
 <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="X"
         xmlns:tns="X"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Modified: openejb/branches/openejb-3.0/server/openejb-ejbd/src/test/java/org/apache/openejb/RemoteiTest.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-ejbd/src/test/java/org/apache/openejb/RemoteiTest.java?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-ejbd/src/test/java/org/apache/openejb/RemoteiTest.java (original)
+++ openejb/branches/openejb-3.0/server/openejb-ejbd/src/test/java/org/apache/openejb/RemoteiTest.java Wed Mar 19 20:55:47 2008
@@ -25,13 +25,14 @@
 import org.apache.openejb.server.ejbd.EjbServer;
 import org.apache.openejb.test.TestManager;
 import org.apache.openejb.test.entity.bmp.BmpTestSuite;
-import org.apache.openejb.test.entity.cmp.CmpLocalTestSuite;
 import org.apache.openejb.test.entity.cmp.CmpTestSuite;
 import org.apache.openejb.test.stateful.StatefulTestSuite;
 import org.apache.openejb.test.stateless.StatelessTestSuite;
 
 import java.util.Properties;
 
+import javax.naming.Context;
+
 /**
  * To run from intellij or another IDE add
  * <p/>
@@ -101,8 +102,8 @@
 
         public Properties getContextEnvironment() {
             Properties props = new Properties();
-            props.put("java.naming.factory.initial", "org.apache.openejb.client.RemoteInitialContextFactory");
-            props.put("java.naming.provider.url", "ejbd://127.0.0.1:" + port);
+            props.put(Context.INITIAL_CONTEXT_FACTORY, "org.apache.openejb.client.RemoteInitialContextFactory");
+            props.put(Context.PROVIDER_URL, "ejbd://localhost:" + port);
             return props;
         }
     }

Modified: openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpEjbServer.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpEjbServer.java?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpEjbServer.java (original)
+++ openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/JettyHttpEjbServer.java Wed Mar 19 20:55:47 2008
@@ -1,19 +1,28 @@
 /**
- * 
+ * 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.
  */
 package org.apache.openejb.server.httpd;
 
 import org.apache.openejb.server.SelfManaging;
 
 /**
- * @author mahmed
- *
+ * @version $Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Thu, 27 Dec 2007) $
  */
 public class JettyHttpEjbServer extends HttpEjbServer implements SelfManaging {
 
-	/**
-	 * 
-	 */
 	public JettyHttpEjbServer() {
 		super();
 		httpServer = new JettyHttpServer();

Modified: openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/OpenEJBHttpEjbServer.java
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/OpenEJBHttpEjbServer.java?rev=639150&r1=639149&r2=639150&view=diff
==============================================================================
--- openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/OpenEJBHttpEjbServer.java (original)
+++ openejb/branches/openejb-3.0/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/OpenEJBHttpEjbServer.java Wed Mar 19 20:55:47 2008
@@ -1,17 +1,26 @@
 /**
- * 
+ * 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.
  */
 package org.apache.openejb.server.httpd;
 
 /**
- * @author mahmed
- *
+ * @version $Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Thu, 27 Dec 2007) $
  */
 public class OpenEJBHttpEjbServer extends HttpEjbServer {
 
-	/**
-	 * 
-	 */
 	public OpenEJBHttpEjbServer() {
 		super();
 		httpServer = new OpenEJBHttpServer();