-
Hi.
An error appears at startup:
If I understood correctly, then the name of the class is perceived as a string. I tried writing: User, User.class and User.java . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The class name is FQN, so you should possible add the package name for the class, |
Beta Was this translation helpful? Give feedback.
The class name is FQN, so you should possible add the package name for the class,
om.dhls.camel.User
if you use that. Also make sure you have the user .java source together with the route yaml file when you run