From: hengels <nu...@jb...> - 2005-05-19 14:32:54
|
I made a really strange observation. If I instrument the class as part of some list of classes, it might fail. If I instrument it separately or as part of a different list of classes, it succeeds !?!?!? Event if it's the same set of classes, it migh succed, if specified in one order but fails, if specified in the another order. for example: aopc.sh $CP -aoppath etc/instrument-aop.xml classes/wilken/informationssystem/berichtswesen classes/wilken/informationssystem/dimension -> fails aopc.sh $CP -aoppath etc/instrument-aop.xml classes/wilken/informationssystem/dimension classes/wilken/informationssystem/berichtswesen -> succeeds BTW: I fixed another bug in javaassist http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64091 .. I hope somebody will apply the patches. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878387#3878387 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878387 |