2 Replies Latest reply on Nov 9, 2016 11:21 AM by vabara

    Wildfly-servlet distribution and AsyncResponse injection

    vabara

      Could someone confirm if I can use Wildfly-servlet only distribution to do asynchronous Rest calls? Seems like JAX-RS injects an instance of AsyncResponse whenever it sees @Suspended AsyncResponse, but with Wildfly-servlet injection is not available. I am wondering if there is anyway around this.