[jbossws-dev] [JBoss Web Services Development] - Re: Keep alive doesn't doesn't work for closed TCP/IP connec

alessio.soldano@jboss.com do-not-reply at jboss.com
Wed Oct 7 08:22:58 EDT 2009


Richard, the testcase you provided is not valid as it goes against the DataSource API, see http://java.sun.com/javaee/5/docs/api/javax/activation/DataSource.html#getInputStream(). Basically each invocation of DataSouce#getInputStream MUST return a new InputStream object and the stream must be positioned at the beginning of the data. That's the reason of the failure.

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259138


More information about the jbossws-dev mailing list