1 Reply Latest reply on Aug 14, 2005 7:11 PM by rrhuff

    the incomplete documentation

    benzhang0001

      I find the following documentation is one of them that you read it and you could not test it -- useless:

      http://docs.jboss.org/ejb3/tutorial/stateless/stateless.html

      My question is that:

      1): the Calculator class refer @Stateless from javax.ejb.Stateless. I checked jboss-j2ee.jar, there is no class (interface there), which jar file I should put in my class path? I have AS 4.0.3?

      2): in the "Building Running" section mentioned use
      Unix: $ export JBOSS_HOME=<where your jboss 4.0 distribution is>
      Windows: $ set JBOSS_HOME=<where your jboss 4.0 distribution is>
      " $ ant
      $ ant run
      "
      WHere is the build.xml, which is distribute with 4.0.3CR1? or some where?
      Please give detail on this.