]
Steven Hawkins updated TEIID-2964:
----------------------------------
Fix Version/s: 8.7.1
8.8
Affects Version/s: 8.4
User can not use '.' for VDB name in order to version the
VDB
-------------------------------------------------------------
Key: TEIID-2964
URL:
https://issues.jboss.org/browse/TEIID-2964
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.4
Reporter: Van Halbert
Priority: Critical
Fix For: 8.7.1, 8.8
User can not use '.' for VDB name.
According to the Official document[1], user should be able to use '.' to specify
the version for VDB.
[1]Administration_and_Configuration_Guide:11.2. Set the VDB Version
https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Vir...
Version-Release number of selected component (if applicable):
Steps to Reproduce:
1. Create a new VDB named "test1.1"
Actual results:
The version attribute from the vdb.xml is used instead.
Expected results:
User can use '.' for VDB name.