When I upgraded from Camel 2.0-SNAPSHOT to 2.0.0, while I was using Spring 2.5.6, I started getting the following errors on deployment: error: org.springframework.beans...
Author - Mick Knutson
I created a Visio diagram of an Executable Jar and Web Application Archetype Template for Maven. I wanted to share the image and hopefully this can help someone. My goal...
I was a keynote speaker at the 2009 Utah Code Camp () I wanted to post my source code, and Slide Deck below. Source Code () Slide Deck PPT () I will be converting this...
I have started to create a server Process that sends a status update message that is consumed by remote clients via an activeMQ VirtualTopic. * note in the code...
I have run into this error many times in the past, and have not seen any blogs on this issue, so I wanted to create a better blog with a solution to the issue. The issue...
I have been working on a Hibernate / Spring Data Access Component for a multi-module project. The testing has all been done with JUnit and DBUnit tests, then run inside...
I am currently on a project that provides configuration management support for >350 production application. Many are internal, but there are many dozens of them that...
I have created a fairly straightforward Java Server Faces (JSF) application that performs several searches, data update, and audits of the updates. I like to run Jetty...
I 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...
In the journey of rebuilding my dedicated server to create a secured cloud server, I was trying to find out what are the potential issues, besides network intrusion...