javaduke opened a new pull request #43:
URL: https://github.com/apache/camel-spring-boot-examples/pull/43


   It illustrates the problem reported in the Jira. The route locations bump 
produces the following XML:
   
   ```
   <routeLocations>
       <routeLocation routeId="route1" id="route1" index="0" sourceLocation="" 
sourceLineNumber="-1"/>
       <routeLocation routeId="route1" id="log1" index="1" sourceLocation="" 
sourceLineNumber="-1"/>
       <routeLocation routeId="route1" id="setBody1" index="7" 
sourceLocation="" sourceLineNumber="-1"/>
       <routeLocation routeId="route1" id="log2" index="8" sourceLocation="" 
sourceLineNumber="-1"/>
       <routeLocation routeId="route1" id="filter1" index="9" sourceLocation="" 
sourceLineNumber="-1"/>
       <routeLocation routeId="route1" id="throwException1" index="10" 
sourceLocation="" sourceLineNumber="-1"/>
       <routeLocation routeId="route2" id="route2" index="0" 
sourceLocation="file:/Users/eberman/Dev/git/camel-spring-boot-examples/routes-configuration/target/classes/myroutes/my-xml-route.xml"
 sourceLineNumber="28"/>
       <routeLocation routeId="route2" id="inOnException" index="3" 
sourceLocation="file:/Users/eberman/Dev/git/camel-spring-boot-examples/routes-configuration/target/classes/myroutes/my-xml-route.xml"
 sourceLineNumber="25"/>
       <routeLocation routeId="route2" id="inXmlInterceptor" index="5" 
sourceLocation="file:/Users/eberman/Dev/git/camel-spring-boot-examples/routes-configuration/target/classes/myroutes/my-xml-route.xml"
 sourceLineNumber="23"/>
       <routeLocation routeId="route2" id="log3" index="12" 
sourceLocation="file:/Users/eberman/Dev/git/camel-spring-boot-examples/routes-configuration/target/classes/myroutes/my-xml-route.xml"
 sourceLineNumber="29"/>
       <routeLocation routeId="route2" id="throwException2" index="13" 
sourceLocation="file:/Users/eberman/Dev/git/camel-spring-boot-examples/routes-configuration/target/classes/myroutes/my-xml-route.xml"
 sourceLineNumber="30"/>
   </routeLocations>
   ```
   Note the IDs `inXmlInterceptor` and `inOnExceptions` - their line numbers 
are correct but the source locations are not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to