I don't remember seeing anyone from Sun explicitly address the issue
of whether System.out and System.err are accessible to enterprise beans.
And after reading through the 1.1-PR2 spec restrictions, I don't
find that System.out and System.err are restricted. Here is the
restriction text about java.io:
An enterprise bean must not use the java.io package to
attempt to access files and directories in the system.
This does not say anything about System.in and System.out (which are
not necessarily "files"). One could make the argument that the
container has the responsibility to provide usable streams for
System.out and System.err (implemented in a container-specific
fashion). I would also think that access to System.in should
probably be forbidden.
-eric
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".