Bug 1265352 - [QE](6.4.z) Socket binding should not be effectively required when creating protocol in JGroups subsystem
Summary: [QE](6.4.z) Socket binding should not be effectively required when creating p...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.4.0,6.4.1,6.4.2,6.4.3,6.4.4
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: jboss-set
QA Contact: Pavel Jelinek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-22 18:05 UTC by Pavel Jelinek
Modified: 2019-03-01 12:28 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-03-01 12:28:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Pavel Jelinek 2015-09-22 18:05:15 UTC
Description of problem:
socket-binding is not required argument of protocol according to $JBOSS_HOME/docs/schema/jboss-as-jgroups_1_1.xsd (or CLI) hence web console should not behave differently.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce (for standalone server but similar for domain):
1. start standalone with standalone-full-ha.xml config
2. Using web console go to Configuration > Subsystems > Core > JGroups > tcp View > Protocols > Append
3.In Create protocol property popup select type, hit save

Actual results:

Unknown error

Unexpected HTTP response: 500

Request
{
    "socket-binding" => "",
    "type" => "PING",
    "address" => [
        ("subsystem" => "jgroups"),
        ("stack" => "tcp")
    ],
    "operation" => "add-protocol"
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "failure-description" => "JBAS014704: '' is an invalid value for parameter socket-binding. Values must have a minimum length of 1 characters",
    "rolled-back" => true
}

Expected results:

No error, protocol saved.

Additional info:


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