Weblogic.j2ee.J2EEApplicationService Removed In WLS 12.2.1.3
(Doc ID 2425391.1)
Last updated on SEPTEMBER 12, 2023
Applies to:
Oracle WebLogic Server - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
We are upgrading our application from FMW 12.2.1.2 to 12.2.1.3.
Previously, we use to fetch the application-param of weblogic-application.xml using the below code:
applicationName = weblogic.j2ee.J2EEApplicationService.getCurrentApplicationContext().getApplicationParameter("store.applicationid"); // Where store.applicationid is an application-param in weblogic-application.xml file.
After upgrading to 12.2.1.3 the above line of code is not working.
Caused by: java.lang.ClassNotFoundException: weblogic.j2ee.J2EEApplicationService
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:1029)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:990)
at weblogic.utils.classloaders.GenericClassLoader.doFindClass(GenericClassLoader.java:611)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |