I am not sure if that happens to anyone else. Here is what happens.
I am using an i-ILA in my integration. When the ILA receives a trigger document, it uses the publishRequestAndWait step to do a request/reply. In this case, a JDBC adapter receives the request and sends a reply. When the ILA receives a reply, it is supposed to make a decision based on the reply and do a number of things. If the reply IS NOT NULL, it will do what it is supposed to do. If the reply IS NULL, it will keep all the steps in between go to the end of the flow. Well. I did all this using ILA 411 and broker 5.
If I did this using broker 411 and when the ILA receives a NULL reply, it would throw a null pointer exception.
Am I the only one here who is having this problem?