My Oracle Support Banner

Some Classes Are No Longer Found In 12c wlthint3client.jar (Doc ID 2292498.1)

Last updated on NOVEMBER 07, 2023

Applies to:

Oracle WebLogic Server - Version 12.2.1.2.0 and later
Information in this document applies to any platform.

Goal

Migrate wlclient app from 10.3 to 12c,  have a Maven plugin that performs deployments to WL servers. Updating the app to use 12c run time and wlthint3client for access.  Some of the classes used previously are no longer included in wlthint3client .jar resulting in Java compile errors.

Example, the following code is used to decrypt username and password from userconfig file and userconfig key file pair.

import weblogic.security.UserConfigFileManager;
import weblogic.security.UsernameAndPassword;
...
UsernameAndPassword up = UserConfigFileManager.getUsernameAndPassword(userConfigFile, userKeyFile, "weblogic.management");

The UsernameAndPassword class and UserConfigFileManager class are not defined in wlthint3cliant.jar

Solution

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
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.