init
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- $Id: jboss-service.xml 3884 2007-07-13 15:42:07Z thomas.diesler@jboss.com $ -->
|
||||
|
||||
<server>
|
||||
|
||||
<!--
|
||||
A deployer service for JSE endpoints.
|
||||
-->
|
||||
<mbean name="jboss.ws:service=DeployerInterceptorJSE" code="org.jboss.wsf.container.jboss42.DeployerInterceptorJSE">
|
||||
<depends-list optional-attribute-name="Interceptables">
|
||||
<depends-list-element>jboss.web:service=WebServer</depends-list-element>
|
||||
</depends-list>
|
||||
</mbean>
|
||||
|
||||
<!--
|
||||
A deployer service for EJB2.1 endpoints.
|
||||
-->
|
||||
<mbean name="jboss.ws:service=DeployerInterceptorEJB21" code="org.jboss.wsf.container.jboss42.DeployerInterceptorEJB21">
|
||||
<depends-list optional-attribute-name="Interceptables">
|
||||
<depends-list-element>jboss.ejb:service=EJBDeployer</depends-list-element>
|
||||
</depends-list>
|
||||
</mbean>
|
||||
|
||||
<!--
|
||||
A deployer service for EJB3 endpoints.
|
||||
-->
|
||||
<mbean name="jboss.ws:service=DeployerInterceptorEJB3" code="org.jboss.wsf.container.jboss42.DeployerInterceptorEJB3">
|
||||
<depends-list optional-attribute-name="Interceptables">
|
||||
<depends-list-element>jboss.ejb3:service=EJB3Deployer</depends-list-element>
|
||||
</depends-list>
|
||||
</mbean>
|
||||
|
||||
</server>
|
||||
Reference in New Issue
Block a user