Problem: Web traffic is coming through Tomcat to one of your servlets. Your servlet accesses a couple of hibernate objects but when it tries to load a lazy proxy you get:
org.springframework.web.util.NestedServletException:
Request processing failed;… more »
Archives for: "November 2008"
Just so you can say that you heard it here first, I am inventing a new word splingo. It is a word made up of Spring and lingo.
I have used “Spring (Framework)” as a case in point but the language can be applied as a generic term to describe… more »
As you know I have been doing a lot of work with Java application containers and the like. I have recently been looking at Java Management Extensions.
What is JMX?
JMX is a technology that lets you implement management interfaces for Java… more »
I recently signed up for the Spring Exchange in London. After filling in my credit card details I received my email confirmation to print out.
Your order from <my_payment_co> has been successful.
The unique reference for this transaction is:… more »
Clearcase is the best source controller I have ever used; and I have used most of them (free and commercial)!
One thing that I need to do quite often is look for files that have not been placed under source control yet. After a session of checkins I… more »