• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBM-Tables not created.

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm using JBoss 4.3.0 and recently switched the defaultDS to mysql. I'm now stuck with an error which is the following. It's the 1st error in the logfile.


I configured to create the tables on every startup like this in deploy/jboss-messaging.sar/mysql-persistence-service.xml


I can see that this config is used when I take a look at the server debug log output:


But still,the table is not there. In fact. the schema does not contain any table.
The Datasource looks like this:


Any Ideas?
 
Stefan Müller
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, I just found an error in a debug message saying:



But what can I do about it?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you running the 'all' or 'default' config? If default, change this line in mysql-persistence-service.xml:

I think that by default it shows up as true, and you need to set it to false.

Also, these steps might help. I know they are for AS 5.0.1, but EAP 4.3 also uses JBoss Messaging so the messaging-related changes are very similar:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224936#4224936
 
reply
    Bookmark Topic Watch Topic
  • New Topic