List Info

Thread: - Re: NullPointerException from JBossXSEntityResolver




- Re: NullPointerException from JBossXSEntityResolver
country flaguser name
United States
2008-05-28 04:18:54
Now I patched "JBossXSEntityResolver" - it seems
to work ;)


 -164,6
+164,7 

    private XMLInputSource getXMLInputSource(InputSource
inputSource, XMLResourceIdentifier resId)
    {
+      if (inputSource == null) return null;
       String encoding = inputSource.getEncoding();
       InputStream byteStream =
inputSource.getByteStream();
       return new XMLInputSource(resId.getPublicId(),
resId.getExpandedSystemId(), resId.getBaseSystemId(),
byteStream, encoding);



View the original post : http://www.jboss.com/index.html?
module=bb&op=viewtopic&p=4153883#4153883

Reply to the post : http://www.jboss.com/index.
html?module=bb&op=posting&mode=reply&p=4153883
_______________________________________________
jbossws-users mailing list
jbossws-userslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossws-users


[1]

about | contact  Other archives ( Real Estate discussion Medical topics )