Paul French wrote: > I have written a simple Module that logs all SOAP messages into a > database. > > My handlers needs access to resources setup in the Module init method > e.g a DataSource > > I cannot see how a handler can get access to resources setup in the > module? Can someone give me a clue? At the initialization put the resources into the ConfigurationContext, and then you can access at the runtime
Deepal > > Thanks > Paul > > -- Thank you! http://blogs.deepal.org http://deepal.org
