Community
Participate
Working Groups
Created attachment 85165 [details] aa.bpel 1) open attached bpel 2) "echo" parter link | properties | details | browse NPE box popups. Actually wsdl file is incorrect: <wsdl:operation name="process"> <wsdl:input message="tns:processInput"/> <wsdl:output message="tns:processIntput"/> </wsdl:operation> There is a typo - "processIn[t]put" instead of "tns:processInput", but anyway BPEL Editor should not throw an exception even in this case.
Created attachment 85166 [details] aa.wsdl wsdl file
Created attachment 85168 [details] message_adapter_patch.patch Attached the simple patch. Added + if (object == null){ + return null; + } Actually we can return something like "message is undefined" or whatever.
Oleg, I assume that you committed this fix at some point (its in the HEAD stream), but just forgot to close the bug. Please confirm.
Comment on attachment 85168 [details] message_adapter_patch.patch Updated iplog flag for v1.0 release review.