Bug 1063394
| Summary: | Guided editor: values from nested enum are not reloaded after reopening the rule | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Jiri Locker <jlocker> | ||||
| Component: | Business Central | Assignee: | manstis | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Locker <jlocker> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | etirelli, jlocker, kverlaen, rrajasek | ||||
| Target Milestone: | ER2 | ||||||
| Target Release: | 6.0.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 19:57:43 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: | |||||||
| Attachments: |
|
||||||
|
Description
Jiri Locker
2014-02-10 15:47:55 UTC
Hello, I used the Person2.jar in the referenced BZ and created a rule with Person( sex == Sex.MALE ); saved it and re-opened it without any problem. Can you please advise if I've missed something out? Created attachment 861817 [details]
Person.java
Mike, I believe you will replicate if you commit and push this class to a project (updating the package declaration) and use it instead of model uploaded in a jar.
Hi Jiri. I made a JAR with the provided class (thanks for that) and things still worked as expected/required. I'll try again pushing the source to the repository as you suggest too.. it has to be something specific to this specific use-case. Hi Jiri, I've managed to do that now and it still works OK. Are you sure you've not performed any additional other steps too? I simply cloned (with SSH), added the class, committed, pushed, saw the class in the workbench, made a rule using it (as described elsewhere), saved it, closed the editor and re-opened it. Still working ok... I'll try stopping server and restarting... I tried stopping and restarting.. everything appears to be working OK. Did you want to set to MODIFIED and check with the next release (in case there's been a change made elsewhere for something else that has fixed the issue)? Thanks for trying. This is only reproducible if there is another Person class in the project. Bug 1069288 will probably fix this one too. |