Ok, last one before I leave for the weekend cursing Tuscany!
Using an authentication policy on a binding.ws generates the following
exception.
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at
org.apache.tuscany.sca.databinding.axiom.OMElementWrapperHandler.setChil
dren(OMElementWrapperHandler.java:76)
It looks like childObjects passed into the method has all the parameters
wrapped up in a single piece of XML
The ChildElements which is pulled from the operation which is passed in,
has them split up into three Elements.
The loop in setChildren uses the size of the ChildElements as it's upper
bounds and references both objects. Unsurprisingly, when it gets to
childObjects[1] it blows up.
I've been running through everything for a couple of hours and I'm now
calling defeat. I'm close to dumping Tuscany for this!
Gk.