Mein erster Travelbug namens Big-Agnus liegt jetzt im “Stechende Helfer” und hat sich auf den Weg nach Stockholm gemacht.
My first Travelbug named Big-Agnus is located in “Stechende Helfer” now and started its way to Stockholm.
(Weitere SL-Stations gibts auch noch im alten Blog)
Die Kunst in Odenplan hat sich inzwischen zweimal geändert.
Oh Mann, die Kamera vom PRE 1 macht echt schlechte Bilder :(.
(Weitere SL-Stations gibts auch noch im alten Blog)
Ich spar mir jetzt mal die Details da alles Wesentliche hier (NOT IN « Oracle Scratchpad) bereits ausgeführt ist.
Kurz:
id == NULL => NULL
führt dazu, dass bei Oracle-DBs
SELECT * FROM product WHERE id NOT IN (“0815”, “4711”, NULL)
durchaus auch Producte mit der id 0815 oder 4711 ausspuckt.
… I really like this sweet-stuff-based swedish traditions 🙂
Today I had the pleasure to upgrade from Spring Integration 1.0 to 2.0.3 in a big project. As there are some major changes in 2.0 it took me several hours just to get everything compiling – not thinking about to get the millions of tests to run ;).
Here is what I found out besides the stuff that can be found in the official migration document or in this helpfull blogpost from JTEAM.
MessageChannel#getName removed
void AbstractReplyProducingMessageHandler #handleRequestMessage(Message, ReplyMessageHolder) replaced by Object AbstractReplyProducingMessageHandler #handleRequestMessage(Message)
org.springframework.integration.channel.MapBasedChannelResolver removed (each router can have mappings now)
MessageChannelTemplate renamed to MessagingTemplate
MessageChannelTemplate#send(Message, MessageChannel) replaced by MassagingTemplate#send(MessageChannel, Message)