This commit is contained in:
2025-02-26 14:49:25 +07:00
commit 1c1d9c4474
6403 changed files with 1953774 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: dcm4chee-studyreconciliation-service.xml 3341 2007-05-12 17:19:22Z gunterze $ -->
<server>
<classpath codebase="lib" archives="dcm4chee.jar"/>
<mbean code="org.dcm4chex.archive.mbean.StudyReconciliationService"
name="dcm4chee.archive:service=StudyReconciliation"
xmbean-dd="xmdesc/dcm4chee-studyreconciliation-xmbean.xml">
<depends>jboss.j2ee:jndiName=ejb/StudyReconciliation,service=EJB</depends>
<depends optional-attribute-name="SchedulerServiceName"
>dcm4chee.archive:service=Scheduler</depends>
<depends optional-attribute-name="TLSConfigName"
>dcm4chee.archive:service=TLSConfig</depends>
<attribute name="TimerIDCheckStudyReconciliation"
>CheckStudyReconciliation</attribute>
</mbean>
</server>