0
我有一個部署到WebSphere Application Server Community Edition的應用程序,它使用spring來加載不同的接口。爲了生產,所有這些類都裝入耳內。我試圖用EAR外的jar中的另一個類來覆蓋這些類。Spring在EAR外部找不到jar - WebSphere社區版
我把我在/ var JAR /共享/ lib和有我本以爲這包括那些文件夾的到classpath中部署的依賴:
<sys:dependencies>
<sys:dependency>
<sys:groupId>org.apache.geronimo.configs</sys:groupId>
<sys:artifactId>sharedlib</sys:artifactId>
</sys:dependency>
</sys:dependencies>
我缺少什麼?該彈簧導致NoClassDef聲明無法找到該類。