You only need to use createSchema() once to setup the db. It automatically drops and recreates all tables each time you invoke it. I'm not sure what your code looks like, but you would likely want to comment that call and proceed with the assumption that the database now exists.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042031#4042031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042031 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
