From: oberon777 <nu...@jb...> - 2005-07-14 17:30:28
|
I am trying to apply aspect to a standalone application and get an exception shown below: Exception in thread "main" java.lang.Error: Error transforming the class org.columba.core.main.Main: org.jboss.aop.instrument.TransformationException: Failed to aspectize class org.columba.core.main.Main. Could not find class it references org.columba.core.trayicon.ColumbaTrayIcon It may not be in your classpath and you may not be getting field and constructor weaving for this class. | | at org.jboss.aop.standalone.SystemClassLoader.loadClass(SystemClassLoader.java:191) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | The code in question is on the classpath. Other similar applications are instrumented without a problem. Any thoughts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884879#3884879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884879 |