TweetWhen 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.factory.parsing.BeanDefinitionParsingException: Configuration problem: Cannot locate BeanDefinitionParser for element [jta-transaction-manager] Link to this post!
READ MORE »Posts tagged java-javaee-j2ee
Testing ActiveMQ VirtualTopic’s using Camel and JUnit
TweetI 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 examples, many comments and log statements have been removed for clarity here, but may bee seen in the log stack trace sections. Link to this post!
READ MORE »Deployment issues with Spring AOP and Weblogic 10.3
TweetI 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 an embedded Jetty web container. The details of this blog focus on the issue with deploying this WAR to Weblogic 10.3 after completing extensive unit [...]
READ MORE »How to convince developers and management to use JUnit testing
TweetI 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 are client facing. Link to this post!
READ MORE »Common Hibernate JPA Data Services Component
TweetI 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 to integrate this component. So what I wanted to do, is find a way to [...]
READ MORE »PersistenceException issue with Cobertura and the hibernate3-maven-plugin
TweetI 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 separate module, called data-services, for many reasons. Mostly so I can separate my testing to just database integration testing, and not unit testing [...]
READ MORE »Agile Consulting and Coaching
TweetI 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 assist them in becoming more Agile in their development practice. This can also be seen on my LinkedIn profile. Link to this post!
READ MORE »
