Tag: bug
Bean X of type Y is not eligible for getting processed by all BeanPostProcessors
Marc Kannegiesser
04.11.2016
Recently we had a problem related Springs auto-proxy feature that I think is worth writing about. The Problem We use Spring as our framework of choice because it provides us…
Spring IDE into eclipse
Sascha Rüssel
12.01.2011
Today, I tried to install parts of the SpringSource Tool Suite into Eclipse Helios SR1 via update-site. After finding the right update-site of the STS for version 3.6 of eclipse…
RedmineUpgrade – Ruby on Debian without leaving the rails
Sascha Rüssel
07.05.2010
Auf der Suche nach “dem Ticketsystem” sind wir nach Scarab und Trac auf Redmine gestossen, einer Ruby-on-rails application, die ihren Zweck erfüllt und unseren Bedürfnissen durchaus gerecht wird. Aber da…
Know your APIs – Lessons learned from ResourceBundle
Marc Kannegiesser
21.04.2010
Last week I spent some time hunting down an internationalization-issue that came along while developing for a recent project. Let me explain what happened: Message-Lookup – of course – always…