0 Replies Latest reply on Feb 13, 2003 4:57 AM by simonbxl

    2 bugs in the HelloWorld sample

    simonbxl

      Hi,

      I have fixed two bugs in the com.mastertech.sample HelloWorld example (in the "Jboss-step-by-step.pdf")

      1. bean name "Hello" in the ejb-jar.xml (<ejb-name>)
      isn't correspond to the jdni name in the HelloWorldClient
      (ctx.lookup("HelloWorld");)

      2. inthe HelloWorldBean, you have to implement the method
      ejbCreate() which is related to the method create() in HelloWorldHome;

      if you have a problem to run HelloWorldClient
      you just to add \Jboss_home\Client\jbossall-client.jar in
      the CLASSPATH.

      Have a fun

      Simon