]
Ramesh Reddy commented on TEIID-3666:
-------------------------------------
This looks like some timing/synchronization issue, looking at code could not figure out
what could be the issue.
VDB can deploy before datasource is bound
-----------------------------------------
Key: TEIID-3666
URL:
https://issues.jboss.org/browse/TEIID-3666
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.7.3
Environment: JDBC driver for datasource is deployed in deployments/ directory of
standalone instance
Reporter: Marc Shirley
Assignee: Steven Hawkins
A VDB can be deployed before the datasources it depends on are fully deployed and bound,
resulting in the VDB never being marked as ACTIVE. This appears to be exclusive to
environments where the JDBC driver for the datasource is deployed through use of the
standalone deployments/ directory. If the driver is deployed as a module, then the risk
of the issue is lowered or eliminated.