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:
>
>
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
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
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
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
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
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