In wildfly, how to disable Stateful Bean Passivation without using EJB3.2-specific "passivationCapable = false"

I created a cluster. I am using EJB 3.1 in my project. Is there any way I can disconnect a session from a session based on the state of the Bean?

+3


source to share





All Articles