1 Reply Latest reply on Feb 4, 2009 10:41 AM by ugge

    ExtendedManagedObjectAdvisor returns null getMethodInfo(meth

    ugge

      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?