Saturday, July 14, 2012

XmlObject Arrays in OSB Custom XPaths

I have lost 20 minutes to find out that, if you return a XmlObject[] in your Java function, in the customxpath.xml descriptor you should put
[Lorg.apache.xmlbeans.XmlObject;
and not
Lorg.apache.xmlbeans.XmlObject;

as the official doc might seem to suggest

No comments: