When deploying my application, I decided to include an import.sql file.

The file is found and executed, but none of my data is in the DB.  The PAR 
Deployer strips off the trailing semi-colon when executing, which tells MySQL 
the end of the command.

The semicolon exists in the import.sql file, but in the server logs, the 
semi-colon is stripped off, and no data is in the DB.  Hibernate doesn't 
complain though.  As far as it's concerned it finishes with "Schema export 
complete".

I have tried to escape the semicolon with the backslash (...VALUES ('blah')\; ) 
to no avail.

Has anyone else had this trouble?

Any workarounds?

Thanks All!
~~Aaron

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937996#3937996

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937996


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to