> 2 solutions.
> 1- I build a mapper that takes String and returns ObjectName
> 2- you build a ObjectName implementation that caches the ObjectName and
> returns the right Object if you pass me exactly the same String.

OK, but it must be a requirement that this mapping be deterministic i.e. when you bind 
a bean (=> container => mbean) in a JBoss instance, we will use your "cache MBEAN" 
with a key that is a simple string. But this key must be identical for all deployments 
of the same bean because our clustered proxy will use the same key while making 
invocation on any nodes.

Just to be sure you don't use some kind of counter as the key you give back to the 
proxy.


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to