Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
115 views

I am Trying jaxws sample Program in weblogic 14.1.2, Ant 1.0.15 and JDK 17. Jwsc task failed when building webservice. I have tried all the settings like ANT_OPTS and JAVA_TOOL_OPTIONS to set module ...
Sivaraman's user avatar
0 votes
2 answers
340 views

I’m using WebLogic 14.1.2.0.0 and trying to configure Log4j2 for logging in my application, but logs are not showing up in the console. <dependency> <groupId>org.apache.logging.log4j</...
Jose Villacres's user avatar
0 votes
1 answer
488 views

Invoking forms 14 from a JNLP on a Windows 11 machine like this: <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="1.0+" codebase="http://PETERB:7001/forms/...
Peter Bruning's user avatar
0 votes
0 answers
121 views

Currently I am implementing a custom identity asserter in WebLogic 14C environment. I have developed following components. An AuthenticationProvider.xml (which defines MBean Definition File elements) ...
Amit Walvekar's user avatar
0 votes
1 answer
217 views

I currently maintain a legacy EJB application that is hosted on WebLogic 12c, where it operates smoothly without any issues. Recently, I undertook the task of migrating this application to WebLogic ...
Javad Malekzaseh's user avatar
0 votes
1 answer
143 views

I want to do load test WebLogic 14c on Oracle Linux 8 (JDK 8). What are the best Load performance testing tools I can work with?
rndm_acct1's user avatar
-1 votes
1 answer
75 views

I have created a war file of birt-runtime-4.12.0-20221128 as in the instructions for POJO deploymnet. I am running weblogic 14.1.1 and I can successfully deploy it. Weblogic is running Java Version: ...
AwesomeEK's user avatar
1 vote
0 answers
19 views

I have a legacy java project with a lot of collections without the use of generics . The collections basically looks like this example: Collection myCollectionOfObjects; public Collection ...
faceplant's user avatar
1 vote
0 answers
498 views

I'm migrating an osgi web application from java 7 and weblogic 12c server to java 8 and weblogic 14. In the application I would like to provide the jersey libraries without 'provided' scope and when ...
pietro laforgia's user avatar
0 votes
0 answers
571 views

i ve migrate a web application from weblogic 12c and jdk1.7 to weblogic 14c and jdk1.8. The web application use jax-re for rest services and has the following custom JacksonContextProvider for mapping ...
pietro laforgia's user avatar
0 votes
0 answers
161 views

My application runs under java11 and weblogic14. Method in jsfHelper class : public static List<FacesMessage> obtenirMessageGlobal() { FacesContext context = FacesContext....
Nicolas's user avatar
  • 183
0 votes
1 answer
3k views

I need help with solving issue with Weblogic. In freshly installed WebLogic 14.1.1 I've created new server and machine for this server. I have working NodeManager launched in CMD, but when I try to ...
Marcin Nowik's user avatar
0 votes
1 answer
211 views

I am looking out for possible Java-based solutions to capture all the requests and responses. I am thinking of a simple java agent to attach to the server to log the requests and responses. The main ...
nsarvesh's user avatar