[
https://issues.jboss.org/browse/TEIIDDES-3087?page=com.atlassian.jira.plu...
]
Matej Kralik commented on TEIIDDES-3087:
----------------------------------------
It is working now but in my point of view, the default value should be BY_VERSION as it is
described in the teiid
[documentation|https://teiid.gitbooks.io/documents/content/admin/VDB_Versioning.html].
Because NONE value will cause that new connection are disallowed. So the user cannot
notice that default value is NONE and can be surprised when they are not able to connect
to the deployed VDB.
For backward-compatibility,
Before the fix, the VDB behavior without the connection type was same as with BY_VERSION
type.
For us, it is also the test blocker because lots of tests create VDB (doesn't change
connection type), deploy it and want to connect to it. After connection, the tests failed
at "Connection is null". We should update majority parts of tests.
I was created simple fix for it:
https://github.com/Teiid-Designer/teiid-designer/pull/590
[~blafond] Please, look at that pull request. Thx
There isn't a way to set the Connection type on a VDB in the
Designer
---------------------------------------------------------------------
Key: TEIIDDES-3087
URL:
https://issues.jboss.org/browse/TEIIDDES-3087
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 11.0.1
Reporter: Debbie Steigner
Assignee: Barry LaFond
Priority: Major
Fix For: 11.1.2, 11.2.1
Attachments: connectionTypeNone.mkv
Because of
https://issues.jboss.org/browse/TEIID-4957 a customer would need to be able to
set the Connection Type on a VDB in the Designer before deploying it. There currently is
not a way to do that. You cannot use the User Properties because it writes to the vdb.xml
as <property name="connection-type" value="NONE"/> and it needs
to be <connection-type>NONE</connection-type>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)