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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...