Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如https://wso2.org/jira/browse/STRATOS-2118所述,我在将示例 Spring 应用程序部署到 WSO2 StratosLive 时遇到了问题。
请指教。
我们会看看。但与此同时,您可以在独立服务器上尝试一下。在这种情况下是 WSO2 应用程序服务器。尽管 WSO2 AS 在运行时支持 Spring jars,但它不支持 spring classLoading。为了提供更多上下文,WSO2 服务器基于 OSGi 运行时。通常每个 OSGi 包都有自己的类加载器,因此也有自己的类加载器。
乍一看,这似乎是与上述行为相关的类加载问题。
高温高压