RE: FW: [JBoss-dev] configuration of interceptors

2002-09-13 Thread Holger Engels
. Regards, Hiram -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hiram Chirino Sent: Thursday, September 12, 2002 2:25 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: FW: [JBoss-dev] configuration of interceptors

Re: FW: [JBoss-dev] configuration of interceptors

2002-09-12 Thread Hiram Chirino
Ok I imagine a client invocation chain will look like: clientproxy - client-interceptor-stack - serverproxy - server-interceptor-stack - targetMbean Would doing some think like this satisfy you client-server requirments? : serverproxy = factory.createAspect(server-interceptor-stack,

Re: FW: [JBoss-dev] configuration of interceptors

2002-09-12 Thread David Jencks
I'm a little confused about one part of this... I thought the plan was to turn our current ejb interceptors into mbean interceptors and the Containers into fancy MBeanInvokers (If I remember correctly, anyway the top thing on the mbean interceptor stack). If this is correct, the

RE: FW: [JBoss-dev] configuration of interceptors

2002-09-12 Thread marc fleury
Ok I imagine a client invocation chain will look like: clientproxy - client-interceptor-stack - serverproxy - server-interceptor-stack - targetMbean not quite there is no typed serverproxy in the middle just a straight invoke() stack. The server/client nature just appear do to a

RE: FW: [JBoss-dev] configuration of interceptors

2002-09-12 Thread Bill Burke
PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: FW: [JBoss-dev] configuration of interceptors Ok I imagine a client invocation chain will look like: clientproxy - client-interceptor-stack - serverproxy - server-interceptor-stack - targetMbean Would doing some think like this satisfy you

RE: FW: [JBoss-dev] configuration of interceptors

2002-09-12 Thread Hiram Chirino
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Thursday, September 12, 2002 3:24 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: FW: [JBoss-dev] configuration of interceptors I'm a little confused about one part

RE: FW: [JBoss-dev] configuration of interceptors

2002-09-12 Thread Hiram Chirino
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Thursday, September 12, 2002 3:55 PM To: 'Hiram Chirino' Cc: [EMAIL PROTECTED] Subject: RE: FW: [JBoss-dev] configuration of interceptors Ok I imagine a client invocation chain

RE: FW: [JBoss-dev] configuration of interceptors

2002-09-12 Thread Hiram Chirino
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Burke Sent: Thursday, September 12, 2002 6:33 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: FW: [JBoss-dev] configuration of interceptors Its more like DynamicProxy - interceptor