2 Replies Latest reply on Jan 1, 2002 11:13 PM by sk4567

    Calling EJB from Applet(in Jboss2.4.3)

    sk4567

      Hey All,
      have followed the examples from the documentation..I am enclosing my Applet class code to U.My applet is up and running. and my EJB is bound .When I call the EJB from the applet im getting the following exeception..

      Exception occurred during event dispatching:
      java.lang.NoSuchMethodError: java/util/Properties: method setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object; not found
      at AppletEjbCaller.callEjbButton_actionPerformed
      at AppletEjbCaller$1.actionPerformed
      at java/awt/Button.processActionEvent
      at java/awt/Button.processEvent
      at java/awt/Component.dispatchEventImpl
      at java/awt/Component.dispatchEvent
      at java/awt/EventDispatchThread.run

      I have checked my jndi propertoes file.it seems to be ok..
      Thanx,
      Saurabh