1 Reply Latest reply on Sep 11, 2004 9:12 PM by starksm64

    Relation between JAAS and JMS

    adpaika

      Hi experts,

      I'm using JBoss3.2.3 and Oracle. During the startup,
      some JMS related tables were automatically cerated by the server.
      I'm using my own JAAS implementation in the application. When I'm trying to login , I'm getting a 'java.lang.SecurityException: Authentication exception'. In Jboss 3.2.5, do these JMS_ tables have any relations with JAAS?? (These table contains USERS , ROLES etc !!)

      The application was working fine with Jboss3.0.

      PLz help me...
      adpaika.

        • 1. Re: Relation between JAAS and JMS
          starksm64

          The database access is secured by a JAAS security domain. As of 3.2.5 the JMS topcis are also secured using JAAS. The datasource configuration file format changed significantly from 3.0 so start by getting that correct. See the online admin manual.