Hi,
I'm getting some exceptions in the production logs of a web application:
30-Jun-2016 14:03:50.820 WARNING [http-apr-443-exec-12]
com.sun.faces.lifecycle.InvokeApplicationPhase.execute Fail to save:
an error occurs while saving the package : The part /docProps/core.xml
fail to be saved in the s
Hi,
If you can debug the application in an IDE you can set a breakpoint and
investigate the Exception or call "e.printStackTrace()" on it to get the
full details printed to stdout.
A nother option might be to try to narrow down into a unit test to get a
better reproducer that shows the root cause