someNode.getId() is called during debug interceptor call and it should be returning whatever was set for that node during initialization of camelcontext.
---- Siva Naresh. James.Strachan wrote: > > 2009/7/7 siva naresh <[email protected]>: >> >> The ids are important to identify the endpoint to a front end tooling >> system. >> >> Using the camel naming system. we get null ids for all the endpoints in >> the >> multicast case for example. > > An even easier fix then, replace the code which does > > someNode.getId() > > with > > someNode.idOrCreate() > > :) > > -- > James > ------- > http://macstrac.blogspot.com/ > > Open Source Integration > http://fusesource.com/ > > -- View this message in context: http://www.nabble.com/id%28%29-in-Java-dsl-tp24371134p24374391.html Sent from the Camel - Users mailing list archive at Nabble.com.
