VDB versioning does not work
----------------------------
Key: TEIID-3158
URL:
https://issues.jboss.org/browse/TEIID-3158
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.4.1
Environment: - JDV 6.0.0
Reporter: Hisanobu Okuda
Assignee: Steven Hawkins
The vdb "test.1.vdb" should be deployed as the vdb "test" of the
version "1" as described in [1]. But, it is deployed as the vdb
"test.1" in fact as following:-
{code}
20:48:20,210 INFO [org.jboss.as.repository] (management-handler-thread - 6) JBAS014900:
Content added at location
/opt/dv600/jboss-eap-6.1/standalone/data/content/b8/a0bf2213af6edc2817c63f149f760d1d796cda/content
20:48:20,212 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876:
Starting deployment of "test.1.vdb" (runtime-name: "test.1.vdb")
20:48:20,270 INFO [org.teiid.RUNTIME] (MSC service thread 1-6) TEIID50029 VDB test.1
model "SourceModel" metadata is currently being loaded. Start Time: 10/2/14 8:48
PM
20:48:20,273 INFO [org.teiid.RUNTIME] (MSC service thread 1-6) TEIID50029 VDB test.1
model "ViewModel" metadata is currently being loaded. Start Time: 10/2/14 8:48
PM
20:48:20,296 INFO [org.teiid.RUNTIME] (teiid-async-threads - 4) TEIID50030 VDB test.1
model "ViewModel" metadata loaded. End Time: 10/2/14 8:48 PM
20:48:20,296 INFO [org.teiid.RUNTIME] (teiid-async-threads - 3) TEIID50030 VDB test.1
model "SourceModel" metadata loaded. End Time: 10/2/14 8:48 PM
20:48:20,300 INFO [org.jboss.as.server] (management-handler-thread - 6) JBAS018559:
Deployed "test.1.vdb" (runtime-name : "test.1.vdb")
20:48:20,334 INFO [org.teiid.RUNTIME] (teiid-async-threads - 3) Data Source SourceModel
not accessible.
20:48:20,334 INFO [org.teiid.RUNTIME] (teiid-async-threads - 3) TEIID40003 VDB test.1 is
set to ACTIVE
{code}