almex / Raildelays

Fill-in Excel sheet with delays from belgian railway company
http://repo1.maven.org/maven2/com/github/almex/
MIT License
7 stars 3 forks source link

Configuration of proxy in HTTP client is not retrieved correctly #27

Open almex opened 10 years ago

almex commented 10 years ago

Since last tests, it seems that the PropertyPlaceholderConfigurer originaly configured in the httpclient-layer/src/main/resources/spring/streamer/components/raildelays-streamer-context.xml is not correctly overridden in the batch-layer/src/main/resources/spring/bootstrap-context.xml.

Incriminated configuration line:

<context:property-placeholder location="classpath:application.properties" 
                                         order="1" 
                                         ignore-unresolvable="true"/>