I had a task to make my current webservice calls asynchronous and wanted to use the @Async annotation in Spring 3.0x to accomplish the task. The...
Category - Test Driven Development (TDD)
Test driven development (TDD) postings.
Reflecting on SpringOne 2GX
This was my first time attending SpringOne, and I must say, I was truly impressed. Springsource did an amazing job getting a wide breadth of...
Cannot create JDBC driver of class ” for connect URL ‘null’
So I keep getting this error complaining about org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class ” for connect...
I am currently on a project that provides configuration management support for >350 production application. Many are internal, but there are many...
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...
Long has there been issues to replicate defects found by QA and user acceptance testers for the development team to understand and resolve. For...
I would like to share a new slide deck to outline a presentation I am giving to clients to identify SDLC issues, and how as an Agile Coach, I can...
Spring Security issue: Duplicate detected.
So I ran into an issue today that has been detailed at in the Spring forums that at first glance, looked identical to my issue. But this was in fact...
Keeping Tomcat binaries locally for integration testing on Linux
I ran into an issue of server timeouts with embedded Tomcat in my Maven build once I moved to my Linux Build Server. I defined the cargo plugin as...
Deploying webapp to multiple containers
In my efforts to integrate Jetty, tomcat and selenium into my Maven build for continuous integration tests, I have run into some strange issues. It...
Recent Comments