| Summary: | <distributable/> tag is commented out in web.xml | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Radovan Synek <rsynek> | ||||
| Component: | Business Central | Assignee: | Maciej Swiderski <mswiders> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Radovan Synek <rsynek> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | kverlaen, rsynek, rzhang | ||||
| Target Milestone: | CR1 | ||||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Known Issue | |||||
| Doc Text: |
Cause:
SSO does not work properly with distributable application on EAP 6.1.1 in the default configuration. However, it can be configured to work in EAP cluster.
Consequence:
<distributable/> tag has been commented out in EAP6 deployable binaries, which makes clustering of web session unavailable by default.
Workaround (if any):
To enable both SSO and distributable application feature, SSO must be configured to use proper cache container with replicated cache.
Result:
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-06 20:06:10 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
Radovan Synek
2013-12-19 15:08:59 UTC
confirmed that it does work with HA configuration. Although that would force all users to use the HA settings by default even though is not needed (no clustering setup). My vote is to document how to configure it with distributable for cluster based solutions. As session replication has adds some overhead as well and not always this is needed. Wdyt? Radovan, would you agree? That's a valid proposal, I agree, let's document it properly and make SSO without distributable application the default option. May I just ask you to remove the comment from web.xml pointing to https://issues.jboss.org/browse/WFLY-986 (it's confusing)? alright, I'll remove all the comments from web.xml comments removed from web.xml kie-wb-distributions master: https://github.com/droolsjbpm/kie-wb-distributions/commit/6dfbfd9c362b24a0d669d4321f98d9e79e7f47a3 6.0.x: https://github.com/droolsjbpm/kie-wb-distributions/commit/89d8f814454b2a2eeca3738070aa7af493e8aae5 jbpm-console-ng master: https://github.com/droolsjbpm/jbpm-console-ng/commit/0825bd994e8093ab7f73c8115ed9ce07c6a13b1d 6.0.x: https://github.com/droolsjbpm/jbpm-console-ng/commit/2b1d7da419cac74d127f37999c7c13a10d7e254c Verified with BPMS-6.0.0.CR1. qe_test_coverage: this is just about the default configuration that users can change to meet their needs |