Dear Andi! Today I noticed an issue with exception handling during my work on PDFBox. I had a typo in a Python method that overwrites a Java method. Although the typo should have raised an exception, the exeption didn't show up.
I conclude that JCC swallows exceptions that occur in native Python methods. I hope it's an error because it makes debugging Python extensions much harder. Christian