Dears
I am using Apache POI 3.10 and forms 10g(9.0.4)
i update JDK server from 1.4 to 1.5 it working fine,
after that i improt the jar to my form and generate FMX file without warnings/ errors
but when i test it give me this error ora-105101 , when Open DOCX File using this codes (this.document = new XWPFDocument(fis);),
but when i test jar file from command line it is working fine
I using the following jars :
1- commons-codec-1.5.jar
2- commons-logging-1.1.3.jar
3- dom4j-1.6.1.jar
4- log4j-1.2.7.jar
5- poi-3.10-final.jar
6- poi-examples-3.10.jar
7- poi-excelant-3.10-final.jar
8- poi-ooxml-3.10-final.jar
9- poi-ooxml-schemas-3.10-final.jar
10- poi-scrachpad3.10-final.jar
11- stax-api-1.0.1.jar
12- xmlbeans-2.3.0.jar
Please see attached file