> > Interestingly the Assembly spec (both OASIS and OSOA) says for binding.sca: > > 2452 If a reference specifies an URI via its uri attribute, then this > provides the default wire to a service > 2453 provided by another domain level component. The value of the URI > has to be as follows: > 2454 • <domain-component-name>/<service-name> > > so using an absolute URI seems not allowed. Would it not be possible > to have the runtime know about the base URI for the nodes and > automagically add in the http://host:port part? > > ...ant >
I thought that was what it was doing in 1.x. Although it is cheating a bit and using the composite file format to transfer that configuration from the domain manager to the nodes that are going to run the composite. Simon
