Last night I tried to create new spring-osgi-bundle-archetype.
At first I found out that 1.2.1 was provided with Spring 2.5.x. After creation I tried to compile an empty project. The process ended with error that log4j.osgi could not been found.
My question is: "Is there some Maven archetype which provides access to Spring 3.2.4, which seems to be latest version with OSGI support?"
I read that Spring DM become a Gemini Blueprint, but can't find any examples how I can combine them together.