Bug 1024334
Summary: | Exception when trying to use "Markup Editor" on forms created by "Graphical Modeler" | ||
---|---|---|---|
Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Patrick Steiner <psteiner> |
Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Baluch <mbaluch> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0.0 | CC: | mbaluch, pzapataf |
Target Milestone: | ER6 | ||
Target Release: | 6.0.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
Build Name: 13464, Getting Started Guide-6-Beta-1
Build Date: 28-10-2013 13:46:10
Topic ID: 13469-547483 [Latest]
|
|
Last Closed: | 2014-08-06 20:06:13 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Patrick Steiner
2013-10-29 12:29:46 UTC
There is a bug when the Markup editor asset has to be removed to be re-writed with the changes. The code in class TaskFormsEditorServlet, must be: repository.deleteAssetFromPath(packageName + "/" + taskName + TASKFORM_NAME_EXTENSION + "." + formType); instead of repository.deleteAssetFromPath(packageName + taskName + TASKFORM_NAME_EXTENSION + "." + formType); to delete the same asset thas is being created and to avoid the FileAlreadyExistsException. fixed in designer master branch. will be moved to 6.0.x after community release. fix in designer 6.0.x branch as well Verified on ER7. No more FileAlreadyExistsException exception. |