Bug 1070324
| Summary: | Build problems not reported in the 'Problems' panel. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Pedro Zapata <pzapataf> | ||||||
| Component: | Business Central | Assignee: | Maciej Swiderski <mswiders> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Baluch <mbaluch> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 6.0.0 | CC: | kverlaen, lpetrovi, rrajasek | ||||||
| Target Milestone: | ER1 | ||||||||
| Target Release: | 6.0.2 | ||||||||
| 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:49:57 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: |
|
||||||||
Created attachment 868091 [details]
Build successful screen
Build and deploy (to the maven repo) was successful, it is the automatic deployment to the jBPM execution server which seems to be failing afterwards. fixed as it was logging errors instead of throwing as in case of errors during deployment it won't work either. jbpm master: https://github.com/droolsjbpm/jbpm/commit/9eb140d6330f84553a086badfbb9492ca043d08f 6.0.x: https://github.com/droolsjbpm/jbpm/commit/5804e890fc7426d968a936ba2816da7f4a06cf71 Verified on 6.0.2.ER2. After the build has failed an error message will be present in the problems panel. Message: Deployment of unit com.redhat:coolstore:2.0 failed: Class com.redhat.coolstore.PromoEvent not found in the project |
Created attachment 868088 [details] Repository with project The attached project will fail when build and deploy. However, even a log is generated, the build is reported as successful and no error is shown in the 'Problems' panel (see screenshot). Expected result: Error displayed in problems panel.