CamelCookbook / camel-cookbook-examples

Example source code for Apache Camel Developer's Cookbook
http://www.packtpub.com/apache-camel-developers-cookbook/book
Apache License 2.0
262 stars 188 forks source link

error/dlc/DlcSpringTest - property->exchangeProperty #27

Open jkorab opened 9 years ago

jkorab commented 9 years ago

mockResult.message(0).property(Exchange.EXCEPTION_CAUGHT).isNull(); becomes mockResult.message(0).exchangeProperty(Exchange.EXCEPTION_CAUGHT).isNull();

Check where else this happens

jkorab commented 9 years ago

Also in DlcTest

jkorab commented 9 years ago

Also in: error/retry/RetryTest and RetrySpringTest routing/multicast/MulticastTimeoutRouteBuilder transactions/idempotentconsumer/IdempotentConsumerSkipDuplicateRouteBuilder