The notion of a serializable stream is not trivial. At first glance, it suggests that your design may need reconsideration. Can you expand on your overall requirements and the properties you expect from a serializable stream?
Paul > -----Original Message----- > From: Daniel Bruce Lynes [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 2:56 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Streams > > > I'm curious if there's any way I can get streams to work as a > parameter to an > EJB call. I've looked through the java.io package, to no > avail, trying to > find a serializable stream. Is there perhaps a third party source of > serializable streams (open source, preferably)? Or, is the > only way I'm > going to be able to stream data to the database, is through > the use of a > servlet communicating directly with the database? This is > for files that > might be as large as 20 megabytes for receiving from Tomcat, > and sending back > to Tomcat. > > Thanks in advance. > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
