[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2013-05-14 Thread Karim Baïna
Karim Baïna [https://community.jboss.org/people/karim.baina] created the discussion "Re: Cannot create timer table" To view the discussion, visit: https://community.jboss.org/message/817721#817721 -- I am using JBOSS 5.1 with Postgres

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread timfox
You should post this on the JCA forum. Datasource configuration is handled by the JCA layer, not by JBoss Messaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042137#4042137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread apk2072
It worked in both cases: 1. As Madhu wrote, commenting out the org.jboss.ejb.txtimer.DatabasePersistencePolicy did work. 2. As Peter wrote, I gave the Oracle9i database type it worked. However, in my case our database is Oracle10g and there is no entry for Oracle10g in server/xxx/conf/standard

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread PeterJ
Check the *-ds.xml file for DefaultDS and make sure that you have a metadata entry, such as: |Type of database | where "Type of database" is the name of one of the type mappings in server/xxx/conf/standardjbosscmp-jdbc.xml. When you do that, the metadata MBean gets created. View the

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread mskonda
Check the deploy/ejb-deployer.xml. You may have to comment org.jboss.ejb.txtimer.DatabasePersistencePolicy mbean block and enable org.jboss.ejb.txtimer.NoopPersistencePolicy block (which is curretnly closed). Thant should do the trick View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread apk2072
I tried but I couldn't figure out how to turn it off, can you please provide some guidance? -APK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042090#4042090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042090

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread mskonda
u know how to turn it off, dont' u? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042086#4042086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042086 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread apk2072
Thanks for the information... DefaultDS datasource is configured correctly, in fact, it created rest of the Messaging tables during start up, except this one. Since we are not using any EJBs I think I can turn off this table creation. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Messaging] - Re: Cannot create timer table

2007-05-01 Thread mskonda
The ejb is accessing the timerservice for which it requires (if you turn it on) to persit the timers in database. Did you have DefaultDS configured properly so it can create the table-if-not-exists? I would first check the DefaultDS datasoruce config, then check the user if he has permission