[jboss-cvs] JBossAS SVN: r90565 - in trunk: jbossas-jmx-remoting/src/etc and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 24 13:53:23 EDT 2009


Author: smarlow at redhat.com
Date: 2009-06-24 13:53:23 -0400 (Wed, 24 Jun 2009)
New Revision: 90565

Added:
   trunk/jbossas-jmx-remoting/src/etc/jboss-scanning.xml
   trunk/server/src/resources/uuid-key-generator/META-INF/jboss-scanning.xml
   trunk/varia/src/resources/jmx/web-inf/jboss-scanning.xml
Modified:
   trunk/jbossas-jmx-remoting/pom.xml
   trunk/varia/build.xml
Log:
JBAS-7030 Avoid unnecessary class scanning for annotations during startup

Modified: trunk/jbossas-jmx-remoting/pom.xml
===================================================================
--- trunk/jbossas-jmx-remoting/pom.xml	2009-06-24 15:50:40 UTC (rev 90564)
+++ trunk/jbossas-jmx-remoting/pom.xml	2009-06-24 17:53:23 UTC (rev 90565)
@@ -50,6 +50,7 @@
                    <zipfileset dir="target/etc"
                       prefix="META-INF">
                       <include name="jboss-service.xml"/>
+                      <include name="jboss-scanning.xml"/>
                    </zipfileset>
                 </zip>
                 

Added: trunk/jbossas-jmx-remoting/src/etc/jboss-scanning.xml
===================================================================
--- trunk/jbossas-jmx-remoting/src/etc/jboss-scanning.xml	                        (rev 0)
+++ trunk/jbossas-jmx-remoting/src/etc/jboss-scanning.xml	2009-06-24 17:53:23 UTC (rev 90565)
@@ -0,0 +1,3 @@
+<scanning xmlns="urn:jboss:scanning:1.0">
+<!-- Purpose:  Disable scanning for annotations in contained deployment. -->
+</scanning>

Added: trunk/server/src/resources/uuid-key-generator/META-INF/jboss-scanning.xml
===================================================================
--- trunk/server/src/resources/uuid-key-generator/META-INF/jboss-scanning.xml	                        (rev 0)
+++ trunk/server/src/resources/uuid-key-generator/META-INF/jboss-scanning.xml	2009-06-24 17:53:23 UTC (rev 90565)
@@ -0,0 +1,3 @@
+<scanning xmlns="urn:jboss:scanning:1.0">
+<!-- Purpose:  Disable scanning for annotations in contained deployment. -->
+</scanning>

Modified: trunk/varia/build.xml
===================================================================
--- trunk/varia/build.xml	2009-06-24 15:50:40 UTC (rev 90564)
+++ trunk/varia/build.xml	2009-06-24 17:53:23 UTC (rev 90565)
@@ -419,6 +419,7 @@
     <war warfile="${build.lib}/jmx-console.war"
       webxml="${source.resources}/jmx/jmx-console-web.xml">
       <webinf dir="${source.resources}/jmx/web-inf"/>
+      <include name="jboss-scanning.xml" />
       <classes dir="${build.classes}">
         <include name="org/jboss/jmx/adaptor/**"/>
         <exclude name="org/jboss/jmx/adaptor/snmp/**"/>

Added: trunk/varia/src/resources/jmx/web-inf/jboss-scanning.xml
===================================================================
--- trunk/varia/src/resources/jmx/web-inf/jboss-scanning.xml	                        (rev 0)
+++ trunk/varia/src/resources/jmx/web-inf/jboss-scanning.xml	2009-06-24 17:53:23 UTC (rev 90565)
@@ -0,0 +1,3 @@
+<scanning xmlns="urn:jboss:scanning:1.0">
+<!-- Purpose:  Disable scanning for annotations in contained deployment. -->
+</scanning>




More information about the jboss-cvs-commits mailing list