Hi, > When running the junit test in eclipse, the default jmx object such as > route, endpoint was published and accessable.
Just to be sure I understand this correctly - single test method executed from IDE passes, but the same test method executed from Maven as the part of the bigger test suite fails? If so, then try to run single test with Maven as well (mvn test -Dtest=MyTestClass#testMethod) and tell us the result. Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com
