8 Replies Latest reply on May 8, 2009 9:52 AM by nickarls

    Killing a process using sytem call from seam

    alankrum
      Im trying to kill a process from a class inside my seam project using a sytem call:


      Process p;
      p=Runtime.getRuntime().exec("kill -9 2447);


      when i try to run the code i get the following error in the log:

      WARN  [PermissionManager] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if permission management is required.


      i'm new using this framework, i'm not sure whats going on.
      i would appreciate if someone can help me.
      cheers
      alan