Kategorie: java

  • Blocking system.exit in osgi

    One thing beforehand, calling system.exit from a bundle is evil! But even worse is a third party legacy jar calling system.exit instead of throwing exceptions. Now how do we stop this jar from doing such evil? The only way you can do this is to use a SecurityManager preventing calls to system.exit. Wow!!! Now how…

  • PAX-Web

    Just did finish most parts of the issue PAXWEB-210 I was working on now for about two weeks. While I was working on this issue I have seen a lot of code. That is one of the reasons why I was able to fix quite some bugs. I also added on requested improvement PAXWEB-193. I…

  • Apache Karaf 2.1.0 is out

    Hey, again there is a new version of Apache Karaf out. And again I did provide some patches: KARAF-125 – This was an issue with the webconsole, no patch provided KARAF-138 – provided patch after I already provided parts of the logic in 2.0 KARAF-145 – Found an issue with the startup properies and how…

  • Camel on Karaf

    I recently experimented with Apache Camel, especially with Camel on Karaf. Well what can I say, It is quite amazing what kind of stuff this project is capable of. The more I get into it, I can see this to be one of the major projects used in future.