[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

flavia.rainone do-not-reply at jboss.com
Tue Dec 12 04:29:33 EST 2006


The empoloyee shouldn't be converted.
You are intercepting the call, and the call to the constructor is inside HealthWatcherFacade.

So, this is step is ok.

Next test (this may seem a silly question, but we need to check everything): are you sure doPost is being called?
Use a System.out.println to verify that. And, is the constructor of HealthWatcherFacede being called too?
And, finally, put a print inside of the constructor of EmployeeRecord.

Something is wrong here, and we need to find out which step is messing your example.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992997#3992997

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992997



More information about the jboss-user mailing list