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 2006/11/21 06:52:07 UTC

svn commit: r477516 - in /incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources: application-client-example.xml application-example.xml ejb-jar-example1.xml ejb-jar-example2.xml

Author: dblevins
Date: Mon Nov 20 21:52:07 2006
New Revision: 477516

URL: http://svn.apache.org/viewvc?view=rev&rev=477516
Log:
Patch from Mohammad Nour OPENEJB-322: JeeTests fail due to bad descriptors

Modified:
    incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-client-example.xml
    incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-example.xml
    incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example1.xml
    incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example2.xml

Modified: incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-client-example.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-client-example.xml?view=diff&rev=477516&r1=477515&r2=477516
==============================================================================
--- incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-client-example.xml (original)
+++ incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-client-example.xml Mon Nov 20 21:52:07 2006
@@ -1,21 +1,4 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-
-    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-client xmlns="http://java.sun.com/xml/ns/javaee" version="3.0" metadata-complete="true">
     <description>String</description>
     <display-name>token</display-name>

Modified: incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-example.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-example.xml?view=diff&rev=477516&r1=477515&r2=477516
==============================================================================
--- incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-example.xml (original)
+++ incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/application-example.xml Mon Nov 20 21:52:07 2006
@@ -1,21 +1,4 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-
-    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/javaee" version="3.0">
     <description>String</description>
     <display-name>token</display-name>

Modified: incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example1.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example1.xml?view=diff&rev=477516&r1=477515&r2=477516
==============================================================================
--- incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example1.xml (original)
+++ incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example1.xml Mon Nov 20 21:52:07 2006
@@ -1,21 +1,4 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-
-    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/javaee" version="3.0" metadata-complete="true">
     <description>String</description>
     <display-name>token</display-name>

Modified: incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example2.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example2.xml?view=diff&rev=477516&r1=477515&r2=477516
==============================================================================
--- incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example2.xml (original)
+++ incubator/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-example2.xml Mon Nov 20 21:52:07 2006
@@ -1,21 +1,4 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!--
-
-    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/javaee" version="3.0" metadata-complete="true">
     <description>String</description>
     <description>String</description>