1 Reply Latest reply on Feb 3, 2007 7:41 PM by shane.bryzak

    Security 1.1.5 declaration in components.xml

    henrik.lindberg

      The documentation says that you should add:


      /META-INF/security-rules.drl


      But seams gen generates the following:

      <drools:rule-base name="securityRules">
      <drools:rule-files>/security.drl</drools:rule-files>
      </drools:rule-base>

      Which looks like it is declaring the same thing.
      So - naturally one wonders which one to use. Is either way fine?