我试图在 Java-web-start 应用程序中使用 CDI,但卡在类加载中。看起来 FileSystemURLHandler 将 web-start 缓存中的 URL 视为文件。
org.jboss.weld.environment.se.discovery.url.FileSystemURLHandler - could not read entries
java.io.FileNotFoundException: http:\localhost:8080\myapp.jar
与以下内容相同:https ://issues.jboss.org/browse/WELD-1040
我在 jira 和 git-hub 方面的有限技能表明有人开始研究它,但它没有发布:https ://github.com/agattiker/core/blob/9eabd09f0b8e80e48e3270414e2f68ebc1016b70/environments/se/core/src/ main/java/org/jboss/weld/environment/se/discovery/url/FileSystemURLHandler.java
所以我的问题是,是否有人解决了这个问题,或者 jws 上的 cdi+weld 是否是死胡同?