Bug 1025319

Summary: Trouble with EJB invocation from a server with/without SSL
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: wfink
Component: RemotingAssignee: Brian Stansberry <brian.stansberry>
Status: CLOSED CURRENTRELEASE QA Contact: Jitka Kozana <jkudrnac>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.1CC: brian.stansberry, dandread, jawilson, jdoyle, lcosti, lthon, myarboro, pslavice
Target Milestone: CR1   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
When creating an outbound remote connection, the service that creates the connection would apply the default settings after applying user-defined configuration settings. This resulted in the default settings incorrectly overriding any user-defined settings that had the same key. As a result of this situation, SSL could not be disabled on remote EJB connections which originated from the server. This issue has been fixed in this release of JBoss EAP 6. User-defined settings are now applied after the default settings, which ensures that user-defined settings take precedence. As a result, SSL can now be disabled on outbound remote connections.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:23:42 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:

Description wfink 2013-10-31 13:29:29 UTC
If the remote-outbound-connection disable SSL or add SSL properties that might fail if there are different SSL related properties are overridden by default ones where it should be vice versa.

The analysis will be difficult as in EAP6 the failure messages are swallowed. They are only visible in org.jboss.as.ejb3 DEBUG mode.

Comment 5 Ladislav Thon 2013-11-12 11:24:26 UTC
This issue was verified using the 6.2.0.CR1 preview bits.