On Apr 20, 11:31 am, Mehmet Dogan <
meh...@hazelcast.com> wrote:
> Hi Dan,
>
> I could not get the relation of a Subject and a daemon task. I do not know
> exactly how Shiro works but I guess Shiro binds a security manager to thread
> context by a servlet or servlet filter. And if your task (Is this task a
> distributed task over Hazelcast?) runs outside of servlet context then most
> probable you should create a security manager or get any from some other
> context created before and explicitly bind that into running thread's
> context.
>
> @mmdogan
>