Author: dblevins
Date: Thu Jun 24 19:08:57 2010
New Revision: 957686

URL: http://svn.apache.org/viewvc?rev=957686&view=rev
Log:
Should have been committed with 957506

Added:
    
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-aroundtimeout.xml
   (with props)

Added: 
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-aroundtimeout.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-aroundtimeout.xml?rev=957686&view=auto
==============================================================================
--- 
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-aroundtimeout.xml
 (added)
+++ 
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-aroundtimeout.xml
 Thu Jun 24 19:08:57 2010
@@ -0,0 +1,37 @@
+<?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.1" 
metadata-complete="true">
+    <enterprise-beans>
+        <session>
+            <description>TestBean</description>
+            <ejb-name>TestBean</ejb-name>
+            <around-timeout>
+                <method-name>aroundTimeout</method-name>
+            </around-timeout>
+        </session>
+    </enterprise-beans>
+    <interceptors>
+        <interceptor>
+            <around-timeout>
+                <method-name>aroundTimeout</method-name>
+            </around-timeout>
+        </interceptor>
+    </interceptors>
+</ejb-jar>

Propchange: 
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/ejb-jar-aroundtimeout.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to