Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
How to use external jar based java code into BPEL

User_COIPN
Member Posts: 2 Green Ribbon
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.