2
我已經春季初始化期間的異常以下:無法找到春天NamespaceHandler XML模式命名空間[http://www.springframework.org/schema/osgi]
Caused by: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/osgi]
Offending resource: OSGi resource[bundleentry://104.fwk32582392/META-INF/varaza/extender/extender-context.xml|bnd.id=103|bnd.sym=com.pearlox.varaza]
我怎麼能確定哪些JAR(這Maven artifact包含[http://www.springframework.org/schema/osgi]的正確NamespaceHandler的定義?我的解決方法是什麼?
我還有什麼要包括在我的問題中以幫助您瞭解情況?(請點評)
P.S .:我在這裏看到很多與其他庫相關的StackOverflow的類似問題,但答案取決於特定的命名空間。
下列任何一項:http://mvnrepository.com/artifact/org.springframework.osgi/spring-osgi-core –
@SotiriosDelimanolis我有這個在我的POM: \t org.springframework.osgi \t 彈簧OSGi的核心 \t 1.2.1 –
它看起來像從你的例外,它使用Spring DM - 是正確的? – kevinpeterson