|
From: Scott M S. <st...@us...> - 2003-02-08 20:28:11
|
User: starksm
Date: 03/02/08 12:28:10
Modified: src/etc/conf/default Tag: Branch_3_2 jboss-service.xml
Log:
Add additional attributes for the EARDeployer, EJBDeployer, RARDeployer and
WARDeployer to the JSR-77 LocalJBossServerDomain
Revision Changes Path
No revision
No revision
1.59.2.13 +5 -2 jboss/src/etc/conf/default/jboss-service.xml
Index: jboss-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
retrieving revision 1.59.2.12
retrieving revision 1.59.2.13
diff -u -r1.59.2.12 -r1.59.2.13
--- jboss-service.xml 17 Jan 2003 01:36:56 -0000 1.59.2.12
+++ jboss-service.xml 8 Feb 2003 20:28:10 -0000 1.59.2.13
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE server>
-<!-- $Id: jboss-service.xml,v 1.59.2.12 2003/01/17 01:36:56 starksm Exp $ -->
+<!-- $Id: jboss-service.xml,v 1.59.2.13 2003/02/08 20:28:10 starksm Exp $ -->
<!-- ===================================================================== -->
<!-- -->
@@ -109,9 +109,12 @@
name="jboss.management.local:j2eeType=J2EEDomain,name=Manager">
<attribute name="MainDeployer">jboss.system:service=MainDeployer</attribute>
<attribute name="SARDeployer">jboss.system:service=ServiceDeployer</attribute>
+ <attribute name="EARDeployer">jboss.j2ee:service=EARDeployer</attribute>
+ <attribute name="EJBDeployer">jboss.j2ee:service=EJBDeployer</attribute>
+ <attribute name="RARDeployer">jboss.jca:service=RARDeployer</attribute>
+ <attribute name="WARDeployer">jboss.web:service=WebServer</attribute>
<attribute name="JNDIService">jboss:service=Naming</attribute>
</mbean>
-
<!-- ==================================================================== -->
<!-- JNDI -->
|