Hi, is there a way to do this? I am building a service for jBPM in my module and it needs to lookup services in the registry. I could do this by hacking TapestryFilter and putting the registry in a singleton but am wondering if there is a neater way. I could also explicitly pass services into my jBPM builder as configuration and create a 'mini-registry' of the services my jBPM process will need, but that's extra work too. I may need to do this anyway to support spring-like named service beans which the jBPM code also uses (iterable by name).
I know that either way I will have a problem with per-thread services but am just playing around with ideas at the moment. Thanks, Alfie.