<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BASE Logic, Inc. &#187; Hibernate</title>
	<atom:link href="http://www.baselogic.com/blog/tag/hibernate/feed" rel="self" type="application/rss+xml" />
	<link>http://www.baselogic.com/blog</link>
	<description>JavaEE Enterprise Architecture, Design, Mentoring &#38; Agile Consulting</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:23:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cannot create JDBC driver of class &#8221; for connect URL &#8216;null&#8217;</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/cannot-create-jdbc-driver-of-class-for-connect-url-null</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/cannot-create-jdbc-driver-of-class-for-connect-url-null#comments</comments>
		<pubDate>Wed, 17 Mar 2010 17:40:00 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=390</guid>
		<description><![CDATA[So I keep getting this error complaining about org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class &#8221; for connect URL &#8216;null&#8217; in a Hibernate DAO JUnit 4 test case I have and this is the full trace: Sep 17, 2009 2:54:37 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/cannot-create-jdbc-driver-of-class-for-connect-url-null/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Composite Primary Key pattern in Hibernate</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/composite-primary-key-pattern-in-hibernate</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/composite-primary-key-pattern-in-hibernate#comments</comments>
		<pubDate>Wed, 25 Nov 2009 15:18:08 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=425</guid>
		<description><![CDATA[I was trying to create a relationship without using surrogate primary keys the other day in Hibernate. I started searching around for examples, but did not find many examples that used Annotations. So here is what I implemented: I have an Application that can have many Accounts spread across many Machines. Each Machine can only [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/composite-primary-key-pattern-in-hibernate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblogic 10.3 hangs on JNDI data source lookup during deployment</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/weblogic-103-hangs-on-jndi-data-source-lookup-during-deployment</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/weblogic-103-hangs-on-jndi-data-source-lookup-during-deployment#comments</comments>
		<pubDate>Fri, 01 May 2009 13:27:23 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Continuous Integration (CI)]]></category>
		<category><![CDATA[DBUnit]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[JNDI]]></category>
		<category><![CDATA[Spring Framework]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=307</guid>
		<description><![CDATA[I have been working on a Spring based web application for a couple weeks. This application uses Hibernate Generic DAO&#8217;s with a JNDI template via spring to create the data source. This procedure works very well with DBUnit and Spring to test all of my data access objects in isolation and to get very high [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/weblogic-103-hangs-on-jndi-data-source-lookup-during-deployment/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Hibernate JPA Data Services Component</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:13:06 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Annotations (JSR-181)]]></category>
		<category><![CDATA[DBUnit]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JNDI]]></category>
		<category><![CDATA[JPA (JSR-220)]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[TestNG]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=272</guid>
		<description><![CDATA[I have been using Hibernate JPA, with a Java Generics based data access layer for some time now. But each time I go to a new project, I find that I have to do quite a bit of rework just to integrate this component. So what I wanted to do, is find a way to [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PersistenceException issue with Cobertura and the hibernate3-maven-plugin</title>
		<link>http://www.baselogic.com/blog/uncategorized/persistenceexception-issue-with-cobertura-and-the-hibernate3-maven-plugin</link>
		<comments>http://www.baselogic.com/blog/uncategorized/persistenceexception-issue-with-cobertura-and-the-hibernate3-maven-plugin#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:54:12 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Java-JavaEE-J2EE]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DBUnit]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[hibernate3-maven-plugin]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[TestNG]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=244</guid>
		<description><![CDATA[I have been using the hibernate3-maven-plugin for some time with a good deal of success in unit testing my data access layers through dbunit. I always separate my data access into a separate module, called data-services, for many reasons. Mostly so I can separate my testing to just database integration testing, and not unit testing [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/uncategorized/persistenceexception-issue-with-cobertura-and-the-hibernate3-maven-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
