Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-14966

Forge: REST --activatorType APP_CLASS

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 4.1.0.CR1
    • None
    • forge
    • None

      Our Java EE Web Project archetype has a JaxRsActivator.java by default.
      @ApplicationPath("/rest")
      public class JaxRsActivator extends Application {
      /* class body intentionally left blank */
      }

      But the REST Endpoints from Entities assumes web.xml

      Is it possible for wizard/Forge to detect that the app is already using
      rest setup --activatorType APP_CLASS
      and use the existing JaxRsActivator?

            kaers@redhat.com Koen Aers
            bsutter@redhat.com Burr Sutter
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: