I was wondering why JBoss kept trying to create those JMS_* tables on startup although I set CREATE_TABLES_ON_STARTUP to FALSE both in oracle-jdbc2-service.xml and oracle-jdbc-state-service.xml. I had a look into the JBoss-3.2.6 sources and found that the org.jboss.mq.pm.jdbc2.PersistenceManager indeed looks for CREATE_TABLES_ON_STARTUP, yet org.jboss.mq.sm.jdbc.JDBCStateManager expects CREATE_TABLES_ON_START_UP (mind STARTUP vs. START_UP). I think it should consistently read STARTUP.
Cheers, Olaf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870005#3870005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870005 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
