[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with jboss 4.0.0 and mysql 4.0.21

2004-12-01 Thread [EMAIL PROTECTED]
- You don't need JMS for CMP. - Yes, download all the Mbs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857001#3857001 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857001 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with jboss 4.0.0 and mysql 4.0.21

2004-11-29 Thread ablynch
Yeh I overcame the initial problem that was raised by changing INTERVAL to INTERVALS. Apparently INTERVAL is a reserved word in MySQL. The timer problem is no longer an issue for me. But I seem to have endless problems with JMS stuff. I have two questions: - Do I need JMS to have CMP? - If I

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with jboss 4.0.0 and mysql 4.0.21

2004-11-11 Thread mthoma
The problem is not occurring with JBoss 4.0.0RC2. If you don't need the Timer Service, you can either swith to 4.0.0RC2, or delete the Timer Service related elements in ejb-deploy.xml (or something similar, I'm not sure about the name) in the deploy directory. View the original post : http://w

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with jboss 4.0.0 and mysql 4.0.21

2004-11-09 Thread thebadpete
Hi there, I have EXACTLY the same problem. I just tried 4.0.1RC1, and this time, I got a slightly different problem: 00:00:48,420 ERROR [DatabasePersistencePolicy] Starting failed jboss.ejb:persistencePolicy=database,service=EJBTimerService java.sql.SQLException: Syntax error or access violati

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with jboss 4.0.0 and mysql 4.0.21

2004-10-09 Thread Tesuji
I already posted about this problem and a few others a little while ago. So far no comprehensive reply, which unfortunately is rather normal here. I managed to get past your particular problem by replacing INTERVAL by TIMER_INTERVAL and the type 'other' by 'text'. The reason being that the SQL i