May 17, 2011 3:50:49 AM PDT
I have to use Apache commons HttpClient 3.x or heigher version for my Java Action in Interstage BPM. JBoss and Interstage BPM itself have older version of HttpClient (2.0) bundled with them. So when my JavaAction executes, i was getting NoSuchMethodException exeception because JBoss was loading older version in classpath and no matter where i copy new version, it was not being picked up. Finally i had to add the jar in classapth in runIbpm.bat file and then it started working.
Now my question is, is there any known issue with this? Can Interstage BPM or JBoss work with new commons jars without any issues?
Author: Mukesh
Attachment: