> 
> One more thing.  This was fine in 2.4 and 3.0 when there was a one to one
> mapping between client, transport and EJB Container, but in 3.2 and
> higher,
> there is a many to one relationship between transport and EJB Container.
> 


So? I just checked standard jboss.xml and all the client interceptor chains
depend only on the nature of the object at the top, not the transport
mechanism.  IMO the transport mechanism should not affect the functionality
of the interceptor chain, and the transport mechansim should be completely
pluggable.

I tend to regard the 2 or 3 chains for clients (home, single bean, and
list) as conceptually different chains: certainly if we have
method-specific interceptor chains they will be different.

So, once more: my idea of a chain is like:

ci1
ci2
...
plugable transport layer
si1
si2
...
target object.

Whatever transport layer you plug in, the interceptors should be the same. 
This goes  for remote, local, corba, whatever.  Where the ci's live is a
separate question.

david


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to