0 Replies Latest reply on Mar 27, 2008 11:40 AM by slimamar

    ClientLoginModule multi-threaded client swing

    slimamar

      Hello,

      I'm using the the login module in a swing client standalone to send the login information into the JBoss server EJB.
      Here is the client 'auth.conf' file :
      other {
      org.jboss.security.ClientLoginModule required
      multi-threaded=false;
      };

      When i invoke an EJB method in the thread

      I have to do