|
From: <kab...@jb...> - 2006-06-26 21:43:14
|
I have had a look at the InterceptorBinding.rebind() stuff. When running within Eclipse, I found the same error you mention above - using a fully qualfied class name solved that in Eclipse. Also, in the case of advices, an interceptor class is generated every time AdviceFactory.create() is called (when the interceptor chains are created either on startup or resulting from a rebind). I now check with the classloader if the class has already been created, and reuse that instead of regenerating every time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953561#3953561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953561 |