20 lines
968 B
XML
20 lines
968 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- $Id: dcm4chee-mppsemulator-service.xml 3341 2007-05-12 17:19:22Z gunterze $ -->
|
|
<server>
|
|
<classpath codebase="lib" archives="dcm4chee.jar"/>
|
|
<mbean code="org.dcm4chex.archive.dcm.mppsscu.MPPSEmulatorService"
|
|
name="dcm4chee.archive:service=MPPSEmulator"
|
|
xmbean-dd="xmdesc/dcm4chee-mppsemulator-xmbean.xml">
|
|
<depends optional-attribute-name="MppsScuServiceName"
|
|
>dcm4chee.archive:service=MPPSScu</depends>
|
|
<depends optional-attribute-name="SchedulerServiceName"
|
|
>dcm4chee.archive:service=Scheduler</depends>
|
|
<!-- To avoid NameNotBoundExceptions during server startup. MUST be
|
|
removed, if the service is NOT deployed in the same jboss instance
|
|
as the MPPSEmulator EJB!
|
|
-->
|
|
<depends>jboss.j2ee:jndiName=ejb/MPPSEmulator,service=EJB</depends>
|
|
<attribute name="TimerIDCheckSeriesWithoutMPPS"
|
|
>CheckSeriesWithoutMPPS</attribute>
|
|
</mbean>
|
|
</server> |