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-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org

Reply via email to