1 Reply Latest reply on Jul 3, 2005 8:51 AM by jbosschecker

    Running the JBoss EJB 3.0 examples - Invoking the EJB method

    jbosschecker

      Hi!
      I`m trying to get the stateless ejb 3.0 example (first one) of the JBoss-EJB3.0 (EJB 3.0 - Beta) running with JBoss 4.0.2, JDK 5 and EJB 3.0 Beta.

      I`ve done everything explained in the tutorial and I`ve got the tutorial.ejb3 jar file in the JBOSS_HOME/server/all/deploy dir. but I don't know, how to invoke/run the client, to get connected with the CalculatorBean ...

      How do I get the Client.java run and invoke the methods of the CalculatorBean without and/or with any IDE?

      Where can I see within JBoss, that my Beans are deployed?

      Please HELP me!!