| Summary: | Cannot save process after an interface has been imported. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marek Baluch <mbaluch> | ||||
| Component: | Eclipse Tooling | Assignee: | Robert (Bob) Brodt <bbrodt> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Baluch <mbaluch> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | bbrodt, jomarko, kverlaen | ||||
| Target Milestone: | ER5 | ||||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:10:05 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: | |||||
| Attachments: |
|
||||||
|
Description
Marek Baluch
2013-09-23 17:11:35 UTC
Linked Eclipse BZ marked as fixed Found a way to verify. Import of an interface is possible. Adding a new one using the '+' icon is not. Verified on JBTIS 4.1.3.CR1. Hi Bob, I am playing with importing interfaces a little bit and I have reproduced issue with overloaded methods with the same count of arguments, you have mentioned on eclipse bugzilla. In the modeler BPMN2 Modeler 1.1.1.201501081320 conflicts are not resolved automatically. If user save file, there appears dialog, where user have to check which conflict will be resolved. Is this desired behaviour? I am not claiming that this is bug. I am only asking, because I have had feeling from your comments, that conflicts are resolved automatically. Created attachment 990750 [details]
import java.util.Date conflicts
In this screenshot are showed conflicts, when user have imported java.util.Date.
Yes, the user's attention needs to be drawn to the fact that two or more elements have the same ID since IDs, by definition must be unique in the document. If these duplicate elements are referenced from other objects, those references should be checked to make sure they refer to the correct object(s) once the duplicate IDs are made unique by the editor. |