subscribe end
i am getting this error
org.apache.jasper.JasperException: ERROR: current transaction is aborted, queries ignored until end of transaction block
It appears an error has occurred in your current transaction, which has caused it to abort. Until you issue a ROLLBACK, any further queries will be ignored.
You probably need to look in PostgreSQL's logs to see what caused the error, or check the error codes from SQL commands issued from jasper's code.
-- Richard Huxton Archonet Ltd
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly