[jboss-cvs] JBossAS SVN: r62052 - branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 3 17:02:54 EDT 2007


Author: mageshbk at jboss.com
Date: 2007-04-03 17:02:54 -0400 (Tue, 03 Apr 2007)
New Revision: 62052

Modified:
   branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml
Log:
Commented the Serializable interceptor as it applies to only JDK5

Modified: branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml
===================================================================
--- branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml	2007-04-03 19:21:44 UTC (rev 62051)
+++ branches/Branch_4_0/server/src/resources/jmx-invoker-adaptor/META-INF/jboss-service.xml	2007-04-03 21:02:54 UTC (rev 62052)
@@ -109,17 +109,22 @@
                <type>org.jboss.invocation.Invocation</type>
             </parameter>
             <return-type>java.lang.Object</return-type>
+            <!--
             <descriptors>
                <interceptors>
+            -->
                   <!-- Uncomment to require authenticated users
                   <interceptor code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor"
                      securityDomain="java:/jaas/jmx-console"/>
                   -->               
-                  <!-- Interceptor that deals with non-serializable results -->
+                  <!-- Interceptor that deals with non-serializable results of JDK5
                   <interceptor code="org.jboss.jmx.connector.invoker.SerializableInterceptor"
                      policyClass="StripModelMBeanInfoPolicy"/>
+                   -->
+            <!--
                </interceptors>
             </descriptors>
+            -->
          </operation>
       </xmbean>
       <attribute name="ExportedInterfaces">org.jboss.jmx.adaptor.rmi.RMIAdaptor,




More information about the jboss-cvs-commits mailing list