I was building an EJB to implement POI for my programs and had a problem
with access to system properties in the Workbook class.

In build 1.8.0, the createWriteAccess() method calls
System.getProperty("user.name").  My application server does not allow
access to system properties so I had to modify the source and hard code a
value for user.name in my implementation.  I realize this probably does not
affect most users, I assume that most application servers might not be able
to modify system properties but would at least be able to read them.

Does anyone know if there will be any other unforseen problems with me doing
this?  What about other places this might be a problem?  Are system
properties being accessed in all recent versions of POI?

TIA.

Dale Nicholson

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to