We're having an odd intermittent issue with our CMP beans on JBoss 3.2.0. Every once in a while, we'll get an error like so:


Load failed; CausedByException is: *** ERROR[15001] Syntax error at or before: SELECT PARTITION, ACCOUNT_QID, CHECK_NUMBER,PAYEE, AMOUNT, ISSUE_DATE, HAS_MEMO , ENTERED_DATE, ENTERED_BY_WS_ID, ENTRY_METHOD, STATUS, CLEAR_DATE, FILE_ID, EX TERNAL_UNIQUE_ID, TYPE FROM PPCHECKS WHERE (PARTITION=? AND ACCOUNT_QID=? AND C HECK_NUMBER=?) OR (PARTITION=? AND ACCOUNT_QID=? AND CHECK_NUMBER=?) OR (PARTIT ION=? AND ACCOUNT_QID=? AND CHECK_NUMBER=?) OR (PARTITION=? AND ACCOUNT_QID=? A ND CHECK_NUMBER=?) OR (PARTITION=? AND ACCOUNT_QID=? AND CHECK_NUMBER=?) FOR SE RIALIZABLE ACCESS ��;



The binary junk at the end seems to be appearing from nowhere! Not to mention, Axis assumes that the exception message will contain only printable ASCII, so then ASP.NET vomits because the error comes back containing lots of low binary values that aren't valid in XML.

I'm ready to blame our JDBC vendor (HP, for NonStop SQL/MX), but I wanted to check and see if anyone else has experienced this issue.

Thanks
Nathan



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to