Hi all,

   is it possible to have services bound with Bean scope? I'm using Quartz
scheduler and my jobs are actually services bound in AppModule with all
dependency injection and so on.


  But i want different instances of jobs. So every time i call

     ServiceResources:getService(..., Job.class)

i want new instance back.

I remember it was not possible to implement with Hivemind, how about
Tapestry-IOC?

Thanks.

Reply via email to