I have a situation where I have a tree of Entities, and a Session Bean. The Session Bean simply persists or merges the entities, and the method in question is marked as @TransactionAttribute(Transacti
Is there any way to extend the authentication operation which connects a client application to an EJB, using standard JAAS/container-based security? I\'m looking for a way to use more than just a user
I\'m deploying an EJB which should set a timer and be triggered by it every 24 hours. But where should I set the timer? @PostConstruct does not help -- this is a session bean, so post-construct method