Does this mean that method with a @PostConstruct annotation will be called only once after this issue is fixed?
The issue does not seem to talk about this. It says @PostConstruct already works. It does get called, but for every web service operation call.
In addition the @PreDestroy method is never getting called, which is probably covered in the issue.