]
Steven Hawkins updated TEIID-2132:
----------------------------------
Fix Version/s: (was: 9.0)
Teiid 8.0 API does not expose boundport in Mbean attribute for
Teiid-JDBC
-------------------------------------------------------------------------
Key: TEIID-2132
URL:
https://issues.jboss.org/browse/TEIID-2132
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.0
Environment: jboss 7, teiid 8, windows 7
Reporter: Akshay Harale
Assignee: Ramesh Reddy
Priority: Minor
Labels: jboss, teiid
When offset is set for jboss from standalone.xml or standalone.conf.bat file, the bound
port is not displyed in MBean server.
For example,
<socket-binding-group name="standard-sockets"
default-interface="public"
port-offset="${jboss.socket.binding.port-offset:25}">
In above line if I set the value as 25 then that should be added to the default socket
port values and exposed as bound port value in MBean server. But in case of teiid the
"teiid-jdbc" 's boundPort value is not exposed by the jboss.
All other boundPorts values are correctly shown in Mbean, except teiid-jdbc