I'm trying to get implementation.bpel working in 2.x where its failing as the Operation given to the BPELInvoker is a JavaOperation not a WSDLOperation as expected.
This is coming from the target operation from RuntimeWireImpl2.initInvocationChains which is getting it from the InterfaceContract determined by CompositeActivatorImpl2.addReferenceWire from the getInterfaceContract method. I'm not sure i understand what the getInterfaceContract method is trying to do? The ComponentReference its given has a target service with the correct WSDLInterfaceContract so shouldn't getInterfaceContract be taking that into account? ...ant
