[
https://issues.apache.org/jira/browse/CAMEL-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644719#comment-14644719
]
ASF GitHub Bot commented on CAMEL-9030:
---------------------------------------
GitHub user trohovsky opened a pull request:
https://github.com/apache/camel/pull/574
CAMEL-9030 The instructions for camel-example-box-osgi are incorrect
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trohovsky/camel CAMEL-9030
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/574.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #574
----
commit 2879a446afba6a0f2674631a6f5c819fd6892d3d
Author: Tomas Rohovsky <[email protected]>
Date: 2015-07-28T17:37:40Z
CAMEL-9030 The instructions for camel-example-box-osgi are incorrect
----
> The instructions for camel-example-box-osgi are incorrect
> ---------------------------------------------------------
>
> Key: CAMEL-9030
> URL: https://issues.apache.org/jira/browse/CAMEL-9030
> Project: Camel
> Issue Type: Bug
> Components: examples
> Affects Versions: 2.15.2
> Reporter: Tomas Rohovsky
> Assignee: Tomas Rohovsky
>
> Step 3 in the example's instructions reads as follows:
> {quote}
> 3) Create a `box.properties` file in the Karaf working directory with the
> following properties set to your box account credentials.
> {quote}
> However, the camel-context.xml file sets up the PropertyPlaceholderConfigurer
> locations property to look for the "box.com.properties" file instead.
> {code:xml}
> <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>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)