Развертываемый верблюжий комплект не запускается в ServiceMix 7.x из-за следующей ошибки:
Caused by: java.io.FileNotFoundException: class path resource [org/springframework/beans/factory/Aware.class] cannot be opened because it does not exist
at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:171)[152:org.apache.servicemix.bundles.spring-core:3.2.18.RELEASE_1]
at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:50)[152:org.apache.servicemix.bundles.spring-core:3.2.18.RELEASE_1]
at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:96)[152:org.apache.servicemix.bundles.spring-core:3.2.18.RELEASE_1]
at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:102)[152:org.apache.servicemix.bundles.spring-core:3.2.18.RELEASE_1]
Когда я проверяю фактический файл org.springframework: spring-beans-3.2.18.RELEASE, я замечаю, что файл отсутствующего класса существует. Возможно ли, что сборка в ServiceMix действительно не имеет этого файла, или почему еще я мог бы увидеть эту проблему?