You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the Script sql used to popolate Embedded Db, like this
<jdbc:embedded-database id="dataSourceTypeRegistry" type="H2" >
<jdbc:script location="file:c:/sviluppo/apache-tomcat-6/webapps/gedi-gfs-webapp/WEB-INF/sql/typeRegistryCreate.sql"/>
</jdbc:embedded-database>
contains new line in sql command, the import failed with uncomprensible error.
I think should be necessary throw a specific exception or better permit space and load the sql command separated by character ;