0

Does Apache camel-cdi work with Tomcat/TomEE? I have tried using TomEE but camel context was not started. If not then which container we need to use?

Raj
  • 115
  • 8

1 Answers1

1

camel-cdi works with TomEE in recent releases (early ones were not that portable).

This post https://blog-rmannibucau.rhcloud.com/#/post/camel-cdi-fatjar for instance shows how to use it even in embedded mode.

Can your issue be your application is not scanned due to tomee scanning rules?

Romain Manni-Bucau
  • 3,354
  • 1
  • 16
  • 13