0 Replies Latest reply on Mar 15, 2016 8:47 AM by mike.smith37

    Deploy war with multiple @webservice annotated classes

    mike.smith37

      I would like to deploy a war file that contains multiple @webservice annotated classes, but to only activate one webservice endpoint (per war).

       

      Is it possible to disable the automatic annotation scanning and use a descriptor to nominate a specific class to be exposed as a webservice (using the standard jboss CXF webservice framework)?

       

      I've done a quick search and couldn't find any examples that matched this scenario. We're using EAP 6.4.0

       

      Thanks!