[jboss-cvs] JBossAS SVN: r58147 - trunk/server/src/etc/deployers
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Nov 6 11:00:04 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-06 11:00:02 -0500 (Mon, 06 Nov 2006)
New Revision: 58147
Modified:
trunk/server/src/etc/deployers/client-deployer-beans.xml
Log:
Revert the errant changes
Modified: trunk/server/src/etc/deployers/client-deployer-beans.xml
===================================================================
--- trunk/server/src/etc/deployers/client-deployer-beans.xml 2006-11-06 05:30:29 UTC (rev 58146)
+++ trunk/server/src/etc/deployers/client-deployer-beans.xml 2006-11-06 16:00:02 UTC (rev 58147)
@@ -16,29 +16,6 @@
<this/>
</parameter>
</uninstall>
- <!-- A flag indicating if the deployer should validate the
- ejb-jar.xml/jboss.xml descriptors and components
- -->
- <attribute name="VerifyDeployments">true</attribute>
- <!-- A flag indicating if the xml parser should validate the descriptor
- DTDs
- -->
- <attribute name="ValidateDTDs">false</attribute>
- <!-- A flag indicating if the verifier should be verbose about its
- operation
- -->
- <attribute name="VerifierVerbose">true</attribute>
- <!-- Setting this to 'true' will cause all deployments
- to fail when the Verifier detected a problem with the contained
- Beans. If false, warnings/errors will be logged but the deployment
- will not fail.
- -->
- <attribute name="StrictVerifier">true</attribute>
-
- <!-- The EJBDeployer needs the JTA transaction manager service -->
- <depends optional-attribute-name="TransactionManagerServiceName">jboss:service=TransactionManager</depends>
- <!-- The dynamic class loading simple web server -->
- <depends optional-attribute-name="WebServiceName">jboss:service=WebService</depends>
- <depends>jboss.system:service=MainDeployer</depends>
+ <property name="mbeanServer"><inject bean="JMXKernel" property="mbeanServer"/></property>
</bean>
</deployment>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list