• MetadataContext and advisor

    One possible oversight regarding the MetadataContext in how it works at present. The current assumption is that we only inject a metadatacontext into the advisor if there is per bean metadata. So, the presence of a m...
    Profile Photo
    last modified by kabirkhan
  • JBAOP-244 - Optimize away reflection

    Can you please point me towards the class you mention here? http://jira.jboss.com/jira/browse/JBAOP-244
    Profile Photo
    last modified by kabirkhan
  • Vegas AOP discussion(s)

    I'd like to meet people from other projects using JBoss AOP in Vegas to understand your needs better, and possibly to inform you a bit about where the project stands at the moment and what the current priorities are ...
    Profile Photo
    last modified by kabirkhan
  • JBAOP-80 AOPJoinpointFactory

    AFAIK, this is largely done in terms of features? I've got a FIXME in the MC bootstrap to remove some hardwiring. The main thing to do is test it thoroughly. This includes the decision table I drew up in Neuchatel: ...
    Profile Photo
    last modified by adrian.brock
  • JBAOP-204 Superclasses get instrumented first with loadtime

    Hi, with help/hints from Kabir ive commited a fix for this into cvs. Ive extracted all of the weaving away from AspectManager to a WeavingStrategy (ClassicWeavingStrategy and SuperClassesFirstWeavingStrategy). It will...
    Profile Photo
    last modified by stalep
  • JBAOP-91 - Annotations

    This is the first of a few threads I'm going to start so we can create a more detailed roadmap for what is required in the JBoss MC/AOP integration. i.e. there should be more detailed tasks within JIRA. I'll start wi...
    Profile Photo
    last modified by adrian.brock
  • JBoss AOP 1.5.0.GA released

    It is a major milestone on the way towards the AOP 2.0 release. It contains a number of new features and bug fixes: http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12310792&styleName=Html&projectId...
    Profile Photo
    created by kabirkhan
  • JBAOP-82 - AOP Proxy Factory

    AFAIK this is also done, with the exception of supporting Serializable proxies (not a high priority except for things like JCA's usage). So again I think this just needs some more tests on whatever corner cases that ...
    Profile Photo
    last modified by adrian.brock
  • JBMICROCONT-75 - Tidyup

    A generic task that needs doing is to tidyup the prototype. This currently sits in aop-mc-int in a package called org.jboss.aop.microcontainer.prototype These need making into real classes and the ugliness removed o...
    Profile Photo
    last modified by adrian.brock
  • JBAOP-86 - AOP ClassAdapter

    I'd like to remove this AOP specific class. I did do some work such that there is only one generic ClassAdapter that is pluggable. This makes it more flexible in terms of being able to change implementation in a more...
    Profile Photo
    last modified by adrian.brock
  • JBAS-3016 - Memory Leaks on redeployments

    I just made dcl a WeakReference on AOPClassPool. Had to make dcl private, and make it a WeakReference. but that didn't solve the leak. There are still StrongReferences through reflection. Look at org.jboss.aop.Metho...
    Profile Photo
    last modified by clebert.suconic
  • AOP and scoped classloading

    I have been playing with aop deployed as part of a scoped deployment on my machine. The three main parts of what I have so far are 1) Determining if this is a scoped classloader. The only way I could find so far is t...
    Profile Photo
    created by kabirkhan
  • AOP/MC integration now in a separate project

    I've moved the aop/mc integration into a separate project. I left the package names still saying "prototype". Some of the tests were already broken, looks like more regression? So I don't know whether I moved everyth...
    Profile Photo
    last modified by adrian.brock
  • Final feature for AOP/MC integration

    This should be the last feature for AOP/MC integration. The rest of the work will then be making sure all the tests work and the we turn the prototype into some real code. :-) The final test is: InterceptorWithAnnot...
    Profile Photo
    last modified by adrian.brock
  • Failing introduction tests

    I've fixed the introduction tests, they didn't have the repository set up, and I made a few other changes to the tests themselves. The interceptor handling the introduction was calling invokeNext(), which obviously w...
    Profile Photo
    created by kabirkhan
  • aop memory-test FAILED!

    Hi, I try to test jbossaop stuff;but have error .. init: compile-test-classes: memory-test: [echo] Source=D:\java\eclipse-workspace1\jboss-head\aop/output/tests.classe s [echo] aoppath=D:\java\eclipse-workspace...
    Profile Photo
    last modified by bkeh12
  • bootclasspath-genadvisor-tests

    Are the failures for this portion of the aop testsuite known issues?
    Profile Photo
    last modified by adrian.brock
  • Advisor tests

    Got another error for you fix :-) 2006-03-29 16:09:43,511 DEBUG [org.jboss.test.microcontainer.advisor.test.MicrocontainerAdvisedInstanceAdvisorTestCase] ==== setUp org.jboss.test.microcontainer.advisor.test.Microc...
    Profile Photo
    last modified by adrian.brock
  • Slow binding

    Can you look at why it is taking so long to bind an advice? 9 seconds for me... 58701 DEBUG [Aspect] Bound aspect InterceptedAdvice; deployed:true 58743 DEBUG [GenericBeanAspectFactory] Creating advice InterceptedA...
    Profile Photo
    created by adrian.brock
  • aspects as the integration spi project

    One thing we have talked about in the past is that the aspects module is a largely broken module in terms of dependencies since by definition the aspects are really integration code that is coupled to the associated s...
    Profile Photo
    last modified by starksm64