Hi Jonathan, > But if I simple replace the bean line with bean(new ComicBuilder(), .... ) > then it works without putting the log command before.
No real difference between bean(Foo.class, "method") and bean(new Foo(), "method") I'm aware of. Small Maven example reproducing the issue will be useful - this might be a bug. Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com
