Hi, On Wed, Mar 4, 2009 at 10:32 PM, Rickard Öberg <[email protected]> wrote: > Tonny Kohar wrote: >> Just a quick question, if it is string (service idenity), then will it >> be quarantee unique. I mean there will be no duplicate Service with >> the same identity ? > > Right now it is only guaranteed within a Module, I think. We might > consider creating Applicaiton-unique identifiers, by simply creating a > path ("Domain/MyModule/MyService"), but it's not there right now. > > Just finding the first service which matches the id will be good enough > for now though.
Ok I implemented that way, just comparing the String for now. Just wondering is it possible to return Class<?> rather than returning String. Because with the Class<?> I could easily pin point the Service ? If it is not posible, just ignore this questions Cheers Tonny Kohar -- KIYUT imagine, design, create ... http://www.kiyut.com _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

