| Summary: | New process definition is added into non-existent package | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Sona Mala <smala> | ||||
| Component: | jBPM Designer | Assignee: | Tihomir Surdilovic <tsurdilo> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Sona Mala <smala> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | kverlaen, mbaluch | ||||
| Target Milestone: | --- | ||||||
| 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: | 2013-09-03 14:45:23 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: |
|
||||||
*** This bug has been marked as a duplicate of bug 991013 *** |
Created attachment 791631 [details] Process definition with Project Explorer and Properties Bar Description of problem: If you create new process definition then property "Package" always contains "org.jbpm". No matter in which package you create the process definition or if project contains this package. See attached screenshot. Version-Release number of selected component (if applicable): BPMS 6.0.0 ER2 How reproducible: Steps to Reproduce: 1. Create a new project "myProject" (org.myproject, 1.0) 2. Check that there is not package "org.jbpm" 3. Create new process definition 4. Take a look at property "Package" Actual results: Property "Package" contains "org.jbpm". Expected results: I hope that this property should correspondent with package in which is process definition created. The highlighted areas in screen shot should contain same text. For: - default package - this property should be empty or contains some expression for default package as "defaultPackage" or "<default>" etc. - org.myproject - this property should be org.myproject Additional info: I think that property "Package" should not be changed by users.