Hi, In my flowscript i'm making some database operations. This works most of the time, but sometimes (it occurs mostly during 2 concurrent requests) i get the following:
"resource://org/apache/cocoon/components/flow/javascript/Database.js", line 13: uncaught JavaScript exception: TypeError: Cannot convert null to an object. (res ource://org/apache/cocoon/components/flow/javascript/Database.js; line 13) my flowscript code looks like the following example: var conn = Database.getConnection(poolname); // begin db stuff conn.update(...) // end db stuff conn.close(); does anybody has any hints ? Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]