0 Replies Latest reply on Jan 3, 2002 8:40 AM by sergeibatiuk

    no security manager: RMI class loader disabled

    sergeibatiuk

      Hello once again,

      I am trying to access an EJB from withing JBuilder's appletviewer. I can successfully lookup my EJBs and instantiate them.

      However, when the first method invoked over EJB results in a strange exception:

      java.lang.NullPointerException: METHOD IS NOT FOUND:6317137956467216454 {-1299374689989208114=public abstract javax.ejb.Handle javax.ejb.EJBObject.getHandle() throws java.rmi.RemoteException, 4840115071604865751=public abstract java.lang.Object javax.ejb.EJBObject.getPrimaryKey() throws java.rmi.RemoteException, 3163754803894080547=public abstract javax.ejb.EJBHome javax.ejb.EJBObject.getEJBHome() throws java.rmi.RemoteException, -5909123752501984271=public abstract boolean javax.ejb.EJBObject.isIdentical(javax.ejb.EJBObject) throws java.rmi.RemoteException, -5013858639939630501=public abstract void javax.ejb.EJBObject.remove() throws java.rmi.RemoteException,javax.ejb.RemoveException}

      What should I do to successfully communicate with server from an applet?

      Sincerely,
      Sergei Batiuk.