1 Reply Latest reply on Jul 16, 2004 10:00 AM by cchris

    basic

    s_k_tripathi

      please any body help me and give the basic strutcture of jar files so that i could deploy the bean and

        • 1. Re: basic
          cchris

          Your jar archive, deployed (for example in default) should look like this :

          $JBOSS_HOME/server/default/deploy/

          my_ejb.jar/
          - My_ejb.class
          - My_ejbBean.class
          - My_ejbHome.class
          - ...
          META-INF/
          - MANIFEST.MF
          - ejb-jar.xml
          - ...

          Chris