Hi Lakshman snip.... > What I intend to do:'I intend to move the piece of code that modifies the > POJO's etc into the tuscany module which has the information on the service > name, implementation class etc of the composite file instead of me parsing > the composite file and storing a map against it. I need to know the data > structure in the tuscany module which holds all the information of the > service name, Implementation/interface class and binding details etc which
You need to take a look at the modules/assembly. This is the model of the composite file that is created when the runtime starts and reads a composite file. > are in the composite file so I can get rid of parsing the contribution and > composite file myself and instead depend on tuscany's data structures. > If you guys have any other idea, please let me know. > Thanks, > Lakshman Mukkamalla. It's no clear precisely how you are wanting to hook into the runtime. A reference to the model of the composite file is kept in the domain level composite which itself can be retrieved from the composite activator. Simon
