Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] problem in advice for method call from jsps

hi
 
I have a db connection aspect defined, that connects to a database before any method of that class is called, and disconnects after the method's execution. it works fine when i test it by invoking the method through my test class. however, when i invoke the method from jsps the before and after advice are not called.
I have another aspect defined traceAspect defined for logging purposes. it works fine, since it is only printing. Whereas, the dbconnect aspect accesses a member and initializes it, which is then used by the invoked method.this member is not initialized and is null. 
can anybody help me with this?
 
thanx 
hinna

<<winmail.dat>>


Back to the top