Creating a New Server based on EAP 6.1 Alpha 1 with Teiid 8.6 installed results in a TeiidServer who's version is 8.4.0 because TeiidJboss7ServerUtil.getTeiidRuntimeVersion() is returning the DEFAULT_TEIID_8_SERVER which is currently set to 8.4.0 because the server isn't started.
Once I start the server I would expect that the server version would be discovered from the actual server connection and re-set to it's real 8.6.0 version, but it's not, it remains at 8.4.0
Note we haven't addressed the this use-case fully.
VDB's are tagged with a Teiid runtime validation version
If no server is running, should the default Teiid version be set to an actual Default version rather than the last selected TeiidServer version value?