2009/7/7 siva naresh <[email protected]>: > > someNode.getId() is called during debug interceptor call and it should be > returning whatever was set for that node during initialization of > camelcontext.
We can just change that to use someNode.idOrCreate() which will only associate a new ID if there was not one explicitly configured by the end user. -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
