This content has been marked as final.
Show 1 reply
-
1. Re: FileInputStream to Server
darranl Sep 24, 2004 9:54 AM (in response to hannesbacke)The class java.io.FileInputStream is not a valid RMI_IIOP type so can not be passed to the session bean using the remote interface.
Your client would have to read the data from the stream and convert it into some type that can be passed across the remote interface.