I think you are referring to 2.0.1 Can you file a bug.
Jitu
Oleksiy Stashok wrote:
> Hi,
>
> im getting NPE in WS implementation.
>
> / @Resource
> private WebServiceContext wsContext;
>
> public void serv() {
> for(String s : wsContext.getMessageContext().keySet())
> System.out.println(s);
> }
> /
> this WS method, when called will throw NPE:
> [java] java.lang.NullPointerException
> [java] at java.util.AbstractMap$1$1.hasNext(AbstractMap.java:379)
>
>
> WBR,
> Alexey.