CWWBA0135E: Unable to execute the query expression ‘Customer/custId’ on message part ‘x’ Class ‘y’ does not have a feature named ‘Customer’ I received this error when attempting to start a binary state machine from the BPEL API. Allow me to discuss what this exception message is trying to tell us. CWWBA0135E: Unable to execute the […]
Asynchronous SCA One-Way Operations And How To Recover
From DeveloperWorks, comes the succinctly titled: <deep breath> Recovering from failed asynchronous SCA service invocations on WebSphere Process Server article Imagine this common scenario. You have a mission-critical Service Component Architecture (SCA) application running on IBM® WebSphere® Process Server. A message is sent to this application to invoke an asynchronous service, however, service invocation fails. […]
The WebSphere Exception Trace: Deconstructed
If you’ve worked developing an application for more than five minutes, chances are that you’ve encounter a big long exception trace. The best thing to do is try to look at the very top for a non-generic exception that relates to your problem. This article will attempt to describe exactly what happened via the information […]