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
