i\'am using eclipseLink with jpa. in my persistence.xml, i defined to generate a create.sql file. the file will be generated, but with missing \';\'-separators for each sql
If it's a one off, replace every "\n\n" with ";\n\n". Wouldn't recommend this as a permanent solution though...