"pramkum" wrote : Hi All,
|
| I am using Servlet at startup to kick my startTimer(). But when startTimer() method is
called its throwing error. I am attaching error Log...
|
In EJB3 timers are persistent. Your datasource that is supposed to store this persistent
timer data probably has some limitation on some field used for this:
anonymous wrote :
| value too large for column "TOOLS1"."TIMERS"."TARGETID"
(actual: 98, maximum: 80)
|
Try to remove the constraint from that column (inside the DB) and see if that helps.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223451#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...