Hi all,
I'm developing a web application which does some wiring inside of a
context listener.
Because the service implementation classes (im using servlet transport
-CXF Servlet) are they are instantiated at deploy time (also by an
context listener) the wireing is possible not finished and the
deployment fail.
Therefore my question: Is it possible (by configuration) to defer the
instantiation of my service classes so that they getting instantiated on
demand?
Thanks
Andrej
- Defering the instantiation of the service implementation Andrej Rippich
-