IS unable to find BCEL classes

I am deploying a package to the IS that contains the BCEL classes. However, on executing a flow service that executes some classes in the deployed package that reference the BCEL classes the IS keeps on throwing a NoClassDefFound Error for the BCEL class.

If anyone has an idea, if there is a special need or configuration for using these BCEL classes or any other insight into this that would be great.

ashah,

Make sure the package using the BCEL classes is marking the package containing the BCEL jar file as a dependency.

– Tim