Hello all,
we have a gui client application talking to services configured with spring http invoker. The dependencies of these services are configured in the spring application context.
How to retrieve a reference to the application context used by spring http invoker in classes that are not configured by spring. e.g. we need a reference to the datasource defined in the application context in a workflow utility class. This workflow utility class cannot be configured by spring.
How to retrieve a reference :?:
kind regards,
Geert Van Landeghem


Reply With Quote