Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AES128 (org.apache.commons.codec.binary.Base64)

user13313952Feb 26 2020 — edited Mar 9 2020

Have a java api that uses AES128 logic from the package org.apache.commons.codec.binary.Base64. Interacts thru spring context in SOA BPEL 12c (jdev version 12.2.1.1.0.0).

While testing , i get the below error (it was successful with java.util.Base64 package). the compatible jar is "commons-codec-1.8" was added to the build path and also on the server. Java version 1.8

Any quick thoughts is really appreciable.

<part name="summary">

<summary>oracle.fabric.common.FabricInvocationException: weblogic.sca.api.ScaException: java.lang.NullPointerException</summary>

</part>

This post has been answered by user13313952 on Feb 28 2020
Jump to Answer
Comments
Post Details
Added on Feb 26 2020
6 comments
914 views