init
This commit is contained in:
20
dcm4chee/default/deploy/dcm4chee-mppsemulator-service.xml
Normal file
20
dcm4chee/default/deploy/dcm4chee-mppsemulator-service.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user