Re: Issues with JavaConfigContextLoader

2012-08-09 Thread J. Ecklund
Willem, I've created CAMEL-5494 for this and attached the code and a test case. Thanks, -Joshua Willem.Jiang wrote It look like your attachment does't show in mail. Can you create a small test case and attached the files to the Camel JIRA[1]?

Issues with JavaConfigContextLoader

2012-08-08 Thread J. Ecklund
Hello, While implementing a Camel route in a new project which uses Spring's JavaConfig I ran into some issues with tests I had written. Originally I implemented the tests using the old XML-based appContext, then once I had everything working I started converting it all to JavaConfig. After some