[teiid-issues] [JBoss JIRA] Created: (TEIID-842) Failed to add Connector Bindings and Types using Admin API

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Fri Sep 18 19:09:49 EDT 2009


Failed to add Connector Bindings and Types using Admin API
----------------------------------------------------------

                 Key: TEIID-842
                 URL: https://jira.jboss.org/jira/browse/TEIID-842
             Project: Teiid
          Issue Type: Bug
    Affects Versions: 6.2.0
            Reporter: Ramesh Reddy
            Assignee: Ramesh Reddy
             Fix For: 6.2.0


This occurs due the remove of the "dqp.config" property from the "deploy.properties".  This bug is introduced in 6.2

In absence of this property this resource is searched from the  classpath and used. Since "embedded" works through url based loading, the "file://" protocol it gets loaded will no longer support the updates of underlying resources. So, user who is adding a binding or type using the admin API may see 

"protocol doesn't support output"

Teiid very much like to avoid updating the "configuration.xml" file, since we can not still support the updating of properties through admin API,  until other options are provided this need to be supported. By resurrecting above property, the configuration file will load with "mmfile" protocol, which will then support the updates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list