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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to use external jar based java code into BPEL

User_COIPNNov 19 2020 — edited Nov 19 2020

Hi,
I have build a java code and include the jar and dependent jars into my SOA lib file also referred it through Project properties . Also added import in my BPEL code.
On the runtime, I could see below error in Audit trail:
java.lang.NoSuchMethodError: org.apache.poi.ss.util.AreaReference.<init>(Lorg/apache/poi/ss/util/CellReference;Lorg/apache/poi/ss/util/CellReference;Lorg/apache/poi/ss/SpreadsheetVersion;)V
at src.com.forecast.pivot.MonthlyForecastPivotGenerator.generatePivotTable(PivotGenerator.java:70)
Can anyone please help me with this.

Comments

Processing

Post Details

Added on Nov 19 2020
0 comments
185 views