-
Bug
-
Resolution: Won't Do
-
Minor
-
jboss-fuse-6.2
-
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>
- is related to
-
ENTESB-4105 Review examples shipped in extras directory for camel & cxf
- Closed
- cloned to
-
CAMEL-9030 Loading...