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

Warren Gibson (JIRA) jira-events at lists.jboss.org
Fri Aug 9 12:00:26 EDT 2013


Warren Gibson created TEIID-2618:
------------------------------------

             Summary: 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