Hello Hibernate support,
When i use an alternatively named import script (i.e. golive-import.sql) it does not run when i deploy to my remote tomcat on Linux, when I user default script import.sql it does run.
Also note default import.sql and custom (golive-import.sql) both run successfully when i deploy to my local tomcat on windows. I have uploaded screenshot of my core-context, any idea what issue could be.
regards
**tomcat log when using golive-import.sql DOES NOT RUN **
2018-01-23 13:30:03,978 INFO [localhost-startStop-1] (SchemaCreatorImpl.java:481) - HHH000476:
Executing import script ‘org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@e8256bc’
tomcat log when using import.sql DOES RUN
2018-01-23 16:30:56,007 INFO [localhost-startStop-1] (SchemaCreatorImpl.java:481) - HHH000476: Executing import script ‘ScriptSourceInputFromUrl(
file:/home/psoni/apache-tomcat-8.0.20/webapps/pumped-ws/WEB-INF/classes/import.sql)’
Datasource
hibernate.hbm2ddl.import_files=classpath:/import.sql
hibernate.hbm2ddl.import_files=classpath:/golive-import.sql