My purpose is to have a @Singleton class which runs automated scheduled methods throughout the application on a cloud server. But I also have @SessionScoped beans which I would like to communicate with. Is it possible to reach a @SessionScoped bean if I'm not in a user's web-session and the reverse: How can I use my @Singleton Bean as a user from my session?
Thanks and best regards!