soa12c Jdev12.2.1.1.0 integration with spring java 1.8 - Need Help [message #679362] |
Tue, 25 February 2020 17:50 |
|
pnima
Messages: 3 Registered: February 2020
|
Junior Member |
|
|
Need help!
i have a java api that uses AES128 logic from the package org.apache.commons.codec.binary.Base64 (we had to use this package as it supports ADF with regards to version for the encryption). i am calling a method for encryption thru spring context. however after the deployment, i am unable to invoke the methods (it was successful with java.util.Base64 package). the compatible jar is "commons-codec-1.8" added to the build path and also on the server. Still, i am getting the following error:- Need help
<part name="summary">
<summary>oracle.fabric.common.FabricInvocationException: weblogic.sca.api.ScaException: java.lang.NullPointerException</summary>
</part>
|
|
|
|
|