-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User can't deploy two different DMN models in one deployment #9337
Comments
Let's analyze the issue first with the given resources. The goal is to fix the issue until the next minor version. |
Hi, i think i now ran into probably the same bug now with ZeebeDeployment annotation: this fails with the same error as the above bud when there is more than 1 dmn found to be deployed. Error: |
Ah oops, i see now someone already reported that as well |
In the
As you can see this method takes the
|
9458: [Backport stable/8.0] Support deploying multiple DMN files at once r=remcowesterhoud a=backport-action # Description Backport of #9432 to `stable/8.0`. relates to camunda/zeebe-process-test#357 #9337 #9115 Co-authored-by: Remco Westerhoud <remco@westerhoud.nl> Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
9458: [Backport stable/8.0] Support deploying multiple DMN files at once r=saig0 a=backport-action # Description Backport of #9432 to `stable/8.0`. relates to camunda/zeebe-process-test#357 #9337 #9115 Co-authored-by: Remco Westerhoud <remco@westerhoud.nl> Co-authored-by: Philipp Ossler <philipp.ossler@gmail.com>
Describe the bug
https://forum.camunda.io/t/fail-to-load-multiple-dmns-in-zeebe-process-test-extension-test-in-camunda-8/37483/4?u=zelldon
To Reproduce
dummy1.dmn.txt
dummy2.dmn.txt
dummy-bpmn.bpmn.txt
Expected behavior
No error on deploying two different dmn models.
Log/Stacktrace
Full Stacktrace
Environment:
The text was updated successfully, but these errors were encountered: