could it be some Groovy-magic? We're using Spock, and it seems like this is
causing the problems? Any ideas out there?
@ContextConfiguration(classes = StubConfig)
class IntegrationModuleTest extends Specification {
@Shared
EmbeddedTomcat tomcat
@Shared
@ClassRule
SimpleFakeFtpServer ftpServer = new SimpleFakeFtpServer()
@Shared
ClientDriver driver
--
View this message in context:
http://camel.465427.n5.nabble.com/Problems-with-Spring-and-Camel-2-15-0-tp5764631p5765018.html
Sent from the Camel - Users mailing list archive at Nabble.com.