-
Cannot locate BeanDefinitionParser for element
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.factory.parsing.BeanDefinitionParsingException: Configuration problem: Cannot locate BeanDefinitionParser for element [jta-transaction-manager]
This was my original email thread on the Camel list:
http://www.nabble.com/endpoint-not-found-after-2.0.0-upgrade-td25174532.html
This is a Spring configuration issue, and required context changes to separate concerns.
I solved the issue [...] -
Testing ActiveMQ VirtualTopic’s using Camel and JUnit
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 examples, many comments and log statements have been removed for clarity here, but may bee seen in the log stack trace sections.
What I want to be able [...] -
Deployment issues with Spring AOP and Weblogic 10.3
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 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 and Selenium [...] -
How to convince developers and management to use JUnit testing
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 are client facing.
The Issues
One project in particular, has been especially problematic for everyone involved. The project has 155 Java files that makes up the Enterprise Web Service, data processing [...] -
Common Hibernate JPA Data Services Component
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 have to do quite a bit of rework just to integrate this component. So what I wanted to do, is find a way to [...]
RSS Feed