You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ke...@apache.org on 2010/08/17 21:44:07 UTC

svn commit: r986463 - in /openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF: org.apache.openejb.embedded/service-jar.xml org.apache.openejb/service-jar.xml

Author: kevan
Date: Tue Aug 17 19:44:07 2010
New Revision: 986463

URL: http://svn.apache.org/viewvc?rev=986463&view=rev
Log:
remove AccessTimeout property from a few more statefulcontainer configuration

Modified:
    openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.embedded/service-jar.xml
    openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb/service-jar.xml

Modified: openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.embedded/service-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.embedded/service-jar.xml?rev=986463&r1=986462&r2=986463&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.embedded/service-jar.xml (original)
+++ openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb.embedded/service-jar.xml Tue Aug 17 19:44:07 2010
@@ -340,18 +340,6 @@
           factory-name="create"
           class-name="org.apache.openejb.core.stateful.StatefulContainerFactory">
 
-    # Specifies the maximum time an invocation could wait for the
-    # stateful bean instance to become available before giving up.
-    #
-    # After the timeout is reached a javax.ejb.ConcurrentAccessTimeoutException
-    # will be thrown.
-    #
-    # Usable time units: nanoseconds, microsecons, milliseconds,
-    # seconds, minutes, hours, days.  Or any combination such as
-    # "1 hour and 27 minutes and 10 seconds"
-
-    AccessTimeout = 0 milliseconds
-
     # The cache is responsible for managing stateful bean
     # instances.  The cache can page instances to disk as memory
     # is filled and can destroy abandoned instances.  A different

Modified: openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb/service-jar.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb/service-jar.xml?rev=986463&r1=986462&r2=986463&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb/service-jar.xml (original)
+++ openejb/branches/openejb-3.1.x/container/openejb-core/src/main/resources/META-INF/org.apache.openejb/service-jar.xml Tue Aug 17 19:44:07 2010
@@ -343,18 +343,6 @@
           factory-name="create"
           class-name="org.apache.openejb.core.stateful.StatefulContainerFactory">
 
-    # Specifies the maximum time an invocation could wait for the
-    # stateful bean instance to become available before giving up.
-    #
-    # After the timeout is reached a javax.ejb.ConcurrentAccessTimeoutException
-    # will be thrown.
-    #
-    # Usable time units: nanoseconds, microsecons, milliseconds,
-    # seconds, minutes, hours, days.  Or any combination such as
-    # "1 hour and 27 minutes and 10 seconds"
-
-    AccessTimeout = 0 milliseconds
-
     # The cache is responsible for managing stateful bean
     # instances.  The cache can page instances to disk as memory
     # is filled and can destroy abandoned instances.  A different