-
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 [...] -
Utah Code Camp 2009
I was a keynote speaker at the 2009 Utah Code Camp (http://utcodecamp.com/speakers/)
I wanted to post my source code, and Slide Deck below.
Source Code (http://baselogic.com/code/ucc2009/webapp.zip)
Slide Deck PPT (http://baselogic.com/code/ucc2009/ucc.ppt)
I will be converting this slide deck into a blog as soon as I have time to do so. Stay tuned…. -
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 [...] -
Weblogic 10.3 hangs on JNDI data source lookup during deployment
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 the data source. This procedure works very well with DBUnit and Spring to test all of my data access objects in isolation and to get very high [...]
-
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