[jboss-cvs] JBossAS SVN: r58880 - trunk/server/src/etc/conf/default

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 6 15:50:09 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-06 15:50:08 -0500 (Wed, 06 Dec 2006)
New Revision: 58880

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
Comment the JSR88 handler

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2006-12-06 20:49:23 UTC (rev 58879)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2006-12-06 20:50:08 UTC (rev 58880)
@@ -537,6 +537,7 @@
             <handlers>
                <!-- can also specify handler by fully qualified classname -->
                <handler subsystem="invoker">jboss:service=invoker,type=unified</handler>
+               <!-- The JSR88 deployment service StreamingTarget handler -->
                <handler subsystem="JSR88">org.jboss.deployment.remoting.DeployHandler</handler>               
             </handlers>
          </config>




More information about the jboss-cvs-commits mailing list