Files
config-pacs-docker/dcm4chee/default/deploy/dcm4chee-mppsemulator-service.xml
2025-02-26 14:49:25 +07:00

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>