stephers - 2007-11-15

Hi,

I am validating XBRL instance documents using the Advanced Validation sample code provided in the ubmatrix documentation.  I got the sample code from UBMatrix\XPE_SDK_2.5.3004.5041_documentation\doc\web\index.htm in the Getting Started section.  In the ValidationExample.java file I created my own method that uses the same calls as the main() function, and call my method through a web service.  After multiple calls (sometimes 12, sometimes 25) to my method I get a target invocation error thrown from the validatorEngine.validate(dts); line.  Also, before the crash there is a gradual slowdown in the time it takes that line (validatorEngine.validate(dts);) to process.  For this test I kept running the same instance docs.

Is there a bug in the validatorEngine.validate(dts); method?  Anyone know how to fix it?