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.