Hello;
I know; as defined in the EJB 1.1 specification file I/O is not allowed.
That means using classes from the java.io package throws a security exception.
But how can you access properties stored in files in a separate resource directory.
For example:
I have a couple of xml-files (and one DTD) that are used for initialisation and
configuration.
My enterprise bean should use sun's jaxp xml-parser (that use java.io.*) to read
the data from the file into an entity bean.
I think that is a typical scenario, but from my understanding it is not allowed
in EJB1.1.
Any hints ?
Thanks
Oliver
===========================================================================
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".