From: <ben...@jb...> - 2006-06-30 12:35:16
|
Sounds good. But we need to consider the following calling stack: | pojo.methodA(); | pojo.methodB(); | ... | pojo.methodB(); // so we can skip this field interception | pojo.methodA(); // oops, it will fail. | So in essence, we need to have a local thread array done[] such that this will work properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954657#3954657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954657 |