PersistenceException issue with Cobertura and the hibernate3-maven-plugin
TweetTweetBufferI 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...
View ArticleCommon Hibernate JPA Data Services Component
TweetTweetBufferI 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...
View ArticleWeblogic 10.3 hangs on JNDI data source lookup during deployment
TweetTweetBufferI have been working on a Spring based web application for a couple weeks. This application uses Hibernate Generic DAO’s with a JNDI template via spring to create the data source. This...
View ArticleComposite Primary Key pattern in Hibernate
TweetTweetBufferI 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...
View ArticleCannot create JDBC driver of class ” for connect URL ‘null’
TweetTweetBufferSo I keep getting this error complaining about org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class ” for connect URL ‘null’ in a Hibernate DAO JUnit 4...
View Article