0 Replies Latest reply on Sep 11, 2002 8:30 PM by odbwhat

    Connecting to the server within scheduled code

      I'm having trouble logging in to the EJB server from code running in the scheduler. Specifically I'm getting "javax.security.auth.login.LoginException: No LoginModules configured for name". I'm using the org.jboss.security.ClientLoginModule for authentication.

      I've tried to configure everything the same way as a working client, but maybe that's the problem. Should I be arranging a different login configuration given that I'm running on the server, if not within an ejb context?

      Any help is appreciated, I'm beating my head up against a wall on this one :)