Bugs item #1034920, was opened at 2004-09-26 02:06 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034920&group_id=22866
Category: JBossServer Group: v4.0 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Juan Martinez (juanmartinez) >Assigned to: Scott M Stark (starksm) Summary: EJB Timer database check Initial Comment: Hi. The GeneralPurposeDatabasePersistencePlugin class doesn't use SQLUtil when checking if the "TIMERS" table exists. This leeds to an error, since PostgreSQL stores tablenames in lowercase - SQLUtil uses DatabaseMetadata to do the right checks. The attached fixes this problem by using SQLUtil. Let me know if I can provide more information. Juan ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-11-19 19:45 Message: Logged In: YES user_id=175228 The fix has been applied for 4.0.1 ---------------------------------------------------------------------- Comment By: Juan Martinez (juanmartinez) Date: 2004-11-12 11:52 Message: Logged In: YES user_id=870070 Added updated version of patch to align with Branch_4_0 ---------------------------------------------------------------------- Comment By: Juan Martinez (juanmartinez) Date: 2004-10-25 08:32 Message: Logged In: YES user_id=870070 Please apply the patch attached to this issue for JBoss-4.0.1 This should solve all the problems with the EJB timer persistence that people are having. Kind regards, Juan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034920&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
