Re: [JBoss-user] Interceptor!

2004-01-16 Thread Adrian Brock
On Fri, 2004-01-16 at 10:37, Giovanni Formenti wrote: > Hi, > thanks to your help now I can work with EJB-Intercetors in JBoss 3.2.3... > But I have one more question... it's possible to get the target object from > within the interceptor like targetObject in JBoss4's AOP?! > Just like this: > >

[JBoss-user] Interceptor!

2004-01-16 Thread Giovanni Formenti
Hi, thanks to your help now I can work with EJB-Intercetors in JBoss 3.2.3... But I have one more question... it's possible to get the target object from within the interceptor like targetObject in JBoss4's AOP?! Just like this: public Object invoke(Invocation arg0) throws Exception { Obj

Re: [JBoss-user] interceptor design question

2002-09-10 Thread Dain Sundstrom
Beau Cronin wrote: > > > Dain Sundstrom wrote: > >> Beau Cronin wrote: >> >>> Questions: >>> >>> 1. Is this a reasonable thing to do, or am I missing something? >> >> >> >> Sure, but it sounds like a lot of work. I hope it pays off for you. > > > > Why will this be a lot of work? I mean, a

Re: [JBoss-user] interceptor design question

2002-09-10 Thread Beau Cronin
Dain Sundstrom wrote: > Beau Cronin wrote: > >> Questions: >> >> 1. Is this a reasonable thing to do, or am I missing something? > > > Sure, but it sounds like a lot of work. I hope it pays off for you. Why will this be a lot of work? I mean, aside from the logic and data structures nec

Re: [JBoss-user] interceptor design question

2002-09-09 Thread Dain Sundstrom
Beau Cronin wrote: > Questions: > > 1. Is this a reasonable thing to do, or am I missing something? Sure, but it sounds like a lot of work. I hope it pays off for you. > 2. Is there any more documentation of the interceptor architecture > beyond the EJB container chapter of the admin book (an

Re: [JBoss-user] interceptor design question

2002-09-09 Thread Dmitri Colebatch
ined in the interceptor (gotta love AOP), or do you have some other approach? cheers dim - Original Message - From: "Beau Cronin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 10:14 AM Subject: [JBoss-user] interceptor design ques

[JBoss-user] interceptor design question

2002-09-09 Thread Beau Cronin
I need to implement locking of a sort on my entity beans. The semantics of these locks are not straightforward; they operate at a "higher level" than either database record locks or the built-in ejb locks which JBoss uses to protect data integrity. They are intended to prevent users (who are