[jboss-user] [EJB 3.0] - Re: org.jboss.ejb.txtimer.TimerServiceImpl] Cannot create tx
henk53
do-not-reply at jboss.com
Sat Apr 4 11:07:30 EDT 2009
"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#4223451
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223451
More information about the jboss-user
mailing list