I'm trying to build a webapp with Felix embedded in a war, using Spring MVC for mapping controllers and Spring messaging/websockets. I am _not_ using Spring DI.
However, I'm running into issues with component scanning, because Spring doesn't understand "bundle:" URLs. After a fair bit of googling, I've found little to no evidence of others building webapps this way, at least not since Spring stopped work on Spring DM. So, how _are_ people building such apps? Are there OSGI-friendly alternatives to Spring MVC and/or Spring Messaging? --Andy

