1

my grails application war file is deployed on Weblogic server version 12 and when I start the service it will apply my changes into created tables(for example it adds some columns or constraints) but when I add some domain classes for automatic table creation it won't create them automatically on the application startup. And when I connect to same database on my local computer with Intellij Idea it creates the corresponding tables to the new added domain classes. my problem is on the application server, and I have the same hibernate configuration in both development and production environments.

Grails Version 2.2.3 Oracle 11 Weblogic 12 JDK 7

0 Answers0