Hello,

The code for TransactionInterceptor (client side) in HEAD does this at one
point (in the invoke):

        transactionManagerServiceName =
          new ObjectName (DEFAULT_CLIENT_TM_NAME_STUB) +
            invoker.getServerID().toObjectNameClause());

In the standard scenario, that is fine, but in the clustering case, what do
you expect invoker.getServerID() will return? This is problematic because
when the invocation goes through the interceptor, we still cannot say which
will be the target server (it is elected in the ... invoker itself!

Cheers,


sacha



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to