Hi I need to load a instance of an application context file for each application who is going to access my service. As a example ,
Lets say PersonImpl class use a another service to handle its business logic. Then we need to initialize that service. When Application Id 1 come to access the service we need to create a new Application context and some other application comes to access this service new Application context should be created. The new Application context should be created when xbean.xml file is initialized. So I need to know is it possible to load an application context when xbean.xml instantiate? Thanks -- View this message in context: http://old.nabble.com/Load-a-new-Application-Context-for-each-application-tp27241334p27241334.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
