9 Replies Latest reply on Jun 3, 2006 8:55 AM by leonell

    ejb3 and administration console

      Hi everybody,
      I just downloaded the jboss-4.0.4CR2 (or GA, I didn't look for an explanation of the difference;) ) to play with ejb3, but tht administration (http://localhost:8080/web-console/) just doesn't work. I get that:

      HTTP Status 404 - /web-console/

      type Status report

      message /web-console/

      description The requested resource (/web-console/) is not available.
      Apache Tomcat/5.5.17


      Does someone knows where the prob comes from?
      I didn't do anything special, just installed the as, launched it and that's all...

        • 1. Re: ejb3 and administration console
          echon

          if you select "ejb3" from installer the web-console is not installed.
          If you select all (this is unfortunatelly without ejb3) the web-console is available.

          Regards

          Peter

          • 2. Re: ejb3 and administration console

            So it is impossible to develop ejb3 project and using the Administration console?

            • 3. Re: ejb3 and administration console
              bill.burke

              download the 4.0.4.GA zip file (without EJB3)
              download the JBoss_EJB30_rc7 release zip. It contains directions for installing ejb3 on top of 4.0.4.GA.

              • 4. Re: ejb3 and administration console
                bill.burke

                the ejb3 rc7 zip also contains 30+ tutorials and documentation.

                • 5. Re: ejb3 and administration console

                  =>
                  # Copy jboss-ejb3-client.jar from the lib/ directory of the distribution to jboss-4.0.x/client
                  # Copy jboss-annotations-ejb3.jar from the lib/ directory of the distribution to jboss-4.0.x/client
                  # Copy hibernate-client.jar from the lib/ directory of the distribution to jboss-4.0.x/client


                  I don't have those files in the zip I downloaded!

                  • 6. Re: ejb3 and administration console

                    oh and btw, I tried to use the Jboss Application Server (4.0.4 GA with ejb3), and when I deployed my ejb3 session bean ( a very simple calculator I found on internet) well nothing happened. The server didn't tell a word... and when I checked on the repertory, my file (CalculatorBean.jar) was there...
                    Is this normal?
                    With ejb2, even when my .jar were full of errors, the server did tell me smg like... a bunch of errors but at least he said smg!

                    • 7. Re: ejb3 and administration console
                      epbernard

                      I don't really understand the tone you use when you actually are asking for help.
                      Do you want people to pass on?

                      • 8. Re: ejb3 and administration console

                        Merci du coup de main...

                        Has anyone fixed this problem ?

                        • 9. Re: ejb3 and administration console
                          leonell

                           

                          "adrienogee" wrote:

                          The server didn't tell a word... and when I checked on the repertory, my file (CalculatorBean.jar) was there...


                          When I deploy my EAR file with entity beans and session beans I get many records in server.log file. Here is example:

                          INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/var/jboss-4.0.4.GA/server/all/deploy/Banka.ear
                          INFO [org.jboss.ejb3.Ejb3Deployment] EJB3 deployment time took: 15
                          INFO [org.jboss.ejb3.Ejb3Deployment] EJB3 deployment time took: 16
                          INFO [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: persistence.units:ear=Banka.ear,unitName=banka_persistence_unit with dependencies:
                          INFO [org.jboss.ejb3.JmxKernelAbstraction] jboss.jca:name=Banka_DS,service=ManagedConnectionFactory
                          INFO [org.hibernate.ejb.Ejb3Configuration] Processing PersistenceUnitInfo [ name: banka_persistence_unit ...]
                          INFO [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: cz.qds.banka.ebs.Prevod
                          INFO [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: cz.qds.banka.ebs.Ucet
                          ...
                          INFO [org.jboss.deployment.EARDeployer] Started J2EE application: file:/var/jboss-4.0.4.GA/server/all/deploy/Banka.ear
                          


                          You have something wrong.
                          You must create EAR with application.xml file in META-INF folder and as part of this EAR must be JAR with your EJB3 classes.

                          Leos