此内容没有您所选择的语言版本。

Appendix A. Additional Notes


  • The Oracle WebLogic Server class-loading mechanism does not provide access to the application JARs located in you application’s WEB-INF/lib directory, which can cause problems when looking to inject KIE-CDI classes. As a workaround, Red Hat JBoss BRMS includes a CDI extension that temporarily swaps class loaders to load the application: org.kie.workbench.backend.weblogic.SwapClassloaderExtension.

    Enabling CDI Extension workaround

    • Get the extension’s class file either by using the pre-compiled SwapClassloaderExtension.class file found in Business Central’s business-central.war/WEB-INF/classes/org/kie/workbench/backend/weblogic/ subdirectory, or by downloading and compiling its source. Put the file in your application’s /WEB-INF/classes/org/kie/workbench/backend/weblogic/ directory.
    • Enable the extension by putting its fully qualified name in the WEB-INF/classes/META-INF/services/javax.enterprise.inject.spi.Extension file in your application. If the file does not exist, create it.

      Contents of javax.enterprise.inject.spi.Extension

      org.kie.workbench.backend.weblogic.SwapClassloaderExtension

    Note

    When using Business Central, these steps are not necessary—​the workaround has already been applied.

  • If using a non-exploded archive, Weblogic packs contents of Business Central’s WEB-INF/classes into WEB-INF/lib/_wl_cls_gen.jar. If a developer aims to create KieBase and KieSession from resources, KIE-Spring cannot find the classes. For this reason, the recommended deployment method is to use the exploded archives contained within the product’s ZIP file.
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat
返回顶部