-
Notifications
You must be signed in to change notification settings - Fork 31
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
Routes not registering in camel context, application.routeClasses = [] #42
Comments
Sorry, been overhalmed. I'll try to take a look if @padcom don't have time. |
great, thank you! ------ Original Message ------
|
Raffi, We're rethinking the project as a whole. We'll let everyone know publicly Cheers, 2014-08-17 15:40 GMT+02:00 Raffi Basmajian [email protected]:
|
Tried to get this working in 2.3.8.
create-route
doesn't work, so I addedMyMessageRoute
tograils-app/routes
, but after starting app and sending test message, route is never triggered. CheckedcamelContext.getRoutes()
, no routes registered! So I registered manually inBootStrap
...Now it works!
Looking at plugin file, appears route classes should auto register, but
application.routeClasses
is empty list just beforerouteClasses.each { routeClass ->
, I suspect this is the problem, but how isrouteClasses
populated?My BuildConfig
The text was updated successfully, but these errors were encountered: