User: patriot1burke
  Date: 02/01/08 16:03:12

  Modified:    src/etc/conf/default standardjboss.xml
  Log:
  fixed for clustering
  
  Revision  Changes    Path
  1.31      +6 -6      jboss/src/etc/conf/default/standardjboss.xml
  
  Index: standardjboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjboss.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- standardjboss.xml 2001/12/28 03:47:11     1.30
  +++ standardjboss.xml 2002/01/09 00:03:12     1.31
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: standardjboss.xml,v 1.30 2001/12/28 03:47:11 vharcq Exp $ -->
  +<!-- $Id: standardjboss.xml,v 1.31 2002/01/09 00:03:12 patriot1burke Exp $ -->
   
   <jboss>
      <enforce-ejb-restrictions>false</enforce-ejb-restrictions>
  @@ -110,7 +110,7 @@
         <container-configuration>
         <container-name>Clustered CMP 2.x EntityBean</container-name>
         <call-logging>false</call-logging>
  -      <container-invoker>org.jboss.proxy.ejb.ProxyFactoryHA</container-invoker>
  +      <container-invoker>org.jboss.proxy.ejb.ProxyFactory</container-invoker>
         <container-interceptors>
            <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
            <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
  @@ -158,7 +158,7 @@
         <container-configuration>
         <container-name>Clustered CMP EntityBean</container-name>
         <call-logging>false</call-logging>
  -      <container-invoker>org.jboss.proxy.ejb.ProxyFactoryHA</container-invoker>
  +      <container-invoker>org.jboss.proxy.ejb.ProxyFactory</container-invoker>
         <container-interceptors>
            <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
            <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
  @@ -318,7 +318,7 @@
         <container-configuration>
         <container-name>Clustered Stateless SessionBean</container-name>
         <call-logging>false</call-logging>
  -      <container-invoker>org.jboss.proxy.ejb.ProxyFactoryHA</container-invoker>
  +      <container-invoker>org.jboss.proxy.ejb.ProxyFactory</container-invoker>
         <container-interceptors>
            <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
            <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
  @@ -448,7 +448,7 @@
         <container-configuration>
         <container-name>Clustered Stateful SessionBean</container-name>
         <call-logging>false</call-logging>
  -      <container-invoker>org.jboss.proxy.ejb.ProxyFactoryHA</container-invoker>
  +      <container-invoker>org.jboss.proxy.ejb.ProxyFactory</container-invoker>
         <container-interceptors>
            <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
            <!-- CMT -->
  @@ -543,7 +543,7 @@
         <container-configuration>
         <container-name>Clustered BMP EntityBean</container-name>
         <call-logging>false</call-logging>
  -      <container-invoker>org.jboss.proxy.ejb.ProxyFactoryHA</container-invoker>
  +      <container-invoker>org.jboss.proxy.ejb.ProxyFactory</container-invoker>
         <container-interceptors>
            <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
            <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to