You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/30 14:30:04 UTC

[GitHub] [camel-spring-boot-examples] javaduke opened a new pull request #43: PR for Jira CAMEL-17393

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-unsubscribe@camel.apache.org

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



[GitHub] [camel-spring-boot-examples] davsclaus merged pull request #43: PR for Jira CAMEL-17393

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #43:
URL: https://github.com/apache/camel-spring-boot-examples/pull/43


   


-- 
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-unsubscribe@camel.apache.org

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