Posted January 21st, 2008 by paul
This evening while upgrading a large Ruby on Rails application that I’ve been working on for the past year and a half, I ran into some issues upgrading to 2.0.2. As you may know actionwebservice has been ousted from rails in favor of REST. For those of us that depend on using SOAP for interoperability [...]
Posted January 21st, 2008 by paul
If you’re like me and have written Spring web applications using Hibernate for persistence, you’ve probably seen this error when using FetchType.LAZY in your @OneToMany annotation.
failed to lazily initialize a collection of role:
your.Class.assocation no session or session was closed
If you are using lazy loading rather than [...]
Tags: Hibernate, Spring
Posted January 11th, 2008 by paul
This week at work I’ve had the luxury of getting to sit down and write a sample application using a few of my favorite tools: Spring, and Hibernate-Annotations. New to this equation has been Sitemesh. I’ve been using Tiles for quite a while and have felt very comfortable with it, but at the [...]
Tags: Hibernate, Sitemesh, Spring