Calling BIP APIs - DocumentProcessor - BIPBurstingEngine
We are using embedded BIP on our iSeries570 R5V4. JDE EnterpriseOne 8.98.3.1. WebSphere is running on the iSeries570 as well, under a different partition.
I am trying to call the BIP APIs and having issues getting the code to work. Current issue appears to be a JAVA JDK versioning error.
1. I want to ensure the BIP APIs are part of the JDE embedded BIP, not just the Suite or Enterprise version.
2. Need to know the path (location) on the Integrated File System(IFS) where I can find a path to the jar files. The JAVA programmer put in an implements statement ( implements oracle.apps.xdo.batch.bursting.BurstingStatusListener) pointing to what I believe to be an invalid location on the iSeries, appears to belong on an Oracle server.
I am trying to call the BIP APIs and having issues getting the code to work. Current issue appears to be a JAVA JDK versioning error.
1. I want to ensure the BIP APIs are part of the JDE embedded BIP, not just the Suite or Enterprise version.
2. Need to know the path (location) on the Integrated File System(IFS) where I can find a path to the jar files. The JAVA programmer put in an implements statement ( implements oracle.apps.xdo.batch.bursting.BurstingStatusListener) pointing to what I believe to be an invalid location on the iSeries, appears to belong on an Oracle server.
0