[jboss-user] [JBoss AOP] - Re: FYI, JBoss 3.2.7 + AOP 1.3.6 with load-time weaving seam

dsmiley do-not-reply at jboss.com
Wed Mar 5 16:15:57 EST 2008


Here's why it won't work:  
http://anonsvn.jboss.org/repos/jbossas/tags/JBOSS_AOP_1_3_6/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java
is referring to a method clearBlackList() but it's actually clearBlacklist() on UnifiedClassLoader.  Notice the case difference of the second 'L'.

Yet strangely, I find that via the ViewVC method of accessing the source, on the 1.3 branch, I see that bug was fixed in this version:
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/branches/Branch_AOP_1_3/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java?revision=54875&view=markup

What version does that correspond to?  1.3.>6?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134412#4134412

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134412



More information about the jboss-user mailing list