jax-rs sse client with Singleton in Glassfish/Payara
问题 About jax-rs client with SSE in EJB Singleton, I've tried with Payara server full-5.183 (without docker) for this example, [https://abhirockzz.wordpress.com/2017/07/27/jax-rs-2-1-sse-client-api-example-using-glassfish-5-on-docker/], but failed. Error shown at line eventSource = SseEventSource.target(target).build(); @PostConstruct public void init() { this.sseClient = ClientBuilder.newClient(); this.target = this.sseClient.target("https://sse.now.sh"); tsvc.createSingleActionTimer(15000, null