[teiid-issues] [JBoss JIRA] (TEIID-1829) Clarify source warnings

Steven Hawkins (Created) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 21:54:40 EST 2011


Clarify source warnings
-----------------------

                 Key: TEIID-1829
                 URL: https://issues.jboss.org/browse/TEIID-1829
             Project: Teiid
          Issue Type: Quality Risk
          Components: JDBC Driver
    Affects Versions: 7.0
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 7.6


When a warning is added through an ExecutionContext, the client receives the exception wrapped by a SourceException, then wrapped as a SQLException.  The issues with this are that the SourceException class is not expressly public and there is an unnecessary level of wrapping.

We should introduce a TeiddSQLWarning for non-partial results warnings that would contain source/model information and prevent the unnecessary wrapping.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list