[jboss-user] [JBoss Portal] - Re: npe for wiki attachments

2008-03-31 Thread PeterJ
In the MultipartStream class, both methods readBytes() and makeAvailable() contain the statement: notifier.noteBytesRead(bytesRead); I simply added a check for null: if (notifier != null) { | notifier.noteBytesRead(bytesRead); | } To apply this patch: 1) download the fileupload 1.2 sourc

[jboss-user] [JBoss Portal] - Re: npe for wiki attachments

2008-03-27 Thread jvitor
I'm having the exact same problem. Could you give me more info how you fixed this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139223#4139223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139223 ___