nroduit / weasis-pacs-connector

Connect Weasis to any PACS supporting WADO
Other
52 stars 55 forks source link

Can't get ML manifest with dcm4chee-arc 5.31.2 + WildFly 29.0.1 #47

Open ghost opened 9 months ago

ghost commented 9 months ago

Until dcm4chee-arc 5.31.0 + WildFly 26.1.3.Final http://localhost:8080/weasis-pacs-connector/manifest?studyUID={} I was able to display the image on weasis by getting the XML manifest with a description like this and using the weasis command $dicom:get But the current dcm4chee-arc 5.31.2 requirement is unable to get the manifest with WildFly 29.0.1 This seems to be caused by the Jakarta EE Version used in WildFly being changed from Jakarta EE 8 to Jakarta EE 10. Where should I modify the weasis-pacs-connector source to be able to obtain the XML manifest?

nroduit commented 9 months ago

You can propose a PR if you have an idea of the change required, as we use this software in tomcat containers.

See this post