I was told to post this here - I started in a WildFly forum at https://community.jboss.org/message/876246
It seems that WildFly 8.1 does not log any output when a file "import.sql" is processed as part of an EJB jar.
In JBoss 5, there was this output:
Code:
22:54:52,371 INFO [SchemaExport] Running hbm2ddl schema export
22:54:52,371 INFO [SchemaExport] exporting generated schema to database
[b]22:54:52,371 INFO [SchemaExport] Executing import script: /import.sql[/b]
22:54:52,371 INFO [SchemaExport] schema export complete
This one line "Executing import script..." is quite helpful, because it is the only hint that the file was placed in the correct location and that it is processed at all ;-)
Hope that you can re-add this message
Wolfgang