Using Websphere Liberty with an Oracle password consumer. PUPMAgent_Trace.log shows the password being returned correctly, but a connection is not made with the following in the Websphere Liberty console.log
[ERROR ] J2CA0046E: Method createManagedConnectionWithMCWrapper caught an exception during creation of the ManagedConnection for resource jdbc/myoracle, throwing ResourceAllocationException. Original exception: <=================================>Exception Message -> null
java.lang.NullPointerException
In you server.xml the following was used:
CAJDBCPropertyRealDataSourceClass
It should be:
CAJDBCPropertyRealDatasourceClass
Note the lower case s in source.