Am using Weblogic 12.2.1.4 and on deploying my ear file am getting the following error. My ear is done with JSF 2.2. Answer Method “addSearchKeywordResolver” is part of JSF 2.3 specification. https://javaee.github.io/javaee-spec/javadocs/javax/faces/component/search/SearchKeywordResolver.html Therefore, if you want to use it, you will have to include the dependencies for JSF 2.3 in your ear file.
Tag: weblogic12c
Run bash script after application is deployed
We have a maven project that export an “ear” file at the end of building phase. App server is Weblogic 12C. and the server is clustered by 4 nodes. after deploying the app and when the machine state is active, we have to run 3 scripts to setup app properly. they are 3 scripts for translating and something like that.
Error when looking up data source name when deploying httpServlet to weblogic 12 server
I am trying to deploy an ear file to a Weblogic 12 server. The ear file contains a HttpServlet. During deployment, the HttpServlet is trying to initialize and fails with this error: Target state: deploy failed on Cluster javax.naming.NameNotFoundException: While trying to lookup ‘jdbc.’ didn’t find subcontext ‘jdbc’. Resolved ” at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1180) I tested the data source connection on the
WLS 12.1.3 in Linux – a message is not getting listened to by a consumer
I have deployed the code as a WAR file in WebLogic Server (WLS) 12.1.3 where I am sending a message from a Producer and the messages are consumed by the below code. The application is deployed as a WAR file in WLS server in Windows and it is listening, but the same WAR file is deployed with same version of