[teiid-issues] [JBoss JIRA] (TEIID-2618) Add Example of SAP connection

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Fri Aug 9 12:05:26 EDT 2013


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

Ramesh Reddy commented on TEIID-2618:
-------------------------------------

there is no SAP specific resource adapter; as you are doing you need to use web-service resource-adapter and there is template for it already. May be can add the "security" stuff to it?
                
> Add Example of SAP connection
> -----------------------------
>
>                 Key: TEIID-2618
>                 URL: https://issues.jboss.org/browse/TEIID-2618
>             Project: Teiid
>          Issue Type: Enhancement
>    Affects Versions: 8.4
>            Reporter: Warren Gibson
>            Assignee: Steven Hawkins
>            Priority: Minor
>
> Add an example of connecting to SAP such as:
>                <resource-adapter id="sapDS">
>                     <module slot="main" id="org.jboss.teiid.resource-adapter.webservice"/>
>                     <connection-definitions>
>                         <connection-definition class-name="org.teiid.resource.adapter.ws.WSManagedConnectionFactory" jndi-name="java:/sapDS" enabled="true" use-java-context="true" pool-name="sapDS">
>                             <config-property name="AuthUserName">
>                                 xxxxxxxxxxx
>                             </config-property>
>                             <config-property name="SecurityType">
>                                 HTTPBasic
>                             </config-property>
>                             <config-property name="RequestTimeout">
>                                 240000
>                             </config-property>
>                             <config-property name="EndPoint">                                https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV/
>                             </config-property>
>                             <config-property name="AuthPassword">
>                                 xxxxxxxxxxx
>                             </config-property>
>                         </connection-definition>
>                     </connection-definitions>
>                 </resource-adapter>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list