You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ds...@apache.org on 2006/11/16 05:10:26 UTC

svn commit: r475567 [2/2] - in /incubator/openejb/trunk/openejb2: itests/openejb-itests-core/ itests/openejb-itests-core/src/bin/ itests/openejb-itests-core/src/main/resources/META-INF/ itests/openejb-itests-core/src/main/resources/META-INF/wsdl/ itest...

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/openejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/openejb-jar.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/openejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/openejb-jar.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 
 <openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.1">
 
@@ -73,4 +89,4 @@
         </ejb-relation>
     </relationships>
 
-</openejb-jar>
\ No newline at end of file
+</openejb-jar>

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/unidirectional-openejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/unidirectional-openejb-jar.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/unidirectional-openejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-cmp/onetoone/simplepk/unidirectional-openejb-jar.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 
 <openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.1">
 
@@ -68,4 +84,4 @@
         </ejb-relation>
     </relationships>
 
-</openejb-jar>
\ No newline at end of file
+</openejb-jar>

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ear/META-INF/application.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ear/META-INF/application.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ear/META-INF/application.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ear/META-INF/application.xml Wed Nov 15 20:10:23 2006
@@ -1,3 +1,20 @@
+<!--
+    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.
+-->
+
 <application xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd"
@@ -5,4 +22,4 @@
     <module>
         <ejb>test-ejb-jar.jar</ejb>
     </module>
-</application>
\ No newline at end of file
+</application>

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/ejb-jar.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/ejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/ejb-jar.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="US-ASCII"?>
+<!--
+    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.
+-->
 
 <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
 	      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/openejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/openejb-jar.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/openejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/openejb-jar.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 
 <openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.1">
 
@@ -185,4 +201,4 @@
         <attribute name="sequenceName">PKGENCMP2</attribute>
         <attribute name="batchSize">1</attribute>
     </gbean>
-</openejb-jar>
\ No newline at end of file
+</openejb-jar>

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/webservices.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/webservices.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/webservices.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/webservices.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,21 @@
 <?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.
+-->
+
 <webservices xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:test="http://openejb.org/test-ejb-jar"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 
 <definitions name="SimpleService" targetNamespace="http://openejb.org/test-ejb-jar"
     xmlns:test="http://openejb.org/test-ejb-jar"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,21 @@
 <?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.
+-->
+
 <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee"
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:wsdl="http://openejb.org/test-ejb-jar"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test/resources/plans/plan1.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test/resources/plans/plan1.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test/resources/plans/plan1.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-builder/src/test/resources/plans/plan1.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
-<?xml version="1.0"?>
+<?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.
+-->
 
 <openejb-jar xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.1">
 
@@ -32,4 +48,4 @@
         </message-driven>
 
     </enterprise-beans>
-</openejb-jar>
\ No newline at end of file
+</openejb-jar>

Modified: incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/beanPropertiesNameMangler.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/beanPropertiesNameMangler.properties?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/beanPropertiesNameMangler.properties (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/beanPropertiesNameMangler.properties Wed Nov 15 20:10:23 2006
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+#
+# $Id$
+#
+
 setBooleanabcdef(boolean) = _set_booleanabcdef
 setCharabcdef(char) = _set_charabcdef
 setByteabcdef(byte) = _set_byteabcdef
@@ -46,4 +66,4 @@
 getUPPERCASEabcdef() = _get_UPPERCASEabcdef
 get_collisionabcdef() = J_get_collisionabcdef
 get() = get
-getA() = _get_a
\ No newline at end of file
+getA() = _get_a

Modified: incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/nameMangler.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/nameMangler.properties?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/nameMangler.properties (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/nameMangler.properties Wed Nov 15 20:10:23 2006
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+#
+# $Id$
+#
+
 abcdefg_nothing() = abcdefg_nothing
 abcdefg_pass_boolean(boolean) = abcdefg_pass_boolean
 abcdefg_pass_char(char) = abcdefg_pass_char

Modified: incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/specialNameMangler.properties
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/specialNameMangler.properties?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/specialNameMangler.properties (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-corba/src/test/resources/specialNameMangler.properties Wed Nov 15 20:10:23 2006
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+#
+# $Id$
+#
+
 _underscore() = J_underscore
 _underscoreOverload() = J_underscoreOverload__
 _underscoreOverload(org.apache.openejb.corba.compiler.other._Something) = J_underscoreOverload__org_apache_openejb_corba_compiler_other_J_Something

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/java/org/apache/openejb/service-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/java/org/apache/openejb/service-jar.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/java/org/apache/openejb/service-jar.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/java/org/apache/openejb/service-jar.xml Wed Nov 15 20:10:23 2006
@@ -1,3 +1,20 @@
+<!--
+    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.
+-->
+
 <ServiceJar>
 
     <!--

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/resources/META-INF/geronimo-dependency.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/resources/META-INF/geronimo-dependency.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/resources/META-INF/geronimo-dependency.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/main/resources/META-INF/geronimo-dependency.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,21 @@
 <?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.
+-->
+
 <dep:service xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2">
     <dep:dependency>
         <dep:groupId>org.apache.yoko</dep:groupId>

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/ejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/ejb-jar.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/ejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/ejb-jar.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="US-ASCII"?>
+<!--
+    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.
+-->
 
 <ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
 	      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/openejb-jar.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/openejb-jar.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/openejb-jar.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/openejb-jar.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,20 @@
 <?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.
+-->
 
 <openejb-jar
     xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.0"
@@ -40,4 +56,4 @@
         </message-driven>
 
     </enterprise-beans>
-</openejb-jar>
\ No newline at end of file
+</openejb-jar>

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/webservices.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/webservices.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/webservices.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/webservices.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,21 @@
 <?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.
+-->
+
 <webservices xmlns="http://java.sun.com/xml/ns/j2ee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:test="http://openejb.org/test-ejb-jar"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl Wed Nov 15 20:10:23 2006
@@ -1,4 +1,21 @@
 <?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.
+-->
+
 <definitions name="SimpleService" targetNamespace="http://openejb.org/test-ejb-jar"
     xmlns:test="http://openejb.org/test-ejb-jar"
     xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/test-ejb-jar/META-INF/wsdl/test-ejb.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,21 @@
 <?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.
+-->
+
 <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee"
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:wsdl="http://openejb.org/test-ejb-jar"

Modified: incubator/openejb/trunk/openejb2/modules/openejb-core/src/test/resources/org/apache/openejb/spring/spring.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb2/modules/openejb-core/src/test/resources/org/apache/openejb/spring/spring.xml?view=diff&rev=475567&r1=475566&r2=475567
==============================================================================
--- incubator/openejb/trunk/openejb2/modules/openejb-core/src/test/resources/org/apache/openejb/spring/spring.xml (original)
+++ incubator/openejb/trunk/openejb2/modules/openejb-core/src/test/resources/org/apache/openejb/spring/spring.xml Wed Nov 15 20:10:23 2006
@@ -1,4 +1,21 @@
 <?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.
+-->
+
 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
 <beans>
   <bean id="TransactionManager" class="org.apache.geronimo.transaction.manager.GeronimoTransactionManager"/>