1 Reply Latest reply on Feb 25, 2006 10:56 AM by davd_dad

    security-domain

      I tried to set security-domain for a JBoss IDE project.

      Did this by:
      1) Right clicked on project
      2) Clicked on properties
      3) Clicked on XDoclet Configurations
      4) Clicked on EJB configuration I previously added
      5) Clicked on JBoss Doclet
      6) Double clicked on "securityDomain"
      7) Entered value "java:/jaas/test"

      After doing this I reran XDoclet via JBoss IDE. Unfortunatley, there was no securityDomain attribute on the doclet in the xdoclet-build.xml ant build script and no <security-domain> in the jboss.xml.

      Should I be doing something different?

      Thanks