[jboss-cvs] JBossAS SVN: r108376 - in trunk: tomcat/src/resources/standalone and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 29 05:13:30 EDT 2010


Author: alesj
Date: 2010-09-29 05:13:30 -0400 (Wed, 29 Sep 2010)
New Revision: 108376

Modified:
   trunk/server/src/etc/deployers/scanning-deployers-jboss-beans.xml
   trunk/tomcat/src/resources/standalone/scanning-deployers-jboss-beans.xml
Log:
[JBCL-175]; add another ignored exception.

Modified: trunk/server/src/etc/deployers/scanning-deployers-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/deployers/scanning-deployers-jboss-beans.xml	2010-09-29 09:07:53 UTC (rev 108375)
+++ trunk/server/src/etc/deployers/scanning-deployers-jboss-beans.xml	2010-09-29 09:13:30 UTC (rev 108376)
@@ -23,6 +23,9 @@
      <install method="addIgnored">
          <parameter>java.lang.reflect.GenericSignatureFormatError</parameter>
      </install>
+     <install method="addIgnored">
+         <parameter>java.lang.IncompatibleClassChangeError</parameter>
+     </install>
      <uninstall method="removeIgnored">
          <parameter>java.lang.NoClassDefFoundError</parameter>
      </uninstall>
@@ -35,6 +38,9 @@
      <uninstall method="removeIgnored">
          <parameter>java.lang.reflect.GenericSignatureFormatError</parameter>
      </uninstall>
+     <uninstall method="removeIgnored">
+         <parameter>java.lang.IncompatibleClassChangeError</parameter>
+     </uninstall>
   </bean>
 
   <bean name="ResourceUtilDeployer" class="org.jboss.deployment.ResourceUtilSetupDeployer">

Modified: trunk/tomcat/src/resources/standalone/scanning-deployers-jboss-beans.xml
===================================================================
--- trunk/tomcat/src/resources/standalone/scanning-deployers-jboss-beans.xml	2010-09-29 09:07:53 UTC (rev 108375)
+++ trunk/tomcat/src/resources/standalone/scanning-deployers-jboss-beans.xml	2010-09-29 09:13:30 UTC (rev 108376)
@@ -23,6 +23,9 @@
      <install method="addIgnored">
          <parameter>java.lang.reflect.GenericSignatureFormatError</parameter>
      </install>
+     <install method="addIgnored">
+         <parameter>java.lang.IncompatibleClassChangeError</parameter>
+     </install>
      <uninstall method="removeIgnored">
          <parameter>java.lang.NoClassDefFoundError</parameter>
      </uninstall>
@@ -35,6 +38,9 @@
      <uninstall method="removeIgnored">
          <parameter>java.lang.reflect.GenericSignatureFormatError</parameter>
      </uninstall>
+     <uninstall method="removeIgnored">
+         <parameter>java.lang.IncompatibleClassChangeError</parameter>
+     </uninstall>
   </bean>
 
   <bean name="ResourceUtilDeployer" class="org.jboss.deployment.ResourceUtilSetupDeployer">



More information about the jboss-cvs-commits mailing list