Are you closing ByteArrayOutputStream after you are done ? Try closing it at
end in your finally block
finally
{
if ( ltestStream != null )
{
try
{
ltestStream.close()
ltestStream = null
}
catch(IOException eIO )
{
//log exception
}
}
}
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879177#3879177
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879177
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user