Hello friends.
I have a service at an average level, it is built on a watch service, and should start at the start of the application. But the error is - No context security
The service must be a separate thread. Thx
Hello friends.
I have a service at an average level, it is built on a watch service, and should start at the start of the application. But the error is - No context security
The service must be a separate thread. Thx
Hi @getmanenko.sv,
You need to pass the SecurityContext
instance to the thread. Take a look at Security Context in the docs for an example.
Regards,
Peterson