| Summary: | Unable to setup a JMS connection if JMS SSL is enabled | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Tomas Livora <tlivora> | ||||
| Component: | Business Central | Assignee: | Marco Rietveld <mrietvel> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Tomas Livora <tlivora> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.3.0 | CC: | etirelli, smcgowan, tlivora | ||||
| Target Milestone: | --- | Keywords: | Regression, TestBlocker | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-04-20 10:30: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: | |||||
| Attachments: |
|
||||||
Created attachment 1148598 [details] EAP server log Description of problem: If you set jms.ssl.enabled to true, it is not possible to use JMS SSL client. Version-Release number of selected component (if applicable): 6.3.0 ER3 Steps to Reproduce: 1. Run Business Central with jms.ssl.enabled=true. 2. Try to execute any operation using JMS client. Actual results: org.kie.remote.client.api.exception.RemoteCommunicationException: Unable to setup a JMS connection This is on the client side. But there are no exceptions on the server side. See the attached log. Expected results: No exceptions Additional info: The same operations works as expected when jms.ssl.enabled is set to false.