1 Reply Latest reply on Aug 20, 2003 5:57 AM by mikewazowski

    no match found for security role

    nowy

      Hi !

      I ve deployed my application on JBoss 3.2
      and when someone is using it, on the console server prints:

      23:10:02,095 WARN [StatelessSessionEnterpriseContext] no match found for securi
      ty role God in the deployment descriptor.

      i have defined this role in my ejb-jar.xml

      <assembly-descriptor>
      <security-role>

      <role-name>God</role-name>
      </security-role>

      what i've made wrong ?
      what is missing ?