L.S.,
As suggested by a lot of people over the past week , we should focus on the core assembly before anything else. If we look at the current ServiceMix 5 project layout, that would mean we have 3 non-core bits in there that we would need to think about. The first one is the "activiti" module. This seems to be a pretty good match for our core technology set. So I would suggest we keep that around for now, once it moves to a Karaf subproject or (even better) to the Activiti project itself, we can just reuse that effort and remove our bits. The two things we do may want to remove are the "akka" and "logging" modules. The "akka" bits are a personal experiment of mine and I'm not sure anyone is using that at all. Also, that technology is probably a bit alien to a lot of people in the community, so it probably makes no sense keeping it around. I would propose we just remove that entirely. For "logging": I doubt a lot of people are using that as well. I was first thinking of adding a demo using Camel Pax-Logging instead, but that seems a bit harder than I expected. Regardless, this is another module where we should ask ourselves whether we want to keep it around (for now) or not. Regards, Gert Vanthienen
