Alessio Soldano wrote:
An interesting question now is whether we want this to be the default behaviour or not. Currently there's a system property for choosing when to load the bus, the default is lazy behaviour (load in servlet).
I changed the default behaviour, which is now eager load, during deployment.
The point now is whether we want to support the lazy one, which might be useful on user development environment for speeding up boot with many ws endpooints having http binding.