<?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: xwiki installation on jboss using firebird</title>
	<atom:link href="http://blog.progs.be/57/xwiki-installation-on-jboss-using-firebird/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.progs.be/57/xwiki-installation-on-jboss-using-firebird</link>
	<description>How I tried to fix certain programming problems, mostly in the java, JEE, JBoss scene, web area and using Ubuntu or Debian linux.</description>
	<lastBuildDate>Mon, 06 Feb 2012 08:53:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: joachim</title>
		<link>http://blog.progs.be/57/xwiki-installation-on-jboss-using-firebird#comment-2352</link>
		<dc:creator>joachim</dc:creator>
		<pubDate>Wed, 06 Feb 2008 15:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.progs.be/?p=57#comment-2352</guid>
		<description>As Ludovic requested, the Hibernate definition files have been sent to the xwiki developers.
In future, creating the database should no longer be needed, but all should be possible using the following definition (in this case for the datasource example).
&lt;code&gt;
    &lt;!-- Firebird datasource configuration --&gt;
    &lt;property name=&quot;connection.datasource&quot;&gt;java:/jdbc/XWikiDS&lt;/property&gt;
    &lt;property name=&quot;dialect&quot;&gt;org.hibernate.dialect.FirebirdDialect&lt;/property&gt;
    &lt;property name=&quot;statement_cache.size&quot;&gt;2&lt;/property&gt;
    &lt;property name=&quot;hbm2ddl.auto&quot;&gt;update&lt;/property&gt;
    &lt;mapping resource=&quot;xwiki.firebird.hbm.xml&quot;/&gt;
    &lt;mapping resource=&quot;feeds.firebird.hbm.xml&quot;/&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>As Ludovic requested, the Hibernate definition files have been sent to the xwiki developers.<br />
In future, creating the database should no longer be needed, but all should be possible using the following definition (in this case for the datasource example).<br />
<pre><code>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Firebird datasource configuration --&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;property name=&quot;connection.datasource&quot;&gt;java:/jdbc/XWikiDS&lt;/property&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;property name=&quot;dialect&quot;&gt;org.hibernate.dialect.FirebirdDialect&lt;/property&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;property name=&quot;statement_cache.size&quot;&gt;2&lt;/property&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;property name=&quot;hbm2ddl.auto&quot;&gt;update&lt;/property&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;mapping resource=&quot;xwiki.firebird.hbm.xml&quot;/&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;mapping resource=&quot;feeds.firebird.hbm.xml&quot;/&gt;
</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludovic Dubost</title>
		<link>http://blog.progs.be/57/xwiki-installation-on-jboss-using-firebird#comment-1852</link>
		<dc:creator>Ludovic Dubost</dc:creator>
		<pubDate>Wed, 16 Jan 2008 08:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.progs.be/?p=57#comment-1852</guid>
		<description>Very nice install explanation and thanks for the nice comments about XWiki. 

Concerning the firebird database creation, creating a database specific hibernate definition would have the advantage of allow future automated installs or even upgrades. Do you think you could try that ?

We already have a specific file for Oracle because of specific constraints..

Thanks
Ludovic</description>
		<content:encoded><![CDATA[<p>Very nice install explanation and thanks for the nice comments about XWiki. </p>
<p>Concerning the firebird database creation, creating a database specific hibernate definition would have the advantage of allow future automated installs or even upgrades. Do you think you could try that ?</p>
<p>We already have a specific file for Oracle because of specific constraints..</p>
<p>Thanks<br />
Ludovic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firebird News &#187; xwiki installation on jboss using firebird</title>
		<link>http://blog.progs.be/57/xwiki-installation-on-jboss-using-firebird#comment-1849</link>
		<dc:creator>Firebird News &#187; xwiki installation on jboss using firebird</dc:creator>
		<pubDate>Wed, 16 Jan 2008 06:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.progs.be/?p=57#comment-1849</guid>
		<description>[...] open source enterprise wiki, on JBoss using firebird as database backend. [Ed article via digg ]  Permalink &#124; Share: &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] open source enterprise wiki, on JBoss using firebird as database backend. [Ed article via digg ]  Permalink | Share: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

