1 2 Previous Next 19 Replies Latest reply on Mar 14, 2007 5:40 PM by kurtstam Go to original post
      • 15. Re: Browser-based configuration editor
        derek.adams

        Yep. It will definitely affect the editor. Right now, the upload/download servlets used by the editor assume that there is one config in the conf dir. Is there any kind of API for listing the .esb archives that have been deployed and getting to their contents?

        • 16. Re: Browser-based configuration editor
          kurtstam

          Well we could make that listing feature, but i think we could either work off:

          1. Deploy as an exploded archive, then look for the jbossesb.xml in META-INF

          2. Go into the zip archive and do (1).

          Note that you can now have more then archive, so the editor may need a drop down box as to which archive you're working on.

          What do you think?

          • 17. Re: Browser-based configuration editor
            derek.adams

            I think that's a good idea. The 'reload configuration' button in the server tab would end up being a dropdown with the list of *.esb dirs and zips. The upload and download servlets would have a parameter indicating which esb archive is being read/written. Is the support for esb archives already in the codebase?

            • 18. Re: Browser-based configuration editor
              kurtstam

              Yes is it, but we're working to convert over the first quickstart (working through the issues). Hopefully by tonight this first one will be done, the others should follow tomorrow.

              • 19. Re: Browser-based configuration editor
                kurtstam

                Hi Derek,

                helloworld is checked in. The deploy task deploys a helloword.esb archive. If it makes it easier you can deploy it exploded.

                Email me if you want me to give you the archive.

                Cheers,

                --Kurt

                1 2 Previous Next