You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/07/01 20:40:49 UTC

svn commit: r823987 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/cdi-ejbcontext-jaas/src/main/tomee/conf/ content/examples-trunk/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/ content/examples-trunk/cdi-session-scope/src...

Author: buildbot
Date: Sun Jul  1 18:40:48 2012
New Revision: 823987

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml
    websites/staging/openejb/trunk/content/examples-trunk/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml
    websites/staging/openejb/trunk/content/examples-trunk/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml
    websites/staging/openejb/trunk/content/examples-trunk/datasource-definition/src/main/resources/META-INF/beans.xml
    websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/META-INF/beans.xml
    websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/my-app-config.properties
    websites/staging/openejb/trunk/content/examples-trunk/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml
    websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/META-INF/beans.xml
    websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties
    websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/conf/tomee.xml
    websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql
    websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/webapp/WEB-INF/web.xml
    websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/webapp/index.jsp
    websites/staging/openejb/trunk/content/examples-trunk/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml
    websites/staging/openejb/trunk/content/examples-trunk/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/web.xml
    websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java
    websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java
    websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul  1 18:40:48 2012
@@ -1 +1 @@
-1355841
+1355977

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul  1 18:40:48 2012
@@ -1 +1 @@
-1355841
+1355977

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-ejbcontext-jaas/src/main/tomee/conf/server.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-ejbcontext-jaas/src/main/webapp/WEB-INF/beans.xml Sun Jul  1 18:40:48 2012
@@ -0,0 +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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-session-scope/src/main/webapp/WEB-INF/beans.xml Sun Jul  1 18:40:48 2012
@@ -0,0 +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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: websites/staging/openejb/trunk/content/examples-trunk/datasource-definition/src/main/resources/META-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/datasource-definition/src/main/resources/META-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/datasource-definition/src/main/resources/META-INF/beans.xml Sun Jul  1 18:40:48 2012
@@ -0,0 +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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/META-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/META-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/META-INF/beans.xml Sun Jul  1 18:40:48 2012
@@ -1,4 +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.
+-->
 <beans xmlns="http://java.sun.com/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-      http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/my-app-config.properties
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/my-app-config.properties (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/deltaspike-configproperty/src/main/resources/my-app-config.properties Sun Jul  1 18:40:48 2012
@@ -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.
+#
+#
 # this config file is hooked up through a custom ConfigSource
 # (see org.superbiz.deltaspike.config.MyConfigSource)
 loop.size = 10

Modified: websites/staging/openejb/trunk/content/examples-trunk/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/deltaspike-exception-handling/src/main/resources/META-INF/beans.xml Sun Jul  1 18:40:48 2012
@@ -0,0 +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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/META-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/META-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/META-INF/beans.xml Sun Jul  1 18:40:48 2012
@@ -0,0 +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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/deltaspike-i18n/src/main/resources/org/superbiz/deltaspike/i18n/MessageHelper.properties Sun Jul  1 18:40:48 2012
@@ -1 +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.
+#
 openejb.and.deltaspike = OpenEJB and DeltaSpike are cool products!

Modified: websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/conf/tomee.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/conf/tomee.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/conf/tomee.xml Sun Jul  1 18:40:48 2012
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
 <tomee>
   <Resource id="myDataSource" type="DataSource" /> <!-- configure it -->
 </tomee>
\ No newline at end of file

Modified: websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/tomee/lib/import-myDataSource.sql Sun Jul  1 18:40:48 2012
@@ -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.
+--
 create table users (user_name varchar(15) not null primary key, user_pass varchar(15) not null);
 create table user_roles (user_name varchar(15) not null, role_name varchar(15) not null, primary key (user_name, role_name));
 insert into users(user_name, user_pass) values('tomee', 'tomee');

Modified: websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/webapp/WEB-INF/web.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/webapp/index.jsp
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/webapp/index.jsp (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/realm-in-tomee/src/main/webapp/index.jsp Sun Jul  1 18:40:48 2012
@@ -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.
+
+-->
 <html>
     <head>
         <title>Realm In TomEE</title>

Modified: websites/staging/openejb/trunk/content/examples-trunk/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/beans.xml Sun Jul  1 18:40:48 2012
@@ -0,0 +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.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd" />

Modified: websites/staging/openejb/trunk/content/examples-trunk/tomee-jersey-eclipselink/src/main/webapp/WEB-INF/web.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/PojoWS.java Sun Jul  1 18:40:48 2012
@@ -1,3 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.ws.pojo;
 
 import javax.annotation.Resource;

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/java/org/superbiz/ws/pojo/WS.java Sun Jul  1 18:40:48 2012
@@ -1,3 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.superbiz.ws.pojo;
 
 import javax.jws.WebService;

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/pojo-webservice/src/main/webapp/WEB-INF/web.xml Sun Jul  1 18:40:48 2012
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one or more