5 Replies Latest reply on Jun 26, 2003 4:43 PM by rogera

    Where are the modules?

    rogera

      Using 3.22RC1 + nukes out of CVS. Most of modules ie sections, faq are not there. Where have I lost or perhaps not deployed them? Everything appears to build and deploy OK
      Thanks

        • 1. Re: Where are the modules?

          yes you have to deploy each of them manually :

          go in section for instance and type : build.bat deploy

          julien

          • 2. Re: Where are the modules?
            rogera

            Tks Julien
            I was expecting that tables would be created by the beans on deployment (using internal Hypersonic)
            Have now got modules in the application but no underlying tables. Do I need to use Sqirrel SQL or something to create them as in tutorial?
            Apart from that eveything looks better and better.

            Roger

            • 3. Re: Where are the modules?

              you can do the following :

              launch the JMX console : http://localhost:8080/jmx-console

              visit the mbean jboss:service=Hypersonic
              click on startDatabaseManager() button

              that will launch a swing GUI where you can copy/paste the sql statements.

              julien

              • 4. Re: Where are the modules?
                rogera

                But where will I find the SQL statements that I need to paste?. The nukes (out of the box) application tables are already built, populated and working.
                Sorry, but I dont fully understand nukes arch. just yet. Am also occupied getting a grip on jboss as well. Trying to reach the middle starting from both ends

                Roger

                • 5. Re: Where are the modules?
                  rogera

                  Cancel last. Found them. did'nt look properly.
                  Thanks again
                  Roger