[jboss-jira] [JBoss JIRA] (WFLY-1663) Add support for 'remoting' based URLs in the CLI
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Tue Jul 9 08:17:21 EDT 2013
Darran Lofthouse created WFLY-1663:
--------------------------------------
Summary: Add support for 'remoting' based URLs in the CLI
Key: WFLY-1663
URL: https://issues.jboss.org/browse/WFLY-1663
Project: WildFly
Issue Type: Task
Components: CLI
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 8.0.0.Alpha3
Internally JBoss Remoting used the 'remote' URI scheme to register the RemoteConnectionProviderFactory, this made sense in the context of Remoting as it differentiated different types of ConnectionProviderFactory.
However this has leaked to client outside e.g. the CLI where a URI Scheme now needs to be entered in a connection string.
For HTTP Upgrade we have the following two URIs: -
http-remoting and https-remoting which mean remoting over http and remoting over https respectively.
For JMX access we use the following: -
remoting-jmx, http-remoting-jmx, https-remoting-jmx which mean, jmx over remoting, jmx over remoting over http and jmx over remoting over https.
The URI scheme of 'remote' does not fit with this pattern. This Jira is to add 'remoting' to the CLI.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list