Schlagwort: Karaf

  • Testing Camel JPA routes with Pax-Exam and Karaf

    This blog is about how to use JPA, CXF and ActiveMQ with Camel in a Karaf and how to do the testing best. I’ve had a couple of conversations about this already on IRC so here is my personal way of doing it best. You’ll find a sample of all of this in my repository at GitHub.…

  • Integration in the cloude with Camel, Karaf and Cellar

    This post is a summary of the presentation I held at the JAX 2013 in Mainz. It has been a real exciting experience for me to be a speaker at the JAX. I had this opportunity due to my new employer the Inovex GmbH, for which I’m very greatful. The Goal of the presentation and therefore…

  • Talk at Karlsruhe JUG

    Apache KarafBeen giving a talk about Apache Karaf and OSGi yesterday at the Karlsruhe JUG. It’s been a blast. Lot’s of feedback and interest in Karaf. Will Blog about it more especially about the Demo App a Dynamic Vaadin App I showed last night later. Slides can be seen here Slides

  • Adding Custom Log-Appender to Pax-Logging

    Pax Logging does use log4j as the underlying service layer to actually produce the „log files“. This little tutorial shows you how to add your own Log-Appender to the underlying log4j infrastructure and actually use it. As a new Appender we do a specialized appender of the Roling-File-Appender that actually also zips the file after…