2 Replies Latest reply on Nov 10, 2003 4:11 AM by hub1

    soap (glue) and authentication

      Hi,

      I have problems configuring soap within JBoss
      Since I added a security-domain to jboss.xml, jboss refuses to start the soap service.
      The domain is:
      <security-domain>java:/jaas/SecureRealm</security-domain>

      When soap should get applied, I receive the following:

      INFO [STDOUT] [STARTUP] GLUE standard 3.2.3 (c)
      ERROR [SecurityInterceptor] Authentication exception, principal=null

      In which files do I have to change configuration to get this working?

      Thanks for you help
      Hubert

        • 1. Re: soap (glue) and authentication


          I forgot to mention that the interactive login works (using ldap). Interactive clients get authenticated when they connect.

          Hubert

          • 2. Re: soap (glue) and authentication

            Well, since I removed the <load-on-startup> from the web.xml in the WAR it seams to work.

            I have glue in a WAR file that is applied to an EAR. It looks like JBoss wants a principal to publish the glue servlet on startup, if a <securty-domain> is specified in jboss.xml.

            Glue is now published, when the first user connects via soap and was authenticated successfully.

            Is this how it works or is there a different way?

            Hubert