Trying to setup JAAS configuration using EJB3, JBossAS5.0 and LdapLoginModule. We have been using same configuration in Jboss 4.2
The LDAP part seems to run OK but in the server, I get null info after MethodInfo info = advisor.getMethodInfo(methodHash) in the StatelessConatiner.java:444
No exceptions before that...
In the EJB I use @SecurityDomain, @RolesAllowed, @PermitAll annotations
but for some reason I can not invoke the EJB method.
What's missing?
Please contribute in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149826