All my xforms jsps are under folder xforms-jsp and web.xml contains filter OrbeonXformsFilter on xforms-jsp/*.
Whenever there is request for a nonexistent jsp, I get following error in the browser:
<?xml version="1.0" encoding="utf-8" ?>
<null xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
I tried to look at log files enabling logging on OrbeonXformsFilter , but could not locate information such as jsp does not exist.
Which is the orbeon class I should enable logging on?
regards
Pralhad