Author: dblevins
Date: Fri Jan 6 05:16:39 2012
New Revision: 1227958
URL: http://svn.apache.org/viewvc?rev=1227958&view=rev
Log:
reverting the header adds.. one of these files causes a test failure
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/Bundle.properties
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/ejb-jar.xml
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/WEB-INF/beans.xml
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/default.css
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/resources/css/jsfcrud.css
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/setup.jsp
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/Bundle.properties
URL:
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/Bundle.properties?rev=1227958&r1=1227957&r2=1227958&view=diff
==============================================================================
---
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/Bundle.properties
(original)
+++
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/Bundle.properties
Fri Jan 6 05:16:39 2012
@@ -1,21 +1,3 @@
-################################################################################
-#
-# 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.
-#
-################################################################################
PersistenceErrorOccured=A persistence error occurred.
Previous=Previous
Next=Next
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/ejb-jar.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/ejb-jar.xml?rev=1227958&r1=1227957&r2=1227958&view=diff
==============================================================================
---
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/ejb-jar.xml
(original)
+++
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/resources/META-INF/ejb-jar.xml
Fri Jan 6 05:16:39 2012
@@ -1,18 +1 @@
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
<ejb-jar/>
\ No newline at end of file
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml?rev=1227958&r1=1227957&r2=1227958&view=diff
==============================================================================
---
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
(original)
+++
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/META-INF/context.xml
Fri Jan 6 05:16:39 2012
@@ -1,21 +1,4 @@
<?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.
--->
-
<Context antiJARLocking="true" path="/moviefun">
<Manager className="org.apache.catalina.session.PersistentManager"
debug="0"
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/WEB-INF/beans.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/WEB-INF/beans.xml?rev=1227958&r1=1227957&r2=1227958&view=diff
==============================================================================
---
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/WEB-INF/beans.xml
(original)
+++
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/WEB-INF/beans.xml
Fri Jan 6 05:16:39 2012
@@ -1,19 +0,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.
-
--->
-
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/default.css
URL:
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/default.css?rev=1227958&r1=1227957&r2=1227958&view=diff
==============================================================================
---
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/default.css
(original)
+++
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/default.css
Fri Jan 6 05:16:39 2012
@@ -1,17 +1,46 @@
<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+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 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
+ 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
- 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.
+"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.
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/resources/css/jsfcrud.css
URL:
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/resources/css/jsfcrud.css?rev=1227958&r1=1227957&r2=1227958&view=diff
==============================================================================
---
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/resources/css/jsfcrud.css
(original)
+++
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/resources/css/jsfcrud.css
Fri Jan 6 05:16:39 2012
@@ -1,17 +1,46 @@
<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+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 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
+ 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
- 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.
+"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.
Modified:
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/setup.jsp
URL:
http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/setup.jsp?rev=1227958&r1=1227957&r2=1227958&view=diff
==============================================================================
---
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/setup.jsp
(original)
+++
openejb/branches/openejb-4.0.0-beta-2/arquillian-tomee/arquillian-tomee-moviefun-example/src/main/webapp/setup.jsp
Fri Jan 6 05:16:39 2012
@@ -1,17 +0,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.
---%>
-