6 Replies Latest reply on Oct 13, 2005 4:42 PM by dwebster

    Descriptor wizard missing

      I downloaded JBoss Ide M3 and I tried to develop a project but the descriptor wizard is missing. Is a my error or not? In the previous release Jboss IDE M2 the descriptor wizard is present.

      Thanks and bye,
      Giordano

        • 1. Re: Descriptor wizard missing
          sierras

          I've got the same problem. Please, can anybody answer this asap? I'm a newby and I don't know what to do.....

          Thanks

          • 2. Re: Descriptor wizard missing
            vinodseb

            Any solution?

            • 3. Re: Descriptor wizard missing
              cristian.sandu

              Same problem here.Anyone...Help?

              • 4. Re: Descriptor wizard missing
                jiangcx

                The Desriptors menu has been temporarily removed in favor of the Webtools XML wizard creation and J2EE wizards. We have not integrated the J2EE part of Webtools yet, but we will with the next release which is when we will also have our new JBossAS adapter / interface.

                The above is referenced from "mculpepper@jboss.com",I hope it helpfull to you.Good luck!

                • 5. Re: Descriptor wizard missing
                  atteeeeeee

                   

                  "vinodseb" wrote:
                  Any solution?


                  There is a solution, but it is not so convenient.
                  There are XML shema files in JBOSS_HOME/docs/dtd and JBOSS_HOME/docs/schema, so you can use these schemas for generating application.xml, application-client.xml, and so on.
                  New/XML/Create XML file from a DTD file
                  or
                  New/XML/Create XML file from an XMLschema file
                  XML schemas are the newer versions.
                  In the Outline section you can add/modify the tags.

                  (I am new to j2ee, but hope helped some)

                  • 6. Re: Descriptor wizard missing
                    dwebster

                     

                    "jiangcx" wrote:
                    The Desriptors menu has been temporarily removed in favor of the Webtools XML wizard creation and J2EE wizards. We have not integrated the J2EE part of Webtools yet, but we will with the next release which is when we will also have our new JBossAS adapter / interface.

                    The above is referenced from "mculpepper@jboss.com",I hope it helpfull to you.Good luck!


                    Will this J2EE part of Webtools include the JSP compiler stuff? That is a real major hole in the entire project right now. I am having to pre-compile all my JSPs in a separate Webtool project just to get the Servlet java classes and copy those just to build J2EE web stuff in Jboss-IDE.