Hi everybody,
I use Camel 2.11, Java DSL.
I would like to use Camel Test, but I have a problem.
/import org.apache.camel.test.junit4.CamelTestSupport;
public class TestCamelProcess extends CamelTestSupport {
...}/
=> The hierarchy of TestCamelProcess is inconsistent.
The error is occur in the class - class x, x inherits y, and in turn, y
inherits z. However, the compiler cannot resolve z, because z is belong to a
library that is not included.
I have include camel-test-2.11.0.jar
I forgot some imports?
-----
regards,
Bovas
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Test-Hierarchy-is-inconsistent-tp5735413.html
Sent from the Camel - Users mailing list archive at Nabble.com.