[teiid-issues] [JBoss JIRA] (TEIID-4523) CXF is not used by Salesforce BulkConnection

Steven Hawkins (JIRA) issues at jboss.org
Wed Mar 8 14:43:00 EST 2017


    [ https://issues.jboss.org/browse/TEIID-4523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13374925#comment-13374925 ] 

Steven Hawkins commented on TEIID-4523:
---------------------------------------

To add more detail:

See 
HttpURLConnection connection = config.createConnection(url, null); 

on line 558 of BulkConnection.  That does give us the ability to override the createConnection handling using our SalesforceConnectorConfig class.  However it doesn't look like CXF provides an abstraction for getting just an HttpURLConnection.  If not, then the BulkConnection logic would need to be rewritten.  

Since this has not come up as a community or product issue, I'd say we push it for now if you don't see an easy way to address it.

> CXF is not used by Salesforce BulkConnection
> --------------------------------------------
>
>                 Key: TEIID-4523
>                 URL: https://issues.jboss.org/browse/TEIID-4523
>             Project: Teiid
>          Issue Type: Bug
>          Components: Salesforce Connector
>    Affects Versions: 8.12
>            Reporter: Steven Hawkins
>            Assignee: Ramesh Reddy
>             Fix For: 9.3
>
>
> TEIID-3493 added the CXF transport, but it's not used by the salesforce BulkConnection. In v22 they make use of a static call, so we won't make a change there.  With 34 we can extend the SalesforceConnectorConfig createConnection - but a HttpURLConnection is expected so this may not be straight-forward.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list