<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Maven, dbdeploy, HSQLDB without Ant</title>
	<atom:link href="http://byteco.de/2010/01/31/maven-dbdeploy-hsqldb-without-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://byteco.de/2010/01/31/maven-dbdeploy-hsqldb-without-ant/</link>
	<description>In a world of 1s and 0s...are you a zero, or The One?</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:25:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: roshan</title>
		<link>http://byteco.de/2010/01/31/maven-dbdeploy-hsqldb-without-ant/comment-page-1/#comment-711</link>
		<dc:creator>roshan</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://byteco.de/?p=880#comment-711</guid>
		<description>Hi,
 I need your help on two things

1) I get the following error
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1:exec (dbdeploy) on project dbdeploy: Result of cmd.exe /X /C &quot;java -cp lib/mysql-connector-java-5.1.8-bin.jar:lib/dbdeploy-cli-3.
0M2.jar com.dbdeploy.CommandLineTarget -U root -D com.mysql.jdbc.Driver -u jdbc:mysql://localhost/test -d mysql -o target/consolidated_script.sql -s scripts/&quot; execution is: &#039;1&#039;. -&gt; [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1:exec (dbdeploy) on project dbdeploy: Result of cmd.exe /X /C &quot;java -cp lib/mysql-
connector-java-5.1.8-bin.jar:lib/dbdeploy-cli-3.0M2.jar com.dbdeploy.CommandLineTarget -U root -D com.mysql.jdbc.Driver -u jdbc:mysql://localhost/test -d mysql -o target/consolidated_script.sql -s scr
ipts/&quot; execution is: &#039;1&#039;.

I have the jars in the right place, the target and scripts directory exist

2) Where should my sql scripts be - in the scripts directory?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 I need your help on two things</p>
<p>1) I get the following error<br />
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1:exec (dbdeploy) on project dbdeploy: Result of cmd.exe /X /C &#8220;java -cp lib/mysql-connector-java-5.1.8-bin.jar:lib/dbdeploy-cli-3.<br />
0M2.jar com.dbdeploy.CommandLineTarget -U root -D com.mysql.jdbc.Driver -u jdbc:mysql://localhost/test -d mysql -o target/consolidated_script.sql -s scripts/&#8221; execution is: &#8217;1&#8242;. -&gt; [Help 1]<br />
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1:exec (dbdeploy) on project dbdeploy: Result of cmd.exe /X /C &#8220;java -cp lib/mysql-<br />
connector-java-5.1.8-bin.jar:lib/dbdeploy-cli-3.0M2.jar com.dbdeploy.CommandLineTarget -U root -D com.mysql.jdbc.Driver -u jdbc:mysql://localhost/test -d mysql -o target/consolidated_script.sql -s scr<br />
ipts/&#8221; execution is: &#8217;1&#8242;.</p>
<p>I have the jars in the right place, the target and scripts directory exist</p>
<p>2) Where should my sql scripts be &#8211; in the scripts directory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim C.</title>
		<link>http://byteco.de/2010/01/31/maven-dbdeploy-hsqldb-without-ant/comment-page-1/#comment-686</link>
		<dc:creator>Jim C.</dc:creator>
		<pubDate>Sun, 18 Jul 2010 14:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://byteco.de/?p=880#comment-686</guid>
		<description>Apparently dbdeploy executes sql scripts so he is using that to actually generate the database. and then probably later on, he will use some other widget to extract the hibernate POJOs.</description>
		<content:encoded><![CDATA[<p>Apparently dbdeploy executes sql scripts so he is using that to actually generate the database. and then probably later on, he will use some other widget to extract the hibernate POJOs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim C.</title>
		<link>http://byteco.de/2010/01/31/maven-dbdeploy-hsqldb-without-ant/comment-page-1/#comment-685</link>
		<dc:creator>Jim C.</dc:creator>
		<pubDate>Sun, 18 Jul 2010 14:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://byteco.de/?p=880#comment-685</guid>
		<description>Well, by reading it, one can achieve tests that don&#039;t require access to a live database other than hypersonic (hsqldb). Hypersonic is a small flexible and project-embeddable database.  It can be used to achieve persistence to a temporary database since hibernate abstracts away the specific database type.  It has other uses too. For example, one might use  hypersonic to persist for any small desktop application and if you use hibernate, you get scalability to something larger like MySQL just by changing the dialect.</description>
		<content:encoded><![CDATA[<p>Well, by reading it, one can achieve tests that don&#8217;t require access to a live database other than hypersonic (hsqldb). Hypersonic is a small flexible and project-embeddable database.  It can be used to achieve persistence to a temporary database since hibernate abstracts away the specific database type.  It has other uses too. For example, one might use  hypersonic to persist for any small desktop application and if you use hibernate, you get scalability to something larger like MySQL just by changing the dialect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bibs</title>
		<link>http://byteco.de/2010/01/31/maven-dbdeploy-hsqldb-without-ant/comment-page-1/#comment-637</link>
		<dc:creator>Bibs</dc:creator>
		<pubDate>Tue, 30 Mar 2010 03:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://byteco.de/?p=880#comment-637</guid>
		<description>Thanks , for this wonderful  insight , but I hope you could further explain in a bit more detailed what &#039; to achieve by this Blog. Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks , for this wonderful  insight , but I hope you could further explain in a bit more detailed what &#8216; to achieve by this Blog. Thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>

