| Summary: | "View Process Model" displays the latest process model for old process definitions/instances | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Toshiya Kobayashi <tkobayas> | ||||||||||
| Component: | Business Central | Assignee: | Maciej Swiderski <mswiders> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Baluch <mbaluch> | ||||||||||
| Severity: | medium | Docs Contact: | |||||||||||
| Priority: | high | ||||||||||||
| Version: | 6.0.0 | CC: | kverlaen, msalatin, mswiders | ||||||||||
| 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:08:14 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
Toshiya Kobayashi
2013-10-03 08:09:02 UTC
Ok a few things to check. Are you sure that you have the two deployment units for your two versions of the project? You need to change the version of the project if you want to deploy it again, or undeploy the artifact before deploying the new version. If not the old one will not be replaced. Can you please check that? In the deployment screens you should see both versions. Created attachment 808700 [details]
deployments-screenshot.png
Created attachment 808701 [details]
view-process-model.png
Created attachment 808702 [details]
testproj1-1.0.0.jar
Created attachment 808703 [details]
testproj1-1.1.0.jar
(In reply to Mauricio Salatino from comment #1) > Ok a few things to check. > Are you sure that you have the two deployment units for your two versions of > the project? You need to change the version of the project if you want to > deploy it again, or undeploy the artifact before deploying the new version. > If not the old one will not be replaced. > Can you please check that? In the deployment screens you should see both > versions. Yes, [Deploy]->[Deployments] displays 2 deployments (com.example:testproj1 1.0.0 and 1.1.0). Attached deployments-screenshot.png. I also attached: - view-process-model.png which is the apprearance of displaying testprocess v1.1 (See left-top of the canvas) for deployment com.example:testproj1:1.0.0 (See 'Deployment' section in 'Definition Details' panel) - testproj1-1.0.0.jar which contains testprocess.bpmn2 v1.0 - testproj1-1.1.0.jar which contains testprocess.bpmn2 v1.1 Let me know if you need any additional information. Issue was in fact with handling of process definitions that were deployed and accessed from within process definition/instance view - it was using only process id to do the look up. Now both deployment id and process id are used to find the right process definition jbpm console master https://github.com/droolsjbpm/jbpm-console-ng/commit/686333b26e9c888728a1ee6cc7ca9ec636fcfac5 6.0.x https://github.com/droolsjbpm/jbpm-console-ng/commit/ad89cda594ec56205d5a8417a7d05eb1fa0da8e2 Awesome! Thanks for checking it Maciej! Verified on ER5. |