Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camel-dsl-support and camel-xml-io-dsl missing? #593

Open
lichtin opened this issue Feb 13, 2025 · 3 comments
Open

camel-dsl-support and camel-xml-io-dsl missing? #593

lichtin opened this issue Feb 13, 2025 · 3 comments

Comments

@lichtin
Copy link

lichtin commented Feb 13, 2025

I'm trying to use Camel 4.8.2 however

org.apache.camel.karaf:camel-dsl-support:jar:4.8.2
org.apache.camel.karaf:camel-xml-io-dsl:jar:4.8.2

are missing and not available from Maven Central

@lichtin lichtin changed the title camel-xml-io-dsl missing? camel-dsl-support and camel-xml-io-dsl missing? Feb 13, 2025
@essobedo
Copy link
Contributor

You can use camel-blueprint to create routes in XML like in this example https://github.com/apache/camel-karaf/blob/main/tests/examples/blueprint-dsl-only/src/main/resources/OSGI-INF/blueprint/route1.xml

@lichtin
Copy link
Author

lichtin commented Feb 13, 2025

Yes that static approach we are also using heavily.
In this case we need to dynamically load Camel routes from XML configuration passed in at runtime.

@jbonofre
Copy link
Member

Thanks for the report. These modules are not yet available in camel-karaf (only static approach is supported for now).

I will work to re-add the "dynamic" approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants