|
From: Gait B. <gai...@ti...> - 2003-03-21 12:12:18
|
Hi team,
while interop testing with SUN, I found a small bug in =
Acknowledgment.java.
When receiving an Ack message without the From node in the =
Acknowledgment node, the
Ack is not processed and an Exception is raised. However, the From node =
in the Acknowledgment node is optional per ebMS2, see diff below for a =
fix.
diff -r1.5 Acknowledgment.java
179a180
> /* GBM 20-3-2003: From is optional
185a187,190
> */
> else {
> fromPartyId =3D null;
> }
Looking a bit further, I think the Acknowledgment node can have multiple =
party id's just like in the header, so the Acknowledgment class should =
support it in the same way as in the header, but that's for another day =
I guess.
regards, Gait.
|