Hi all,
I do not plan on using Weld, but still would like to have custom scopes for components.
I am using Seam in a non-conventional way such that I would like to have control over contexts / scopes. I have background jobs / tasks that call other services. This is somewhat similar to the event / method scope, but I would like to control my own (naming, when it starts, ends, etc.).
Is this possible in Seam 2, or do I have to wait till Seam 3?
Walter