If you suspect a problem you are running into is caused by one of LiveCycle’s native components such as XMLForm or HTML2PDF, you can add debugging to them.
For example, to add ORB debugging to HTML2PDF in JBoss on Solaris, edit HTML2PDFConverter.sh in $JBOSS_CONFIG_ROOT/svcnative/HtmlToPdfSvc/bin/ so that the last line looks like this:
exec ./HTML2PDFConverter.exe -ORBtraceLevel 40 $*
For more on omniORB, see here.