0 Replies Latest reply on Jul 4, 2006 11:32 PM by ashudagr8

    EJB test Client..!!!

    ashudagr8

      Hi Forum,
      I am new to Jboss IDe..so neglect my ignorance..!!!
      I have a EJB having a remote method.I tried to test remote method by using Eclipse-Jboss IDE EJB test client but during the execution of the test
      case i am getting exception like

      javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: org.jboss.proxy.ClientContainer (no security manager: RMI class loader disabled)]...

      In a bid to try to solve the problem i have added

      grant {
      permission java.security.AllPermission;
      };

      in the policy file..(Both test code and Jboss are running on the same machine)..

      But still problem is not solved.Can Anybody help me to get through this problem...