Hello,
I'm trying to move our big j2ee application to JBoss 7 (currently using 7.1.1 nightly build). We have configured a SecurityDomain for our ejb's with custom login modules. The domains are configured to use caching with cache-type='default', but it seems this is not working correctly. Every single call (with the same user, who has already authenticated successfully on the client side) to a secured ejb method starts the full authentication process from the beginning, which has a big performance impact to us. Is this a bug, or (hopefully not) by design?
I found this bug, maybe its the same problem? AS7-3498
Best regards,
Michael Gronau