Bugs item #1063606, was opened at 2004-11-10 04:57
Message generated for change (Comment added) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1063606&group_id=22866

Category: JBossServer
Group: v4.0
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Peter Yuill (pyuill)
Assigned to: Thomas Diesler (tdiesler)
Summary: EJB Timer DatabasePersistencePlugin issue

Initial Comment:
In 4.0.1 RC1 the 
GeneralPurposeDatabasePersistencePlugin was changed 
to use constants from the DatabasePersistencePlugin 
interface for column names of the Timer table instead of 
settable properties. One of the columns (INTERVAL) is a 
reserved word in MySQL 4.1

I can see three possible routes for the GPDPP:
1) Reinstate the column name properties (perhaps 
defaulting to the standard values).
2) Respect the reserved word list in standardjbosscmp-
jdbc.xml (which can be easily expanded for particular a 
DBMS).
3) Change the INTERVAL column name.

Regards,
Peter Yuill

----------------------------------------------------------------------

>Comment By: Thomas Diesler (tdiesler)
Date: 2004-11-11 14:12

Message:
Logged In: YES 
user_id=423364

Fixed in jboss-4.0.1

The column name getters are now methods of the 
DatabasePersistencePlugin interface. The default has changed 
from INTERVAL to TIMERINTERVAL

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1063606&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to