Log in to follow, share, and participate in this community.
Thread MetadataContext and advisor
MetadataContext and advisorOne 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...
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 ...
JBAOP-80 AOPJoinpointFactoryAFAIK, 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: ...
Thread JBAOP-204 Superclasses get instrumented first with loadtime
JBAOP-204 Superclasses get instrumented first with loadtimeHi, 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...
JBAOP-91 - AnnotationsThis 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...
JBoss AOP 1.5.0.GA releasedIt 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...
JBAOP-82 - AOP Proxy FactoryAFAIK 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 ...
JBMICROCONT-75 - TidyupA 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...
JBAOP-86 - AOP ClassAdapterI'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...
JBAS-3016 - Memory Leaks on redeploymentsI 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...
AOP and scoped classloadingI 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...
Thread AOP/MC integration now in a separate project
AOP/MC integration now in a separate projectI'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...
Final feature for AOP/MC integrationThis 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...
Failing introduction testsI'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...
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...
Advisor testsGot 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...
Slow bindingCan 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...
aspects as the integration spi projectOne 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...