# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/api/pipe/Fiber.java --- jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/api/pipe/Fiber.java Base (1.3) +++ jax-ws-sources/jaxws-ri/rt/src/com/sun/xml/ws/api/pipe/Fiber.java Locally Modified (Based On 1.3) @@ -629,7 +629,7 @@ break; case NextAction.SUSPEND: pushCont(last); - next = null; + next = na.next; suspend(); break; default: