You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Galoch (JIRA)" <xm...@xml.apache.org> on 2010/07/02 22:44:54 UTC

[jira] Created: (XMLBEANS-441) XmlBeans fails on Google app engine when logging an error

XmlBeans fails on Google app engine when logging an error
---------------------------------------------------------

                 Key: XMLBEANS-441
                 URL: https://issues.apache.org/jira/browse/XMLBEANS-441
             Project: XMLBeans
          Issue Type: Bug
    Affects Versions: Version 2.4 
         Environment: Applications using XMLBeans.jar and deployed on Google App Engine
            Reporter: Galoch
            Priority: Blocker


Hi,

When XBeanDebug.logException(e) is invoked, XBeanDebug.log method tries to create a new temporary log file. GAE does not allow file creation and thus, throws java.lang.SecurityException. The method catches "IOException" but does not catch SecurityException and the code fails.

Is it possible to bypass the creation of temp file when java.lang.SecurityException is thrown?

Thanks
galoch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org