JCA 适配器包装

发布于 2024-10-20 04:56:51 字数 162 浏览 8 评论 0原文

我有一个关于 JCA 适配器包装的问题。我在 JCA 适配器 rar 文件中打包了一些 jar 文件。我正在使用Weblogic。我想知道这个rar包中放置的jar文件是否放在Weblogic类路径上。

在同一 Weblogic 服务器上运行的其他应用程序是否可以访问这些 jar 文件中的类?

I have a question regarding packaging of a JCA adapter. I have packaged a few jar files inside my JCA adapter rar file. I am using Weblogic. I would like to know whether the jar files placed inside this rar package are put on the Weblogic class path.

Can other aplications running on the same Weblogic server access classes inside those jar files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

峩卟喜欢 2024-10-27 04:56:51

我设法找到了一个解决方案,希望这能帮助任何寻找相同答案的人。在 weblogic-ra.xml 中配置以下内容后,JCA 适配器 RAR 文件内的类将公开到系统类路径。

<wls:enable-access-outside-app>true</wls:enable-access-outside-app>
<wls:enable-global-access-to-classes>true</wls:enable-global-access-to-classes>

I managed to find a solution and hope this would help anyone looking for the same answer. After configuring the followings in weblogic-ra.xml, classes inside the JCA adapter RAR file are exposed to the system class path.

<wls:enable-access-outside-app>true</wls:enable-access-outside-app>
<wls:enable-global-access-to-classes>true</wls:enable-global-access-to-classes>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文