Bug 1014018

Summary: One of ModelControllerClient.Factory methods is not passing saslOptions
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jakub Cechacek <jcechace>
Component: Domain ManagementAssignee: Emanuel Muckenhuber <emuckenh>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: brian.stansberry, dandread, emuckenh, jkudrnac, myarboro
Target Milestone: ER7   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:16:15 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 Jakub Cechacek 2013-10-01 09:29:48 UTC
The following factory method of org.jboss.as.controller.client.ModelControllerClient.Factory is not passing the saslOptions attribute over 

public static ModelControllerClient create(final String hostName, final int port, final CallbackHandler handler, final SSLContext sslContext, final    int connectionTimeout, final Map<String, String> saslOptions) throws UnknownHostException {
    return create(ClientConfigurationImpl.create(hostName, port, handler, sslContext, connectionTimeout));
}

Comment 1 Jakub Cechacek 2013-10-01 09:31:40 UTC
More readable snippet 

http://pastebin.test.redhat.com/167253

Comment 5 Petr Kremensky 2013-10-31 10:18:48 UTC
Verified on EAP 6.2.0.ER7.