<?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>Kommentare zu: Tutorial: Erstellung eines JBoss Seam Eclipse Projekt auf Tomcat Basis durch Import des JPA Beispiels</title>
	<atom:link href="http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-durch-import-des-jpa-beispiels/feed/" rel="self" type="application/rss+xml" />
	<link>http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-durch-import-des-jpa-beispiels/</link>
	<description>Blog rund um Java und Web Entwicklung</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:33:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Esin</title>
		<link>http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-durch-import-des-jpa-beispiels/comment-page-1/#comment-516</link>
		<dc:creator>Esin</dc:creator>
		<pubDate>Fri, 13 May 2011 08:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://javathreads.de/?p=2022#comment-516</guid>
		<description>hallo Markus,

dein Tutorial hat uns nach langer Suche und Lekt&#252;re vieler Anleitung zum thema, ein seam project mit Tomcat und mysql laufen zu lassen, sehr geholfen. Wir bedanken uns daf&#252;r.

Esin Tulun</description>
		<content:encoded><![CDATA[<p>hallo Markus,</p>
<p>dein Tutorial hat uns nach langer Suche und Lekt&#252;re vieler Anleitung zum thema, ein seam project mit Tomcat und mysql laufen zu lassen, sehr geholfen. Wir bedanken uns daf&#252;r.</p>
<p>Esin Tulun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ein jBoss Seam Projekt mit eclipse für Tomcat anlegen &#124; Smallaperture&#39;s Blog</title>
		<link>http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-durch-import-des-jpa-beispiels/comment-page-1/#comment-475</link>
		<dc:creator>Ein jBoss Seam Projekt mit eclipse für Tomcat anlegen &#124; Smallaperture&#39;s Blog</dc:creator>
		<pubDate>Tue, 06 Jul 2010 22:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://javathreads.de/?p=2022#comment-475</guid>
		<description>[...] http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-...    This entry was posted in Uncategorized. Bookmark the permalink.    &#8592; Small&#160;Aperture&#8230;? [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-.." rel="nofollow"></a><a href='http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-'>http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-</a>...    This entry was posted in Uncategorized. Bookmark the permalink.    &larr; Small&nbsp;Aperture&#8230;? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Markus Kühle</title>
		<link>http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-durch-import-des-jpa-beispiels/comment-page-1/#comment-397</link>
		<dc:creator>Markus Kühle</dc:creator>
		<pubDate>Fri, 04 Dec 2009 06:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://javathreads.de/?p=2022#comment-397</guid>
		<description>Stimmt, ich habe das Thema in diesem Artikel nicht explizit behandelt habe es aber eigentlich auf der Liste der zu ver&#246;ffentlichenden Artikel.
Falls du noch gar keinen Ansatz hast dann hier die einfachste Variante: verwende die &lt;code&gt;persistence.xml&lt;/code&gt; um darin direkt die Datenbankverbindung zu konfigurieren. Das funktioniert auf alle F&#228;lle. F&#252;r eine MySQL DB sieht die &lt;code&gt;persistence.xml&lt;/code&gt; dann z.B. wie folgt aus:
&lt;div class=&quot;codebox&quot;&gt;
&lt;pre&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;?&lt;/span&gt;&lt;span style=&quot;color: #FF00FF; &quot;&gt;xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;?&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;persistence &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;xmlns&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;http://java.sun.com/xml/ns/persistence&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; 
  xmlns:xsi&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;
  xsi:schemaLocation&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; 
  version&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;1.0&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;

  &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;persistence-unit &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;myPersistenceUnit&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; transaction-type&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;RESOURCE_LOCAL&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
    &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;provider&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;org.hibernate.ejb.HibernatePersistence&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;provider&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
    &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;properties&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
      &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;property &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;hibernate.connection.url&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; value&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;jdbc:mysql://localhost:3306/dbname?autoReconnect=true&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;/&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
      &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;property &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;hibernate.connection.username&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; value&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;username&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;/&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
      &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;property &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;hibernate.connection.password&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; value&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;pw&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;/&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;      
      
      &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;property &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;hibernate.dialect&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; value&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;org.hibernate.dialect.MySQL5InnoDBDialect&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;/&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
      &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;property &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;hibernate.hbm2ddl.auto&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; value&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;validate&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;/&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;

      &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;property &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;hibernate.show_sql&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; value&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;false&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;/&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
      &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;property &lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt;name&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;hibernate.format_sql&quot;&lt;/span&gt;&lt;span style=&quot;color: #FF0000; &quot;&gt; value&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;=&quot;false&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;/&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
    &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;properties&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;
  &lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;persistence-unit&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;span style=&quot;color: #000000; &quot;&gt;

&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&lt;/&lt;/span&gt;&lt;span style=&quot;color: #800000; &quot;&gt;persistence&lt;/span&gt;&lt;span style=&quot;color: #0000FF; &quot;&gt;&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
Ich schreibe vielleicht in den n&#228;chsten Tagen mal kurz die zwei M&#246;glichkeiten auf wie man im Tomcat die Datenbankverbindung konfigurieren kann. Aber das wird wahrscheinich erst n&#228;chste Woche bzw. n&#228;chstes Wochenende.

Gru&#223;
Markus</description>
		<content:encoded><![CDATA[<p>Stimmt, ich habe das Thema in diesem Artikel nicht explizit behandelt habe es aber eigentlich auf der Liste der zu ver&#246;ffentlichenden Artikel.<br />
Falls du noch gar keinen Ansatz hast dann hier die einfachste Variante: verwende die <code>persistence.xml</code> um darin direkt die Datenbankverbindung zu konfigurieren. Das funktioniert auf alle F&#228;lle. F&#252;r eine MySQL DB sieht die <code>persistence.xml</code> dann z.B. wie folgt aus:</p>
<div class="codebox">
<pre><span style="color: #0000FF; ">&lt;?</span><span style="color: #FF00FF; ">xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;</span><span style="color: #0000FF; ">?&gt;</span><span style="color: #000000; ">
</span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">persistence </span><span style="color: #FF0000; ">xmlns</span><span style="color: #0000FF; ">=&quot;http://java.sun.com/xml/ns/persistence&quot;</span><span style="color: #FF0000; ">
  xmlns:xsi</span><span style="color: #0000FF; ">=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span><span style="color: #FF0000; ">
  xsi:schemaLocation</span><span style="color: #0000FF; ">=&quot;http://java.sun.com/xml/ns/persistence <a href="http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd&#038;quot" rel="nofollow"></a><a href='http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd&#038;quot'>http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd&#038;quot</a>;</span><span style="color: #FF0000; ">
  version</span><span style="color: #0000FF; ">=&quot;1.0&quot;</span><span style="color: #0000FF; ">&gt;</span><span style="color: #000000; ">

  </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">persistence-unit </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;myPersistenceUnit&quot;</span><span style="color: #FF0000; "> transaction-type</span><span style="color: #0000FF; ">=&quot;RESOURCE_LOCAL&quot;</span><span style="color: #0000FF; ">&gt;</span><span style="color: #000000; ">
    </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">provider</span><span style="color: #0000FF; ">&gt;</span><span style="color: #000000; ">org.hibernate.ejb.HibernatePersistence</span><span style="color: #0000FF; ">&lt;/</span><span style="color: #800000; ">provider</span><span style="color: #0000FF; ">&gt;</span><span style="color: #000000; ">
    </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">properties</span><span style="color: #0000FF; ">&gt;</span><span style="color: #000000; ">
      </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">property </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;hibernate.connection.url&quot;</span><span style="color: #FF0000; "> value</span><span style="color: #0000FF; ">=&quot;jdbc:mysql://localhost:3306/dbname?autoReconnect=true&quot;</span><span style="color: #FF0000; "> </span><span style="color: #0000FF; ">/&gt;</span><span style="color: #000000; ">
      </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">property </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;hibernate.connection.username&quot;</span><span style="color: #FF0000; "> value</span><span style="color: #0000FF; ">=&quot;username&quot;</span><span style="color: #FF0000; "> </span><span style="color: #0000FF; ">/&gt;</span><span style="color: #000000; ">
      </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">property </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;hibernate.connection.password&quot;</span><span style="color: #FF0000; "> value</span><span style="color: #0000FF; ">=&quot;pw&quot;</span><span style="color: #FF0000; "> </span><span style="color: #0000FF; ">/&gt;</span><span style="color: #000000; ">      

      </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">property </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;hibernate.dialect&quot;</span><span style="color: #FF0000; "> value</span><span style="color: #0000FF; ">=&quot;org.hibernate.dialect.MySQL5InnoDBDialect&quot;</span><span style="color: #0000FF; ">/&gt;</span><span style="color: #000000; ">
      </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">property </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;hibernate.hbm2ddl.auto&quot;</span><span style="color: #FF0000; "> value</span><span style="color: #0000FF; ">=&quot;validate&quot;</span><span style="color: #0000FF; ">/&gt;</span><span style="color: #000000; ">

      </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">property </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;hibernate.show_sql&quot;</span><span style="color: #FF0000; "> value</span><span style="color: #0000FF; ">=&quot;false&quot;</span><span style="color: #0000FF; ">/&gt;</span><span style="color: #000000; ">
      </span><span style="color: #0000FF; ">&lt;</span><span style="color: #800000; ">property </span><span style="color: #FF0000; ">name</span><span style="color: #0000FF; ">=&quot;hibernate.format_sql&quot;</span><span style="color: #FF0000; "> value</span><span style="color: #0000FF; ">=&quot;false&quot;</span><span style="color: #0000FF; ">/&gt;</span><span style="color: #000000; ">
    </span><span style="color: #0000FF; ">&lt;/</span><span style="color: #800000; ">properties</span><span style="color: #0000FF; ">&gt;</span><span style="color: #000000; ">
  </span><span style="color: #0000FF; ">&lt;/</span><span style="color: #800000; ">persistence-unit</span><span style="color: #0000FF; ">&gt;</span><span style="color: #000000; ">

</span><span style="color: #0000FF; ">&lt;/</span><span style="color: #800000; ">persistence</span><span style="color: #0000FF; ">&gt;</span></pre>
</div>
<p>Ich schreibe vielleicht in den n&#228;chsten Tagen mal kurz die zwei M&#246;glichkeiten auf wie man im Tomcat die Datenbankverbindung konfigurieren kann. Aber das wird wahrscheinich erst n&#228;chste Woche bzw. n&#228;chstes Wochenende.</p>
<p>Gru&#223;<br />
Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Siem</title>
		<link>http://javathreads.de/2009/10/tutorial-erstellung-eines-jboss-seam-eclipse-projekt-auf-tomcat-basis-durch-import-des-jpa-beispiels/comment-page-1/#comment-396</link>
		<dc:creator>Siem</dc:creator>
		<pubDate>Thu, 03 Dec 2009 07:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://javathreads.de/?p=2022#comment-396</guid>
		<description>Hi Markus,
Danke f&#252;r die Anleitung.
Das es mit 
&quot; ... ein Seam Projekt inklusive JPA Persistenz durch Hibernate auf Tomcat Basis in Eclipse ... &quot; 
angefangen hat dachte ich, irgendwann kommt es zur Hibernate Konfiguration mit ein beispiele dazu. Leider nicht der Fall. Die Datenbank wird hier nicht behandelt.
Hast Du es dem N&#228;chst vor oder kennst Du andere Ressources (au&#223;er JBoss Docs :) )?
Danke!</description>
		<content:encoded><![CDATA[<p>Hi Markus,<br />
Danke f&#252;r die Anleitung.<br />
Das es mit<br />
&#8221; &#8230; ein Seam Projekt inklusive JPA Persistenz durch Hibernate auf Tomcat Basis in Eclipse &#8230; &#8221;<br />
angefangen hat dachte ich, irgendwann kommt es zur Hibernate Konfiguration mit ein beispiele dazu. Leider nicht der Fall. Die Datenbank wird hier nicht behandelt.<br />
Hast Du es dem N&#228;chst vor oder kennst Du andere Ressources (au&#223;er JBoss Docs :) )?<br />
Danke!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

