[jboss-cvs] JBossAS SVN: r58879 - trunk/server/src/etc/conf/default
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Dec 6 15:49:25 EST 2006
Author: scott.stark at jboss.org
Date: 2006-12-06 15:49:23 -0500 (Wed, 06 Dec 2006)
New Revision: 58879
Modified:
trunk/server/src/etc/conf/default/jboss-service.xml
Log:
Add a JSR88 subsystem handler of type org.jboss.deployment.remoting.DeployHandler
Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml 2006-12-06 20:47:52 UTC (rev 58878)
+++ trunk/server/src/etc/conf/default/jboss-service.xml 2006-12-06 20:49:23 UTC (rev 58879)
@@ -537,6 +537,7 @@
<handlers>
<!-- can also specify handler by fully qualified classname -->
<handler subsystem="invoker">jboss:service=invoker,type=unified</handler>
+ <handler subsystem="JSR88">org.jboss.deployment.remoting.DeployHandler</handler>
</handlers>
</config>
</attribute>
More information about the jboss-cvs-commits
mailing list