[
https://issues.apache.org/jira/browse/CAMEL-15768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-15768.
---------------------------------
Fix Version/s: 3.7.0
Resolution: Fixed
> camel-main - can not use the camel.lra.enabled=true
> ---------------------------------------------------
>
> Key: CAMEL-15768
> URL: https://issues.apache.org/jira/browse/CAMEL-15768
> Project: Camel
> Issue Type: Bug
> Components: camel-main
> Reporter: Zheng Feng
> Assignee: Zheng Feng
> Priority: Major
> Fix For: 3.7.0
>
>
> I just use the camel-example-main to reproducer this issue
> * add the camel-lra dependency in the pom.xml
> * add _camel.lra.enabled=true_ in the application.properties
> * re-compile and run the example
> {noformat}
> INFO] Using custom org.apache.camel.example.MyApplication to initiate a
> CamelContext
> [INFO] Starting Camel ...
> 23:02:19.058 [org.apache.camel.example.MyApplication.main()] INFO
> o.a.camel.support.LRUCacheFactory - Detected and using LRUCacheFactory:
> camel-caffeine-lrucache
> 23:02:19.161 [org.apache.camel.example.MyApplication.main()] INFO
> o.apache.camel.main.BaseMainSupport - Using properties from:
> classpath:application.properties;optional=true
> 23:02:19.175 [org.apache.camel.example.MyApplication.main()] INFO
> o.apache.camel.main.BaseMainSupport - Loaded additional 1 properties from
> file: src/main/data/foo.properties
> 23:02:19.243 [org.apache.camel.example.MyApplication.main()] INFO
> o.a.c.i.e.DefaultBeanIntrospection - Invoked: 1 times (overall) [Method:
> setProperty, Target: org.apache.camel.service.lra.LRASagaService@13db0de,
> Arguments: [enabled, true]]
> [ERROR] *************************************
> [ERROR] Error occurred while running main from:
> org.apache.camel.example.MyApplication
> [ERROR]
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:498)
> at org.apache.camel.maven.RunMojo$1.run (RunMojo.java:438)
> at java.lang.Thread.run (Thread.java:748)
> Caused by: org.apache.camel.PropertyBindingException: Error binding property
> (camel.lra.enabled=true) with name: enabled on bean: lra-saga-service with
> value: true
> at org.apache.camel.main.MainHelper.setPropertiesOnTarget
> (MainHelper.java:192)
> at org.apache.camel.main.BaseMainSupport.setLraCheckProperties
> (BaseMainSupport.java:1041)
> at
> org.apache.camel.main.BaseMainSupport.doConfigureCamelContextFromMainConfiguration
> (BaseMainSupport.java:795)
> at org.apache.camel.main.BaseMainSupport.autoconfigure
> (BaseMainSupport.java:435)
> at org.apache.camel.main.BaseMainSupport.postProcessCamelContext
> (BaseMainSupport.java:522)
> at org.apache.camel.main.MainSupport.initCamelContext
> (MainSupport.java:320)
> at org.apache.camel.main.Main.doInit (Main.java:106)
> at org.apache.camel.support.service.BaseService.init (BaseService.java:83)
> at org.apache.camel.main.MainSupport.run (MainSupport.java:58)
> at org.apache.camel.main.MainCommandLineSupport.run
> (MainCommandLineSupport.java:156)
> at org.apache.camel.example.MyApplication.main (MyApplication.java:38)
> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:498)
> at org.apache.camel.maven.RunMojo$1.run (RunMojo.java:438)
> at java.lang.Thread.run (Thread.java:748)
> {noformat}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)