Bug 947396
| Summary: | jBPM Console's REST API broken because of Guvnor CXF library | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise BRMS Platform 5 | Reporter: | Marek Winkler <mwinkler> | ||||
| Component: | Configuration | Assignee: | Julian Coleman <jcoleman> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | BRMS 5.3.1 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
EAP 6.0.1
|
|||||
| Last Closed: | 2025-02-10 03:27:38 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 873846 | ||||||
| Attachments: |
|
||||||
|
Description
Marek Winkler
2013-04-02 10:22:07 UTC
How reproducible correction: Deploy jboss-brms.war and jBPM console on EAP 6.0.1. Try to log into jBPM Console (business-central.war). (not business-central-server.war) I have found so far only one working workaround: removing the static initializer from org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet. It is possible to add a new servlet class to Guvnor with the contents of CXFNonSpringJaxrsServlet except the static initializer to avoid patching and rebuilding whole CXF jax-rs library. Verified last roll-up patch build which includes workaround described by the previous comment. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |