DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32386
------- Additional Comments From michael_gertz@gmx.de 2004-11-25 11:59 -------
The Problem can be solved, if in method
createWriteAccess () in class org.apache.poi.hssf.model.Workbook the statement
retval.setUsername(System.getProperty("user.name"));
is enveloped by try-catch. Access to "user.name" via SystemProperties is not
allowed in WebStart-Environment. Think, it's not needed, only for document-
specific data about the user.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org
|