-
Bug
-
Resolution: Obsolete
-
Major
-
7.5.1.GA
Below error is thrown while editing the rule task if we delete the duplicate project created.
| Uncaught exception: No filesystem for uri (default://master@MySpace/Rule2/src/main/resources/com/myspace/ruletest/ProcessTest.bpmn) found.
This happens only when we copy the current project using the duplicate project option and then delete the duplicate project. Error referencing to duplicate project filesystem is thrown while editing assets in the original project.
Use Case
- Create project A (RuleTest) with a Rule file (rule group "Myrule") and process with rule task referencing rule group "Myrule".
- Now create another project B (Rule2) by copying project A (Use duplicate Project option) in the same workspace and make some changes in project B (eg -: Create a new DRL file with same rule group - "Myrule") and save it.
- Now delete project B (Rule2).
- Now we try to edit DRL task rule property for the process in project A (RuleTest), we are getting the below error in UI.
Complete logs attached