Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-3707

The Instructions For camel-example-box-osgi Are Incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • jboss-fuse-6.3
    • jboss-fuse-6.2
    • Examples
    • None
    • % %

      Step 3 in the example's instructions reads as follows:

      3) Create a `box.properties` file in the Karaf working directory with the following properties set to your box account credentials.

      However, the camel-context.xml file sets up the PropertyPlaceholderConfigurer locations property to look for the "box.com.properties" file instead.

      <bean id="placeholder" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
         <property name="locations">
            <list>
              <value>file:box.com.properties</value>
            </list>
         </property>
         <property name="ignoreResourceNotFound" value="true" />
         <property name="searchSystemEnvironment" value="true" />
         <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
      </bean>
      

            rhn-support-tasato Tadayoshi Sato
            Argo_Integration Travis North (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: