[jboss-cvs] JBossAS SVN: r59446 - in branches/Branch_4_2: server/src/etc/conf/default and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 9 13:51:52 EST 2007


Author: tom.elrod at jboss.com
Date: 2007-01-09 13:51:49 -0500 (Tue, 09 Jan 2007)
New Revision: 59446

Modified:
   branches/Branch_4_2/cluster/src/etc/cluster-service.xml
   branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml
   branches/Branch_4_2/server/src/etc/conf/default/standardjboss.xml
Log:
JBAS-3950 - changed default detached invoker to be UnifiedInvoker(HA).

Modified: branches/Branch_4_2/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_2/cluster/src/etc/cluster-service.xml	2007-01-09 18:38:43 UTC (rev 59445)
+++ branches/Branch_4_2/cluster/src/etc/cluster-service.xml	2007-01-09 18:51:49 UTC (rev 59446)
@@ -14,7 +14,7 @@
 
    <mbean code="org.jboss.ha.framework.server.ClusterPartition"
       name="jboss:service=${jboss.partition.name:DefaultPartition}">
-         
+
       <!-- Name of the partition being built -->
       <attribute name="PartitionName">${jboss.partition.name:DefaultPartition}</attribute>
 
@@ -23,7 +23,7 @@
 
       <!-- Determine if deadlock detection is enabled -->
       <attribute name="DeadlockDetection">False</attribute>
-     
+
       <!-- Max time (in ms) to wait for state transfer to complete. Increase for large states -->
       <attribute name="StateTransferTimeout">30000</attribute>
 
@@ -71,7 +71,7 @@
                  tcp_nodelay="true" up_thread="false" down_thread="false"/>
             <TCPPING initial_hosts="thishost[7800],otherhost[7800]" port_range="3" timeout="3500"
                num_initial_members="3" up_thread="false" down_thread="false"/>
-            <MERGE2 min_interval="5000" max_interval="10000" 
+            <MERGE2 min_interval="5000" max_interval="10000"
                up_thread="false" down_thread="false"/>
             <FD_SOCK down_thread="false" up_thread="false"/>
             <FD shun="true" up_thread="false" down_thread="false"
@@ -136,7 +136,7 @@
 
       <!-- A flag to disable the auto discovery via multicast -->
       <attribute name="DiscoveryDisabled">false</attribute>
-      <!-- Set the auto-discovery bootstrap multicast bind address. If not 
+      <!-- Set the auto-discovery bootstrap multicast bind address. If not
       specified and a BindAddress is specified, the BindAddress will be used. -->
       <attribute name="AutoDiscoveryBindAddress">${jboss.bind.address}</attribute>
       <!-- Multicast Address and group port used for auto-discovery -->
@@ -146,7 +146,7 @@
       <attribute name="AutoDiscoveryTTL">16</attribute>
       <!-- The load balancing policy for HA-JNDI -->
       <attribute name="LoadBalancePolicy">org.jboss.ha.framework.interfaces.RoundRobin</attribute>
-      
+
       <!-- Client socket factory to be used for client-server
            RMI invocations during JNDI queries
       <attribute name="ClientSocketFactory">custom</attribute>
@@ -157,6 +157,18 @@
       -->
    </mbean>
 
+   <!-- ==================================================================== -->
+   <!-- HA Invokers                                                          -->
+   <!-- ==================================================================== -->
+
+   <mbean code="org.jboss.invocation.unified.server.UnifiedInvokerHA"
+      name="jboss:service=invoker,type=unifiedha">
+      <depends>jboss:service=TransactionManager</depends>
+      <depends optional-attribute-name="Connector"
+       proxy-type="attribute">jboss.remoting:service=Connector,transport=socket</depends>
+      <depends>jboss:service=${jboss.partition.name:DefaultPartition}</depends>
+   </mbean>
+
    <mbean code="org.jboss.invocation.jrmp.server.JRMPInvokerHA"
       name="jboss:service=invoker,type=jrmpha">
       <attribute name="ServerAddress">${jboss.bind.address}</attribute>
@@ -176,7 +188,7 @@
       <attribute name="ClientMaxPoolSize">300</attribute>
       <attribute name="SocketTimeout">60000</attribute>
       <attribute name="ServerBindAddress">${jboss.bind.address}</attribute>
-      <attribute name="ServerBindPort">4446</attribute>
+      <attribute name="ServerBindPort">4448</attribute>
       <attribute name="ClientConnectAddress">${jboss.bind.address}</attribute>
       <attribute name="ClientConnectPort">0</attribute>
       <attribute name="EnableTcpNoDelay">false</attribute>

Modified: branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2007-01-09 18:38:43 UTC (rev 59445)
+++ branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2007-01-09 18:51:49 UTC (rev 59446)
@@ -37,17 +37,17 @@
 
    <!-- ==================================================================== -->
    <!-- XMBean Persistence                                                   -->
-   <!-- ==================================================================== -->   
+   <!-- ==================================================================== -->
    <mbean code="org.jboss.system.pm.AttributePersistenceService"
       name="jboss:service=AttributePersistenceService"
       xmbean-dd="resource:xmdesc/AttributePersistenceService-xmbean.xml">
       <!-- the AttributePersistenceService is persistent, itself -->
-           
+
       <!--
       <attribute name="AttributePersistenceManagerClass">org.jboss.system.pm.XMLAttributePersistenceManager</attribute>
       <attribute name="AttributePersistenceManagerConfig">
          <data-directory>data/xmbean-attrs</data-directory>
-      </attribute>      
+      </attribute>
       <attribute name="ApmDestroyOnServiceStop">false</attribute>
       <attribute name="VersionTag"></attribute>
       -->
@@ -139,20 +139,20 @@
       | SubscriptionList
       |  - subscribe for the notifications to be stored in the table
 
-   <mbean code="org.jboss.monitor.services.ActiveAlarmTable" 
+   <mbean code="org.jboss.monitor.services.ActiveAlarmTable"
           name="jboss.monitor:service=ActiveAlarmTable">
       <attribute name="SubscriptionList">
          <subscription-list>
             <mbean name="jboss.monitor:*">
                <notification type="jboss.alarm"/>
-               <notification type="JBOSS_MONITOR_NOTIFICATION"/>               
+               <notification type="JBOSS_MONITOR_NOTIFICATION"/>
             </mbean>
             <mbean name="jboss.system:service=Logging,type=JMXNotificationAppender"/>
          </subscription-list>
       </attribute>
    </mbean>
    -->
-  
+
    <!-- ==================================================================== -->
    <!-- JBoss RMI Classloader - only install when available                  -->
    <!-- ==================================================================== -->
@@ -326,20 +326,20 @@
 
       <!- - Transaction Integrity Checking - ->
       <!- - Force a rollback if another thread is associated with the transaction at commit - ->
-      <!- - <depends optional-attribute-name="TransactionIntegrityFactory" 
+      <!- - <depends optional-attribute-name="TransactionIntegrityFactory"
                proxy-type="org.jboss.tm.integrity.TransactionIntegrityFactory">
          <mbean code="org.jboss.tm.integrity.FailIncompleteTransaction"
                 name="jboss:service=TransactionManager,plugin=TransactionIntegrity"/>
       </depends> - ->
    </mbean>
    -->
-   
+
    <!-- JBoss Transactions JTA -->
    <mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
       name="jboss:service=TransactionManager">
       <attribute name="TransactionTimeout">300</attribute>
    </mbean>
-   
+
    <!--
       | UserTransaction support.
     -->
@@ -384,6 +384,18 @@
    <!-- Invokers to the JMX node                                             -->
    <!-- ==================================================================== -->
 
+   <!-- Unified invoker (based on remoting) -->
+   <mbean code="org.jboss.invocation.unified.server.UnifiedInvoker"
+      name="jboss:service=invoker,type=unified">
+      <!-- To turn on strict RMI exception propagation uncomment block below -->
+      <!-- This will cause the UnifiedInvokerProxy to wrap RemoteExceptions  -->
+      <!-- within a ServerException, otherwise will throw root exception     -->
+      <!-- (not RemoteException)                                             -->
+      <!-- <attribute name="StrictRMIException">true</attribute> -->
+      <depends>jboss:service=TransactionManager</depends>
+      <depends>jboss.remoting:service=Connector,transport=socket</depends>
+   </mbean>
+
    <!-- RMI/JRMP invoker -->
    <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
       name="jboss:service=invoker,type=jrmp">
@@ -426,6 +438,118 @@
    </mbean>
 
    <!-- ==================================================================== -->
+   <!-- Remoting services 						                                   -->
+   <!-- ==================================================================== -->
+
+   <!-- For detailed description of all these configuration attributes, please see the -->
+   <!-- JBoss Remoting User's Guide or wiki (http://labs.jboss.com/portal/jbossremoting/docs/guide/index.html) -->
+
+    <!-- The NetworkRegistry contains all the local and remote -->
+    <!-- servers that it recognizes.  The remote ones registered -->
+    <!-- are dependant on the detectors running and which domains -->
+    <!-- they are configured to identify.                         -->
+    <mbean code="org.jboss.remoting.network.NetworkRegistry"
+           name="jboss.remoting:service=NetworkRegistry"/>
+
+   <!-- The Connector is the core component of the remoting server service. -->
+   <!-- It binds the remoting invoker (transport protocol, callback configuration, -->
+   <!-- data marshalling, etc.) with the invocation handlers.  -->
+   <mbean code="org.jboss.remoting.transport.Connector"
+          name="jboss.remoting:service=Connector,transport=socket"
+          display-name="Socket transport Connector">
+
+       <!-- Can either just specify the InvokerLocator attribute and not the invoker element in the -->
+       <!-- Configuration attribute, or do the full invoker configuration in the in invoker element -->
+       <!-- of the Configuration attribute. -->
+
+       <!-- Remember that if you do use more than one param on the uri, will have to include as a CDATA, -->
+       <!-- otherwise, parser will complain. -->
+       <!-- <attribute name="InvokerLocator"><![CDATA[socket://${jboss.bind.address}:4446/?datatype=invocation]]></attribute> -->
+
+      <attribute name="Configuration">
+         <!-- Using the following <invoker> element instead of the InvokerLocator above because specific attributes needed. -->
+         <!-- If wanted to use any of the parameters below, can just add them as parameters to the url above if wanted use the InvokerLocator attribute. -->
+         <config>
+            <!-- Other than transport type and handler, none of these configurations are required (will just use defaults). -->
+            <invoker transport="socket">
+               <attribute name="dataType" isParam="true">invocation</attribute>
+               <attribute name="marshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationMarshaller</attribute>
+               <attribute name="unmarshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationUnMarshaller</attribute>
+               <!-- This will be port on which the marshall loader port runs on.  -->
+               <!-- <attribute name="loaderport" isParam="true">4447</attribute> -->
+               <!-- The following are specific to socket invoker -->
+               <!-- <attribute name="numAcceptThreads">1</attribute>-->
+               <!-- <attribute name="maxPoolSize">303</attribute>-->
+               <!-- <attribute name="clientMaxPoolSize" isParam="true">304</attribute>-->
+               <attribute name="socketTimeout" isParam="true">600000</attribute>
+               <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
+               <attribute name="serverBindPort">4446</attribute>
+               <!-- <attribute name="clientConnectAddress">216.23.33.2</attribute> -->
+               <!-- <attribute name="clientConnectPort">7777</attribute> -->
+               <attribute name="enableTcpNoDelay" isParam="true">true</attribute>
+               <!-- <attribute name="backlog">200</attribute>-->
+               <!-- The following is for callback configuration and is independant of invoker type -->
+               <!-- <attribute name="callbackMemCeiling">30</attribute>-->
+               <!-- indicates callback store by fully qualified class name -->
+               <!-- <attribute name="callbackStore">org.jboss.remoting.CallbackStore</attribute>-->
+               <!-- indicates callback store by object name -->
+               <!-- <attribute name="callbackStore">jboss.remoting:service=CallbackStore,type=Serializable</attribute> -->
+               <!-- config params for callback store.  if were declaring callback store via object name, -->
+               <!-- could have specified these config params there. -->
+               <!-- StoreFilePath indicates to which directory to write the callback objects. -->
+               <!-- The default value is the property value of 'jboss.server.data.dir' and if this is not set, -->
+               <!-- then will be 'data'. Will then append 'remoting' and the callback client's session id. -->
+               <!-- An example would be 'data\remoting\5c4o05l-9jijyx-e5b6xyph-1-e5b6xyph-2'. -->
+               <!-- <attribute name="StoreFilePath">callback</attribute>-->
+               <!-- StoreFileSuffix indicates the file suffix to use for the callback objects written to disk. -->
+               <!-- The default value for file suffix is 'ser'. -->
+               <!-- <attribute name="StoreFileSuffix">cst</attribute>-->
+            </invoker>
+
+            <!-- At least one handler is required by the connector.  If have more than one, must decalre -->
+            <!-- different subsystem values.  Otherwise, all invocations will be routed to the only one -->
+            <!-- that is declared. -->
+            <handlers>
+               <!-- can also specify handler by fully qualified classname -->
+               <handler subsystem="invoker">jboss:service=invoker,type=unified</handler>
+            </handlers>
+         </config>
+      </attribute>
+      <depends>jboss.remoting:service=NetworkRegistry</depends>
+   </mbean>
+
+
+   <!-- <mbean code="org.jboss.remoting.detection.jndi.JNDIDetector"-->
+   <!--      name="jboss.remoting:service=Detector,transport=jndi">-->
+   <!-- host to which the detector will connect to for the JNDI server. -->
+   <!-- <attribute name="Host">localhost</attribute>-->
+   <!-- port to which detector will connect to for the JNDI server. -->
+   <!-- <attribute name="Port">5555</attribute>-->
+   <!-- context factory string used when connecting to the JNDI server. -->
+   <!-- The default is org.jnp.interfaces.NamingContextFactory. -->
+   <!-- <attribute name="ContextFactory">org.acme.NamingContextFactory</attribute> -->
+   <!-- url package string to use when connecting to the JNDI server. -->
+   <!-- The default is org.jboss.naming:org.jnp.interfaces. -->
+   <!-- <attribute name="URLPackage">org.acme.naming</attribute> -->
+   <!-- Sets the number of detection iterations before manually pinging -->
+   <!-- remote server to make sure still alive. This is needed since remote server -->
+   <!-- could crash and yet still have an entry in the JNDI server, -->
+   <!-- thus making it appear that it is still there. The default value is 5. -->
+   <!-- <attribute name="CleanDetectionNumber">20</attribute>-->
+
+   <!-- Specifies the domains in which the detector will recognize -->
+   <!-- detections.  If servers are not configured to be in these -->
+   <!-- domains, they will not be added to NetworkRegistry. -->
+   <!--      <attribute name="Configuration">-->
+   <!--         <domains>-->
+   <!--            <domain>roxanne</domain>-->
+   <!--            <domain>sparky</domain>-->
+   <!--         </domains>-->
+   <!--      </attribute>-->
+   <!--   </mbean>-->
+
+
+   <!-- ==================================================================== -->
    <!-- Monitoring and Management                                            -->
    <!-- ==================================================================== -->
 
@@ -478,7 +602,7 @@
                extension as above with DeploymentSorter.
       -->
       <attribute name="URLComparator">org.jboss.deployment.DeploymentSorter</attribute>
-      
+
       <!--
       <attribute name="URLComparator">org.jboss.deployment.scanner.PrefixDeploymentSorter</attribute>
       -->
@@ -501,7 +625,7 @@
 
       <!-- Frequency in milliseconds to rescan the URLs for changes -->
       <attribute name="ScanPeriod">5000</attribute>
-      
+
       <!-- A flag to disable the scans -->
       <attribute name="ScanEnabled">true</attribute>
 

Modified: branches/Branch_4_2/server/src/etc/conf/default/standardjboss.xml
===================================================================
--- branches/Branch_4_2/server/src/etc/conf/default/standardjboss.xml	2007-01-09 18:38:43 UTC (rev 59445)
+++ branches/Branch_4_2/server/src/etc/conf/default/standardjboss.xml	2007-01-09 18:51:49 UTC (rev 59446)
@@ -22,8 +22,8 @@
   <invoker-proxy-bindings>
 
     <invoker-proxy-binding>
-      <name>entity-rmi-invoker</name>
-      <invoker-mbean>jboss:service=invoker,type=jrmp</invoker-mbean>
+      <name>entity-unified-invoker</name>
+      <invoker-mbean>jboss:service=invoker,type=unified</invoker-mbean>
       <proxy-factory>org.jboss.proxy.ejb.ProxyFactory</proxy-factory>
       <proxy-factory-config>
         <client-interceptors>
@@ -53,8 +53,8 @@
     </invoker-proxy-binding>
 
     <invoker-proxy-binding>
-      <name>clustered-entity-rmi-invoker</name>
-      <invoker-mbean>jboss:service=invoker,type=jrmpha</invoker-mbean>
+      <name>clustered-entity-unified-invoker</name>
+      <invoker-mbean>jboss:service=invoker,type=unifiedha</invoker-mbean>
       <proxy-factory>org.jboss.proxy.ejb.ProxyFactoryHA</proxy-factory>
       <proxy-factory-config>
         <client-interceptors>
@@ -87,8 +87,8 @@
     </invoker-proxy-binding>
 
     <invoker-proxy-binding>
-      <name>stateless-rmi-invoker</name>
-      <invoker-mbean>jboss:service=invoker,type=jrmp</invoker-mbean>
+      <name>stateless-unified-invoker</name>
+      <invoker-mbean>jboss:service=invoker,type=unified</invoker-mbean>
       <proxy-factory>org.jboss.proxy.ejb.ProxyFactory</proxy-factory>
       <proxy-factory-config>
         <client-interceptors>
@@ -111,8 +111,8 @@
     </invoker-proxy-binding>
 
     <invoker-proxy-binding>
-      <name>clustered-stateless-rmi-invoker</name>
-      <invoker-mbean>jboss:service=invoker,type=jrmpha</invoker-mbean>
+      <name>clustered-stateless-unified-invoker</name>
+      <invoker-mbean>jboss:service=invoker,type=unifiedha</invoker-mbean>
       <proxy-factory>org.jboss.proxy.ejb.ProxyFactoryHA</proxy-factory>
       <proxy-factory-config>
         <client-interceptors>
@@ -137,8 +137,8 @@
     </invoker-proxy-binding>
 
     <invoker-proxy-binding>
-      <name>stateful-rmi-invoker</name>
-      <invoker-mbean>jboss:service=invoker,type=jrmp</invoker-mbean>
+      <name>stateful-unified-invoker</name>
+      <invoker-mbean>jboss:service=invoker,type=unified</invoker-mbean>
       <proxy-factory>org.jboss.proxy.ejb.ProxyFactory</proxy-factory>
       <proxy-factory-config>
         <client-interceptors>
@@ -161,8 +161,8 @@
     </invoker-proxy-binding>
 
     <invoker-proxy-binding>
-      <name>clustered-stateful-rmi-invoker</name>
-      <invoker-mbean>jboss:service=invoker,type=jrmpha</invoker-mbean>
+      <name>clustered-stateful-unified-invoker</name>
+      <invoker-mbean>jboss:service=invoker,type=unifiedha</invoker-mbean>
       <proxy-factory>org.jboss.proxy.ejb.ProxyFactoryHA</proxy-factory>
       <proxy-factory-config>
         <client-interceptors>
@@ -381,7 +381,7 @@
     <container-configuration>
       <container-name>Standard CMP 2.x EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <call-ejb-store-on-clean>true</call-ejb-store-on-clean>
@@ -429,7 +429,7 @@
       -->
       <container-name>cmp2.x jdbc2 pm</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>true</insert-after-ejb-post-create>
       <call-ejb-store-on-clean>true</call-ejb-store-on-clean>
@@ -473,7 +473,7 @@
     <container-configuration>
       <container-name>Clustered CMP 2.x EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>clustered-entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>clustered-entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>
@@ -520,7 +520,7 @@
     <container-configuration>
       <container-name>Standard CMP 2.x EntityBean with cache invalidation</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <container-interceptors>
         <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
         <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
@@ -562,7 +562,7 @@
     <container-configuration>
       <container-name>Instance Per Transaction CMP 2.x EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>
@@ -593,7 +593,7 @@
     <container-configuration>
       <container-name>Standard CMP EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>
@@ -635,7 +635,7 @@
     <container-configuration>
       <container-name>Clustered CMP EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>clustered-entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>clustered-entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>
@@ -681,7 +681,7 @@
     <container-configuration>
       <container-name>Instance Per Transaction CMP EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>
@@ -711,7 +711,7 @@
     <container-configuration>
       <container-name>Standard Stateless SessionBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>stateless-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>stateless-unified-invoker</invoker-proxy-binding-name>
       <container-interceptors>
         <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
         <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
@@ -737,7 +737,7 @@
     <container-configuration>
       <container-name>Clustered Stateless SessionBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>clustered-stateless-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>clustered-stateless-unified-invoker</invoker-proxy-binding-name>
       <container-interceptors>
         <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
         <interceptor>org.jboss.ejb.plugins.CleanShutdownInterceptor</interceptor>
@@ -768,7 +768,7 @@
     <container-configuration>
       <container-name>Standard Stateful SessionBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>stateful-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>stateful-unified-invoker</invoker-proxy-binding-name>
       <container-interceptors>
         <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
         <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
@@ -808,7 +808,7 @@
     <container-configuration>
       <container-name>Clustered Stateful SessionBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>clustered-stateful-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>clustered-stateful-unified-invoker</invoker-proxy-binding-name>
       <container-interceptors>
         <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
         <interceptor>org.jboss.ejb.plugins.CleanShutdownInterceptor</interceptor>
@@ -853,7 +853,7 @@
     <container-configuration>
       <container-name>Standard BMP EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>
@@ -895,7 +895,7 @@
     <container-configuration>
       <container-name>Clustered BMP EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>clustered-entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>clustered-entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>
@@ -941,7 +941,7 @@
     <container-configuration>
       <container-name>Instance Per Transaction BMP EntityBean</container-name>
       <call-logging>false</call-logging>
-      <invoker-proxy-binding-name>entity-rmi-invoker</invoker-proxy-binding-name>
+      <invoker-proxy-binding-name>entity-unified-invoker</invoker-proxy-binding-name>
       <sync-on-commit-only>false</sync-on-commit-only>
       <insert-after-ejb-post-create>false</insert-after-ejb-post-create>
       <container-interceptors>




More information about the jboss-cvs-commits mailing list