I have been playing around with deploying Felix as a Windows service and have had mixed success with various wrappers (Java Service Wrapper, YAJSW, Apache Commons). These, however, create two processes, the "wrapper" and the wrapped Felix, and I'd prefer to avoid this messiness.
Can anyone suggest an alternative? Does anyone recommend NOT deploying Felix as a Windows service?

