On Sep 10, 2009, at 3:04 PM, Vladimir Blagojevic wrote:
Hi Manik,
These two issue seem to be duplicate, right?
Not that it's me being asked, but
they seem to be exactly the same
thing :)
I do not understand how is
it possible to set node name from transport element when we have to
set
a different name for each channel created in order for this feature to
have any sense?
infinispan creates one channel only for all cache caches associated
to
a CacheManager.
it would be nice to be able pass it a name through channel.setName,
for debugging reasons only.
If you want this feature maybe we need channelNamingSchemaClass
attribute in transport element. Instance of this class will conform to
certain interface and will be consulted to generate the next in
sequence
channel name for the created channel. Is this what you meant?
I'm not sure what you mean with "next in sequence channel name".