]
Darran Lofthouse updated WFLY-3637:
-----------------------------------
Priority: Major (was: Blocker)
Configure outbound-socket-binding
---------------------------------
Key: WFLY-3637
URL:
https://issues.jboss.org/browse/WFLY-3637
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: CLI
Affects Versions: JBoss AS7 7.1.1.Final
Environment: windows
Reporter: Shomnathprabu Kasthuri
Assignee: Darran Lofthouse
Trying to add a remote server to localserver for server to server EJB communication.
C:\jboss-as-7.1.1.Final\bin\jboss-cli.bat --commands="connect
localhost:10000,/socket-binding-group=standard-sockets/remote-destination-outbound-socket-binding=engv2vfpapp2-remote-ejb:add(host=engv2vfpapp2,
port=4447)"
This throws below error
{
"outcome" => "failed",
"failure-description" => "JBAS014746: port may not be null",
"rolled-back" => true
}