Cedric, just a quick question, I have the dependency to boost like this:<div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1038.35">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco; color: #008f00}
span.s1 {color: #001993}
span.s2 {color: #000000}
</style>


<p class="p1"><span class="s1"><dependency</span><span class="s2"> </span><span class="s1">groupId=</span>"org.wyona.yanelboost"<span class="s2"> </span><span class="s1">artifactId=</span>"yanelboost"<span class="s2"> </span><span class="s1">version=</span>"0.9.55905"<span class="s1">/></span></p>
<div><br></div><div>How was the process on your end when you have fixed something in the boost impl? Did you upload the new version by yourself to the Wyona Maven Repo? </div><div><br></div><div>Cheers</div><div>Balz</div>
<br><div class="gmail_quote">On Mon, May 2, 2011 at 10:59 AM, Balz Schreier <span dir="ltr"><<a href="mailto:balz.schreier@gmail.com">balz.schreier@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Found it!<div><br></div><div>BoostRepository.java:</div><div><br></div><div>







<p><span>        </span>// Check if clients table exists; if not, setup db structure.</p>
<p>        <span>try</span> {</p>
<p>            PreparedStatement s = conn.prepareStatement(<span>"SELECT 1 FROM yb_nodes"</span>);</p>
<p>            s.executeQuery();</p>
<p>        } <span>catch</span>(Exception e) {</p>
<p>            setupDbStructure();</p>
<p>        }</p></div><div><br></div><div>So, I will change that ;-)</div><div><br></div><div>Thanks Cedric!</div><div>Cheers</div><div>Balz<font color="#888888"><br><br></font><div class="gmail_quote"><div><div></div><div class="h5">
On Mon, May 2, 2011 at 10:55 AM, Cedric Staub <span dir="ltr"><<a href="mailto:cs.staub@cssx.ch" target="_blank">cs.staub@cssx.ch</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5"><div>On Mon, May 02, 2011 at 10:54:19AM +0200, Balz Schreier wrote:<br>
> thanks for the hint.<br>
> the problem with SELECT 1 FROM yb_int_props; is that it returns ALL rows and<br>
> interprets the "1" as column name (which does not exist) ;-)<br>
<br>
</div>Well that explains that :-) Thanks.<br>
<br></div></div><div class="im">--<br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com" target="_blank">Yanel-development@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br></div></blockquote></div><br></div>
</blockquote></div><br></div>