Skip to content

Update "RmiJDBCSecurity" to "Secure" value is not working in WLS 12.2.1.4 #1190

@Michalski-Piotr

Description

@Michalski-Piotr

Hello,
I have another issue with WDT 2.3.2. There is new security warning in case RmiJDBCSecurity is set to default "Compatibility" setting. There is are recommendation to update this Mbean property to "Secure". I'm trying to achieve that with WDT and below model file:

topology:
    Server:
        AdminServer:
            DataSource:
                RmiJDBCSecurity: "Secure"

But despite fact WDT updateDomain.sh is completing without any error, the RmiJDBCSecurity is still set to "Compatibility", when I'm checking with WLST:

wls:/o2c-domain/serverConfig/Servers/AdminServer/DataSource> cd ('AdminServer')
wls:/o2c-domain/serverConfig/Servers/AdminServer/DataSource/AdminServer> ls ()
...
-r--   Name                                         AdminServer
-r--   Notes                                        null
-r--   RmiJDBCSecurity                              Compatibility
...

I extracted oracle/weblogic/deploy/aliases/category_modules/Server.json and I see below:

"RmiJDBCSecurity":   [ {"version": "[10,12.1.2)", "wlst_mode": "both",    "wlst_name": "Rmi${Jdbc:JDBC}Security", "wlst_path": "WP001", "default_value": "Compatibility",  "wlst_type": "string",          "get_method": "LSA", "restart_required": "true" },

Does it mean the change is only possible in WLS version 10 and 12.1.2, please?

I appreciate for help.

Regards,
Piotr Michalski
Oracle ACS

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions