]
Matej Kralik reopened TEIIDDES-3097:
------------------------------------
I went through all imports wizards and I noticed some issues:
# XML local or remote - teiid designer automatically add the name of the model without
prefix in the JNDI name and I am able to continue (XML.png) but when I start writing to
the label, the error appears (XMLafter.png).
# LDAP - I am able to continue in wizard without any JNDI name (LDAP.png) but when I start
writing to this label, I see the error (LDAPafter.png).
# Salesforce - missing any checker (salesforce.png)
# JDG 6.x connection profile - I am still able to add JNDI name without prefix
Create common JNDI entry workflow requiring "java:/"
prefix
-----------------------------------------------------------
Key: TEIIDDES-3097
URL:
https://issues.jboss.org/browse/TEIIDDES-3097
Project: Teiid Designer
Issue Type: Enhancement
Components: Datatools Integration, Editors, Teiid Integration
Affects Versions: 11.0.1
Reporter: Barry LaFond
Fix For: 11.1, 11.1.1
Attachments: LDAP.png, LDAPafter.png, XML.png, XMLafter.png,
jdgConnectionProfile.png, salesforce.png, webServiceJNDI.png
Change all JNDI name entry fields to validate using common validator to require proper
"java:/" prefix and verify valid characters only after that.
This should collapse all possible JNDI text fields to operate with the same validation
logic and make the "java:/" prefix a requirement rather than confusing the user
in allowing a name without it yet adding it behind the scenes.