Claus Ibsen created CAMEL-21794:
-----------------------------------
Summary: camel-jbang - Export bean with lazy-bean should not
initialize the bean if not needed
Key: CAMEL-21794
URL: https://issues.apache.org/jira/browse/CAMEL-21794
Project: Camel
Issue Type: Bug
Components: camel-jbang
Affects Versions: 4.10.0, 4.8.3
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 4.10.1, 4.11.0
If you export a bean with Artemis broker then it initailizes the bean and
Artemis fails when calling setBroker as it does some validation in their setter
:(
{code:java}
- route:
id: route-92b5
nodePrefixId: route-8c8
from:
id: from-2ffb
uri: timer
steps:
- log:
id: log-82a7
message: ${body}
- beans:
- name: JMSArtemis
type:
"#class:org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory"
properties:
brokerURL: "{{secret:artemis/brokerURL}}"
user: "{{secret:artemis/user}}"
password: "{{secret:artemis/password}}" {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)