Bug 745931 (EDG-36)

Summary: Endpoints ignore socket binding's port offset
Product: [JBoss] JBoss Data Grid 6 Reporter: Michal Linhard <mlinhard>
Component: EAPAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: jdg-bugs, nobody
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/EDG-36
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-25 14:15:32 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:

Description Michal Linhard 2011-10-09 20:55:08 UTC
project_key: EDG

https://github.com/infinispan/edg/blob/master/integration/src/main/java/com/redhat/datagrid/endpoint/EndpointService.java
method loadConnectorProperties sets the endpoint's port to socketBinding.getPort() but this value ignores the global port-offset

this is either AS7 bug - socketBinding.getPort() should return port with offset counted in
or EDG bug - we should use socketBinding.getSocketAddress() where the offset is counted in