简体   繁体   English

WSO2 StratosLive的问题

[英]Issue with WSO2 StratosLive

I've faced an issue deploying a sample Spring application to WSO2 StratosLive, as reported at https://wso2.org/jira/browse/STRATOS-2118 . https://wso2.org/jira/browse/STRATOS-2118所报道的那样,我遇到了将示例Spring应用程序部署到WSO2 StratosLive的问题。

Please advise. 请指教。

We will have a look. 我们来看一下。 But in the meantime can you try this out with standalone server. 但是与此同时,您可以在独立服务器上尝试一下。 which in this case WSO2 Application Server. 在这种情况下是WSO2应用服务器。 Even though WSO2 AS support Spring jars in the runtime, it does not support spring classLoading. 即使WSO2 AS在运行时支持Spring jar,它也不支持spring classLoading。 To give more context the WSO2 servers are based on an OSGi runtime. 为了提供更多的上下文,WSO2服务器基于OSGi运行时。 Typically each OSGi bundle has its own classLoader and hence own classLoader. 通常,每个OSGi捆绑软件都有其自己的classLoader,因此也有自己的classLoader。

From the first glance it seems to be like classLoading issue related to above behaviour. 乍一看,这似乎与上述行为有关的classLoading问题。

HTH 高温超导

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM