[jira] [Work logged] (CAMEL-13468) Exception tag is missing when Camel Java DSL is converted into XML using dumpRouteAsXml() operation

2019-04-30 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13468?focusedWorklogId=235667=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-235667
 ]

ASF GitHub Bot logged work on CAMEL-13468:
--

Author: ASF GitHub Bot
Created on: 01/May/19 05:25
Start Date: 01/May/19 05:25
Worklog Time Spent: 10m 
  Work Description: davsclaus commented on pull request #2895: 
[CAMEL-13468]Exception tag is missing when Camel Java DSL is converte…
URL: https://github.com/apache/camel/pull/2895
 
 
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 235667)
Time Spent: 40m  (was: 0.5h)

> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> ---
>
> Key: CAMEL-13468
> URL: https://issues.apache.org/jira/browse/CAMEL-13468
> Project: Camel
>  Issue Type: Bug
>  Components: came-core
>Affects Versions: 2.22.4, 3.0.0-M1
>Reporter: Shailendra Kumar singh
>Assignee: Claus Ibsen
>Priority: Minor
> Fix For: 3.0.0, 3.0.0-M3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> #Java DSL route
> {code:java}
> public void configure() {
>   
> onException(Exception.class).log("${exception.stacktrace}").logStackTrace(true)
>   .handled(true);
>   
> from("timer://foo?fixedRate=true=1=101").routeId("test")
>   .log("Hello World");
> }
> {code}
> #XML converted by dumpRouteAsXml() 
> operation(*java.lang.Exception* tag is missing)
> {code:java}
> 
> http://camel.apache.org/schema/spring; customId="true" 
> id="test">
>  uri="timer://foo?fixedRate=trueperiod=1repeatCount=101"/>
> 
> 
> 
> 
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (CAMEL-13468) Exception tag is missing when Camel Java DSL is converted into XML using dumpRouteAsXml() operation

2019-04-30 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13468?focusedWorklogId=235340=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-235340
 ]

ASF GitHub Bot logged work on CAMEL-13468:
--

Author: ASF GitHub Bot
Created on: 30/Apr/19 14:58
Start Date: 30/Apr/19 14:58
Worklog Time Spent: 10m 
  Work Description: davsclaus commented on pull request #2895: 
[CAMEL-13468]Exception tag is missing when Camel Java DSL is converte…
URL: https://github.com/apache/camel/pull/2895
 
 
   …d into XML using dumpRouteAsXml() operation
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 235340)
Time Spent: 0.5h  (was: 20m)

> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> ---
>
> Key: CAMEL-13468
> URL: https://issues.apache.org/jira/browse/CAMEL-13468
> Project: Camel
>  Issue Type: Bug
>  Components: came-core
>Affects Versions: 2.22.4, 3.0.0-M1
>Reporter: Shailendra Kumar singh
>Assignee: Claus Ibsen
>Priority: Minor
> Fix For: 3.0.0, 3.0.0-M3
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> #Java DSL route
> {code:java}
> public void configure() {
>   
> onException(Exception.class).log("${exception.stacktrace}").logStackTrace(true)
>   .handled(true);
>   
> from("timer://foo?fixedRate=true=1=101").routeId("test")
>   .log("Hello World");
> }
> {code}
> #XML converted by dumpRouteAsXml() 
> operation(*java.lang.Exception* tag is missing)
> {code:java}
> 
> http://camel.apache.org/schema/spring; customId="true" 
> id="test">
>  uri="timer://foo?fixedRate=trueperiod=1repeatCount=101"/>
> 
> 
> 
> 
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (CAMEL-13468) Exception tag is missing when Camel Java DSL is converted into XML using dumpRouteAsXml() operation

2019-04-29 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13468?focusedWorklogId=235050=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-235050
 ]

ASF GitHub Bot logged work on CAMEL-13468:
--

Author: ASF GitHub Bot
Created on: 30/Apr/19 03:44
Start Date: 30/Apr/19 03:44
Worklog Time Spent: 10m 
  Work Description: davsclaus commented on pull request #2893: 
[CAMEL-13468]Exception tag is missing when Camel Java DSL is converte…
URL: https://github.com/apache/camel/pull/2893
 
 
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 235050)
Time Spent: 20m  (was: 10m)

> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> ---
>
> Key: CAMEL-13468
> URL: https://issues.apache.org/jira/browse/CAMEL-13468
> Project: Camel
>  Issue Type: Bug
>  Components: came-core
>Affects Versions: 2.22.4, 3.0.0-M1
>Reporter: Shailendra Kumar singh
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> #Java DSL route
> {code:java}
> public void configure() {
>   
> onException(Exception.class).log("${exception.stacktrace}").logStackTrace(true)
>   .handled(true);
>   
> from("timer://foo?fixedRate=true=1=101").routeId("test")
>   .log("Hello World");
> }
> {code}
> #XML converted by dumpRouteAsXml() 
> operation(*java.lang.Exception* tag is missing)
> {code:java}
> 
> http://camel.apache.org/schema/spring; customId="true" 
> id="test">
>  uri="timer://foo?fixedRate=trueperiod=1repeatCount=101"/>
> 
> 
> 
> 
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work logged] (CAMEL-13468) Exception tag is missing when Camel Java DSL is converted into XML using dumpRouteAsXml() operation

2019-04-29 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13468?focusedWorklogId=234688=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-234688
 ]

ASF GitHub Bot logged work on CAMEL-13468:
--

Author: ASF GitHub Bot
Created on: 29/Apr/19 17:13
Start Date: 29/Apr/19 17:13
Worklog Time Spent: 10m 
  Work Description: shailendra14k commented on pull request #2893: 
[CAMEL-13468]Exception tag is missing when Camel Java DSL is converte…
URL: https://github.com/apache/camel/pull/2893
 
 
   …d into XML using dumpRouteAsXml() operation
   
   JIRA:- https://issues.apache.org/jira/browse/CAMEL-13468
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 234688)
Time Spent: 10m
Remaining Estimate: 0h

> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> ---
>
> Key: CAMEL-13468
> URL: https://issues.apache.org/jira/browse/CAMEL-13468
> Project: Camel
>  Issue Type: Bug
>  Components: came-core
>Affects Versions: 2.22.4, 3.0.0-M1
>Reporter: Shailendra Kumar singh
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Exception tag is missing when Camel Java DSL is converted into XML using 
> dumpRouteAsXml() operation
> #Java DSL route
> {code:java}
> public void configure() {
>   
> onException(Exception.class).log("${exception.stacktrace}").logStackTrace(true)
>   .handled(true);
>   
> from("timer://foo?fixedRate=true=1=101").routeId("test")
>   .log("Hello World");
> }
> {code}
> #XML converted by dumpRouteAsXml() 
> operation(*java.lang.Exception* tag is missing)
> {code:java}
> 
> http://camel.apache.org/schema/spring; customId="true" 
> id="test">
>  uri="timer://foo?fixedRate=trueperiod=1repeatCount=101"/>
> 
> 
> 
> 
> 
> 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)