Uploaded image for project: 'Red Hat Decision Manager'
  1. Red Hat Decision Manager
  2. RHDM-264

File "kie.policy" contains "kie-execution-server" string in permission definition

XMLWordPrintable

    • ER1
    • CR3
    • Workaround Exists
    • Hide

      Edit the file and replace kie-execution-server with kie-server so the permission has a correct path.

      Show
      Edit the file and replace kie-execution-server with kie-server so the permission has a correct path.

      File kie.policy in ee7 distribution from handover reposiotry
      contains wrong name for kie-server in VirtualFilePermission.

      permission org.jboss.vfs.VirtualFilePermission "${jboss.home.dir}/standalone/deployments/kie-execution-server.war/WEB-INF/lib/-","read";
      

      // Content of the file

      grant {
      permission java.io.FilePermission "${jboss.home.dir}/-","read,write";
      permission java.util.PropertyPermission "*","read";
      permission java.lang.RuntimePermission "createClassLoader";
      permission java.lang.RuntimePermission "accessDeclaredMembers";
      permission java.lang.RuntimePermission "getClassLoader";
      permission java.lang.RuntimePermission "setContextClassLoader";
      permission java.util.logging.LoggingPermission "control";
      permission org.jboss.vfs.VirtualFilePermission "${jboss.home.dir}/standalone/deployments/kie-execution-server.war/WEB-INF/lib/-","read";
      };
      

              rzhang+1@redhat.com Cheng Zhang (Inactive)
              dhanak@redhat.com Dominik Hanak
              Dominik Hanak Dominik Hanak
              Dominik Hanak Dominik Hanak
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: