Error, "Array index out of bound" , when spliting XML files using "Java Code".
Resolution
1). Remove jar "wstx-asl-3.0rc1.jar" from tpcl_home/lib .
2) .Use "wstx-asl-3.2.9.jar" from: http://woodstox.codehaus.org/3.2.9/wstx-asl-3.2.9.jar or a newer version. Prepend the full path/name of the JAR file of the tibco.env.STD_CP_EXT property in designer.tra .
3). Set "outputFactory.setProperty("javax.xml.stream.isRepairingNamespaces", Boolean.FALSE);".
Note :Copy the new "wstx" JAR to folder "tpcl_home/lib" ,where the application would be deployed.