Uploaded image for project: 'Fuse/AMQ Documentation'
  1. Fuse/AMQ Documentation
  2. FUSEDOC-2298

Documentation on camel-sap repositoryDataStore faulty example

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.3
    • 6.3
    • Camel

      In the document,

      https://access.redhat.com/documentation/en-us/red_hat_jboss_fuse/6.3/html-single/apache_camel_component_reference/#SAP-RepoConfig

      In the example snippet: the SapSynchronousRfcServerComponent component does not have a property 'repositoryDataStore'

      <!-- Configures the sap-srfc-server component -->
      <bean id="sap-srfc-server"
      class="org.fusesource.camel.component.sap.SapSynchronousRfcServerComponent">
      <property name="repositoryDataStore">
      <map>
      <entry key="nplServer" value-ref="nplRepositoryData" />
      </map>
      </property>
      </bean>

      I think what was meant is this:
      <bean id="sap-configuration"
      class="org.fusesource.camel.component.sap.SapConnectionConfiguration">
      <property name="repositoryDataStore">
      <map>
      <entry key="nplServer" value-ref="nplRepositoryData" />
      </map>
      </property>
      </bean>

              tcohen@redhat.com Tova Cohen (Inactive)
              rhn-support-rakulkar Rajani Kulkarni (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 hour
                  1h