<?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: Configuring JBoss Datasource for Firebird DB</title>
	<atom:link href="http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/</link>
	<description>Journal on Java Technology</description>
	<lastBuildDate>Thu, 22 Jul 2010 15:07:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shuron</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17745</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17745</guid>
		<description>Jboss community has also very good site on DataSource configuration for different Databases,
So check it out: 
http://community.jboss.org/wiki/configdatasources</description>
		<content:encoded><![CDATA[<p>Jboss community has also very good site on DataSource configuration for different Databases,<br />
So check it out:<br />
<a href="http://community.jboss.org/wiki/configdatasources">http://community.jboss.org/wiki/configdatasources</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuron</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17595</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17595</guid>
		<description>I could successfully test it also on debian linux.
By the way, here ist short tutorial: &lt;a href=&quot;http://alexander.holbreich.org/2010/01/java-jboss-debian-linux/&quot;&gt;how to install Jboss on debian linux&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I could successfully test it also on debian linux.<br />
By the way, here ist short tutorial: <a href="http://alexander.holbreich.org/2010/01/java-jboss-debian-linux/">how to install Jboss on debian linux</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuron</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17441</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Wed, 06 Jan 2010 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17441</guid>
		<description>Ok ;) A link would be easier ;)
Thank you anyway ;) maybe i&#039;ll tiry it out. 
But first i will test existing configuraton on Debian Linux.</description>
		<content:encoded><![CDATA[<p>Ok <img src='http://www.techjava.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  A link would be easier <img src='http://www.techjava.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Thank you anyway <img src='http://www.techjava.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  maybe i&#8217;ll tiry it out.<br />
But first i will test existing configuraton on Debian Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heiko Tappe</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17414</link>
		<dc:creator>Heiko Tappe</dc:creator>
		<pubDate>Tue, 05 Jan 2010 08:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17414</guid>
		<description>I found it :-)
You can read about the Jaybird/JBoss problem in the firebird java newsgroup (thread &quot;IllegalStateException (JBoss, Timeout)&quot;).

&lt;snip&gt;
But I found out that commenting line #285 in AbstractPingablePooledConnection.java seems to &quot;solve&quot; the problem.
&lt;/snip&gt;</description>
		<content:encoded><![CDATA[<p>I found it <img src='http://www.techjava.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
You can read about the Jaybird/JBoss problem in the firebird java newsgroup (thread &#8220;IllegalStateException (JBoss, Timeout)&#8221;).</p>
<p>&lt;snip&gt;<br />
But I found out that commenting line #285 in AbstractPingablePooledConnection.java seems to &#8220;solve&#8221; the problem.<br />
&lt;/snip&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuron</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17388</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17388</guid>
		<description>Thanks for dialect hint. 
XA is also an interesting point for the future, because I work only with one DB at the moment.
Maybe you&#039;ll remember what has to be changed in Jaybird code to support XA. 
Give us a hint if you did ;) Thank you anyway!</description>
		<content:encoded><![CDATA[<p>Thanks for dialect hint.<br />
XA is also an interesting point for the future, because I work only with one DB at the moment.<br />
Maybe you&#8217;ll remember what has to be changed in Jaybird code to support XA.<br />
Give us a hint if you did <img src='http://www.techjava.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Thank you anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Zambrovski</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17385</link>
		<dc:creator>Simon Zambrovski</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17385</guid>
		<description>Thanks for the hint. Of course the Firebird dialect should be used. I fixed it in the article.</description>
		<content:encoded><![CDATA[<p>Thanks for the hint. Of course the Firebird dialect should be used. I fixed it in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heiko Tappe</title>
		<link>http://www.techjava.de/topics/2010/01/configuring-jboss-datasource-for-firebird-db/comment-page-1/#comment-17384</link>
		<dc:creator>Heiko Tappe</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjava.de/?p=537#comment-17384</guid>
		<description>I really loved to see/read something about Firebird and JEE. Give us more! :-)

BTW, why don&#039;t you use &quot;FirebirdDialect&quot; in your persistence unit?

Another example with an xa-datasource would be nice. At some point I used the following and it worked for me. But it might need some tweaking to work correctly. And I remember that I had to put hands on the Jaybird code to get it working. But can&#039;t remember what it was. I talked to Roman Rokytskyy about it that time.

[xml] 
&lt;xa-datasource&gt;
  &lt;jndi-name&gt;FirebirdXADS&lt;/jndi-name&gt;
  &lt;xa-datasource-property name=”Database”&gt;localhost:c:\database\firebird.fdb&lt;/xa-datasource-property&gt;
  &lt;xa-datasource-property name=”Encoding”&gt;UTF8&lt;/xa-datasource-property&gt;
  &lt;xa-datasource-class&gt;org.firebirdsql.pool.FBConnectionPoolDataSource&lt;/xa-datasource-class&gt;
  &lt;user-name&gt;itsme&lt;/user-name&gt;
  &lt;password&gt;mypassword&lt;/password&gt;
  &lt;min-pool-size&gt;5&lt;/min-pool-size&gt;
  &lt;max-pool-size&gt;20&lt;/max-pool-size&gt;
  &lt;track-statements&gt;true&lt;/track-statements&gt;
  &lt;metadata&gt;
    &lt;type-mapping&gt;Firebird&lt;/type-mapping&gt;
  &lt;/metadata&gt;
&lt;/xa-datasource&gt;
[/xml]
Cheers,
Heiko</description>
		<content:encoded><![CDATA[<p>I really loved to see/read something about Firebird and JEE. Give us more! <img src='http://www.techjava.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>BTW, why don&#8217;t you use &#8220;FirebirdDialect&#8221; in your persistence unit?</p>
<p>Another example with an xa-datasource would be nice. At some point I used the following and it worked for me. But it might need some tweaking to work correctly. And I remember that I had to put hands on the Jaybird code to get it working. But can&#8217;t remember what it was. I talked to Roman Rokytskyy about it that time.</p>
<pre class="brush: xml;">
&lt;xa-datasource&gt;
  &lt;jndi-name&gt;FirebirdXADS&lt;/jndi-name&gt;
  &lt;xa-datasource-property name=”Database”&gt;localhost:c:\database\firebird.fdb&lt;/xa-datasource-property&gt;
  &lt;xa-datasource-property name=”Encoding”&gt;UTF8&lt;/xa-datasource-property&gt;
  &lt;xa-datasource-class&gt;org.firebirdsql.pool.FBConnectionPoolDataSource&lt;/xa-datasource-class&gt;
  &lt;user-name&gt;itsme&lt;/user-name&gt;
  &lt;password&gt;mypassword&lt;/password&gt;
  &lt;min-pool-size&gt;5&lt;/min-pool-size&gt;
  &lt;max-pool-size&gt;20&lt;/max-pool-size&gt;
  &lt;track-statements&gt;true&lt;/track-statements&gt;
  &lt;metadata&gt;
    &lt;type-mapping&gt;Firebird&lt;/type-mapping&gt;
  &lt;/metadata&gt;
&lt;/xa-datasource&gt;
</pre>
<p>Cheers,<br />
Heiko</p>
]]></content:encoded>
	</item>
</channel>
</rss>
