问题标签 [weblogic12c]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
content-management-system - clickContentEvent 的 BehaviorTracking 标记不起作用
我正面临 clickContentEvent BehaviorTracking 标记触发并将条目插入 bt_event 表的艰难时期。但是 displayContentEvent 工作正常,没有任何问题。
我在门户管理中正确设置了事件服务和行为跟踪服务。
com.bea.p13n.tracking.listeners.BehaviorTrackingListener 和 ClickContentEvent 已配置。
这是我试图检索内容的 JSP,当我单击链接时,它不会插入 clickContentEvent。
我在 web.xml 中有以下 Servlet 映射 -
当 displayContentEvent 工作时我很困惑,为什么不是这个 clickContentEvent?
jsf-2 - JSFUnit 不一致地获取 JSFServerSession
我们正在尝试在 WebLogic 12c 容器上使用 Arquillian 运行 JSFUnit,但遇到了一些问题。
首先,当我们尝试使用@InitialPage 注解注入JSFServerSession 和JSFClientSession 时,JSFServerSession 总是返回为null。
其次,我们尝试通过创建新 JSFSession 并从中获取 JSFServerSession 和 JSFClientSession 的传统路线来解决该问题。一旦我们运行第二个测试,我们就会得到“java.lang.IllegalStateException:找不到 HttpSession。确保 JSFUnitFilter 已经运行并且您的测试扩展了 org.apache.cactus.ServletTestCase。”
这似乎很随意,因为有时我们会运行测试并且它通过了。有时下一次它会失败。或者添加看起来不应该相关的行,将引发“找不到 HttpSession”错误。
似乎它无法处理多次创建 JSFSession 或者服务器上有一些超时,即使测试战正在取消部署,也需要超时。有什么想法吗?
spring-mvc - Weblogic 服务器上的部署问题
我有两个应用程序,都是用 Spring MVC 开发的。一,即 VDM 正在本地和实时 weblogic 12c 服务器中进行部署和启动。但另一个,即 VPORTAL 正在部署,但未在实时服务器中启动。启动服务时,出现以下错误:
有趣的是,它在本地服务器上运行良好。
我在两个应用程序中都制作了一些一致的罐子,但没有帮助。需要注意的一点是,在 VDM 的类目录中有一个名为log4j.xml的文件,但在 VPORTAL 中没有。进行更改后,我将其放入 VPORTAL 中,但也无济于事。请帮忙!
eclipse - Deployment Error Weld-001408 with WLS12c and OEPE
I created the following projects in OEPE:
- weld001408 (Java EE - Enterprise Application Project)
- weld001408utility (Java EE - Uitility Project), belongs to the ear weld001408
- weld001408web (Web - Dynamic Web Project), belongs to the ear weld001408
When I created the project, I didn't change the defaults (onley ear-membership) and the target-runtime is Oracle WebLogic Server 12.1.1. And the clean domain, created with the wizard, is added to the workspace.
The Code is the following:
utility-project
class 'weld001408utility/ValueProducer.java'
META-INF/beans.xml
web-project
weld001408web/ValueConsumerServlet.java
WEB-INF/beans.xml
The issue
Now when I try to deploy the application in Eclipse, I get always a WELD-001408 error:
But when I export the ear from eclipse and deploy that file over the weblogic administration console, then everything's working fine and the value is correctly injected to the servlet. No problems on deployment, nothing.
There are some patches for weblogic around and I have the latest installed (I checked a lot bugs which could belongs to my problem, and they should all included with 12.1.1.0.2):
I tried the same application on Windows Vista and on a Linux based System with the latest OEPE Versions (all-in-one package), no success...
The question
Has somone the exact same issue? Is it possible for someone to reproduce the problem? And when not, on which configuration with what patches is it working?
I don't know if it's a Oracle Enterprise Pack for Eclipse or an WebLogic-Issue.
Thanks for helping!
weblogic - 任何可用于集群 Oracle WLS EJB 的注释?
正如标题中所说,我想知道是否有专有的 Oracle WLS 注释指定 EJB 将被集群。基本上将其添加到您的 weblogic-ejb-jar.xml 中的等价物:
谢谢!最大限度
jersey - 来自 WebLogic 12c Web 应用程序的多个引用共享库
我正在尝试使用 Moxy 2.4.1(更新的 JAXB impl)和 Jersey 1.17(更新的 JAX-RS impl)。我将共享库模块(作为库)部署到服务器没有问题。
在我正在开发的应用程序(WAR)中,我尝试从 weblogic.xml 文件中引用它们,如下所示:
但似乎只有第一个引用的库被使用了。如果我使用类加载器分析工具 (wls-cat),我只会看到一个 FilteringClassLoader,并且过滤器模式只匹配第一个共享库的包。切换顺序给了我另一个库。
查看http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd表明 library-ref 是无界的。
除了合并共享库并且每个应用程序只使用一个库引用之外,我还能做什么?
编辑:请注意,我使用的是共享库(WebLogic 特定功能)而不是可选包(EE 标准功能)。两种方法的库定义相同,但哪些类型的模块可以是库以及引用它们的方式不同。
spring - WebLogic 12c Domain Home Classpath 资源在 Windows 上抛出 FileNotFoundException 而不是 Linux
我正在创建一个需要在 Weblogic 12c 上运行的 Web 应用程序。该应用程序被设置为具有一个由用户提供的外部 XML 配置文件,使用 Spring ClasspathResource bean(即<bean id="myResource" value="config.xml>
)读取。在 linux 环境中,当文件放在DOMAIN_HOME
. 但是,当我在 Windows 环境中尝试相同的操作时,我会在尝试访问 Resource 实例时立即收到 FileNotFoundException。WebLogic 安装来自同一个 jar 可执行安装程序,并且完全相同,所以我似乎无法弄清楚为什么这在 Windows 上不起作用。我将不胜感激任何帮助......只是为了澄清,我知道我可以通过通知用户设置CLASSPATH
环境变量来在 Windows 上解决这个问题,但我宁愿不这样做。
java - 在远程 weblogic 12c 上使用 maven 插件部署
我在机器 192.168.1.3 上有 weblogic 12c。我想使用 maven 插件从机器 192.168.1.2 部署 ear:
在我在项目中所做的第一阶段:
插件配置如下所示:
接下来我做
我收到以下错误
当将ear部署到远程服务器时,你能告诉我我做错了什么吗
jakarta-ee - ClassFormatError:类文件 javax/transaction/SystemException 中非本机或抽象方法中的缺失代码属性
我正在尝试对 weblogic 12C 使用 Arquillian。
我将以下配置放入我的 pom.xml
然后,我将 arquillian.xml 文件配置如下:
最后,我尝试使用 Arquillian “创建”一个存档:
所以,在所有这些事情之后,我总是有以下错误:
我的配置有什么问题?如您之前所见,我尝试将 wlfullclient jar 和 jboss api jar 添加到类路径
在此先感谢您的帮助
问候
java - 在 weblogic 12C 上部署 webapp 共享库
我正在尝试将针对 weblogic 10.3.x 构建的共享库迁移到 weblogic 12C。我成功部署了ear共享库。不幸的是,webapp 共享库的部署总是失败并出现以下错误:
我的典型 webapp 共享库有以下内容
我的 web.xml 的内容
我应该改变什么?
在此先感谢您的帮助
问候