Can custom XPath functions be added in BW 6.x the same way as in BW 5.x?

Can custom XPath functions be added in BW 6.x the same way as in BW 5.x?

book

Article ID: KB0093515

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
In BW 5.x, you can add custom JAR in the BW classpath to make custom XPath functions work. But this does not work in BW 6.x because BW 6.x internally uses OSGI for all class loading which is different than BW 5.x. To add custom XPath functions, refer to the BW documentation entitled, "Binding and Palette Reference, Java Palette, Creating Custom XPath Functions".

Issue/Introduction

Can custom XPath functions be added in BW 6.x the same way as in BW 5.x?

Additional Information

BW documentation -> Bindings and Palettes Reference -> JAVA Palette -> Creating Custom XPath Functions