Bug 1014018 - One of ModelControllerClient.Factory methods is not passing saslOptions
Summary: One of ModelControllerClient.Factory methods is not passing saslOptions
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER7
: EAP 6.2.0
Assignee: Emanuel Muckenhuber
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-01 09:29 UTC by Jakub Cechacek
Modified: 2015-02-01 23:05 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:16:15 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.