]
Steven Hawkins resolved TEIID-4485.
-----------------------------------
Resolution: Done
Changing service names to not be case sensitive
import-vdb VDB name case-sensitive
----------------------------------
Key: TEIID-4485
URL:
https://issues.jboss.org/browse/TEIID-4485
Project: Teiid
Issue Type: Bug
Components: VDB
Affects Versions: 8.7
Reporter: Chandra Akkinepalli
Assignee: Steven Hawkins
Fix For: 9.1, 9.0.5
I have built couple of VDBs using designer, their names are all CAPS and wanted to import
these 2 VDBs as views in my 3rd VDB. As the VDB name is cases insensitive in connect
string i used lower case to connect to the VDB to do JDBC import. After i completed my 3rd
VDB when i tried to deploy the VDB onto the server it is going into INACTIVE state, after
changing my connection string to upper case and reimporting the VDB i was able to deploy
the 3rd VDB and it state turned to ACTIVE.
The VDB import definition seem's to be case sensitive and this may be the cause of
the errors.
I haven't tested this in Dynamic VDB.