[jboss-user] [JBoss Messaging] - Re: No tables no errors

2009-06-25 Thread giddion
Renamed All as Default, removed other configs. Logging level is INFO. SQLJDBC4.jar is in $JBOSS_HOME/server/default/lib mssql-ds.xml | | | DefaultDS | jdbc:sqlserver://devdb.conncoll.edu:1433 | com.microsoft.sqlserver.jdbc.SQLServerDriver | JBoss | x

[jboss-user] [JBoss Messaging] - Re: No tables no errors

2009-06-25 Thread giddion
Thanks, by setting log to trace I was able to figure out the MS SQL driver was ignoring the "databaseName" property and the tables were being dumped into another DB. I change the connection-url and it's working as expected now. View the original post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBoss Messaging] - Re: No tables no errors

2009-06-25 Thread ataylor
change the log level to trace, you should see the tables being created. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240111#4240111 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240111 _

[jboss-user] [JBoss Messaging] - Re: No tables no errors

2009-06-25 Thread ataylor
daft question, but it is the default configuration that you made the changes too? also have you added the correct database drivers. also try running with a higher logging level to see if that throws up anything! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Messaging] - Re: No tables no errors

2009-06-25 Thread giddion
yes I had actually said that in the post but had included the tags so it didn't display right. Double checked the mssql-persistence-service.xml CreateTablesOnStartup is set to true View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240096#4240096 Reply to the p

[jboss-user] [JBoss Messaging] - Re: No tables no errors

2009-06-25 Thread ataylor
is 'CreateTablesOnStartup' in the persistence file set to true? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240094#4240094 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240094 ___