• ClassAdapter vs MetaDataContext

    I've done some work on refactoring the ClassAdapter and configuration to remove some of the stupid depedencies and the need to override about 4 classes just to use your own ConstructorJoinpoint method. In fact, I've ...
    Profile Photo
    last modified by adrian.brock
  • Running one-test or equivalent on AOP project

    I want to make some test, and for this, I would need to run org.jboss.test.aop.regression.jbaop194_undeploy.UndeployTester (or maybe something similar) a couple times. I'm not seeing any build-tests.xml or any one-t...
    Profile Photo
    last modified by clebert.suconic
  • aopc doesn't allow duplicate classes in classpath?

    The AOP compiler doesn't allow a class being woven to exist in the classpath more than once. On line 340 of org.jboss.aop.standalone.Compiler if (!classUrlFile.equals(infoFile)) { System.out.println("[warning] Tr...
    Profile Photo
    last modified by ryan.campbell
  • Proxy regressions

    There are some regressions in the proxy tests (besides suffering from the same problem running under real AOP as the smoke test I created). See NonInterfaceAdvisedTestCase and SimpleMetaDataTestCase
    Profile Photo
    created by adrian.brock
  • AOP Test support

    I want to write some test support for aop. This will be similar to what I did for the MC where it looks for configuration like the test name. e.g. org.jboss.test.aop.foo.Bar.class will use /org/jboss/test/aop/foo/Ba...
    Profile Photo
    last modified by adrian.brock
  • Generate XML results for AOP tests

    The AOP tests generate only text results. XML results are required to generate HTML reports for cruisecontrol. This would require adding an XML formatter to all the AOP junit tests. A tests-reports target to generate...
    Profile Photo
    last modified by rrajesh
  • AOP/MC Next Step

    The proxy is looking really good now. A lot better than my DP prototype :-) I've still got to look at Mixins and other ways to break it. :-) Can this be moved to AOP rather than Aspects? It will probably mean rewriti...
    Profile Photo
    last modified by adrian.brock
  • Javassist pool implementation

    So in recent weeks we have two new areas that want to use Javassist to access reflection information. 1) JBossRetro to get hold of annotations in JDK1.4 http://www.jboss.com/index.html?module=bb&op=viewtopic&...
    Profile Photo
    last modified by adrian.brock
  • JBossClassPool

    IIRC this was written such that there was a file to do Class.getResource() on. Was this just for the RMI classloading in AOP Remoting or was there a more generic problem?
    Profile Photo
    created by adrian.brock
  • Hierarchical Domains/DomainDefinitions

    There already is some support for hierarchical domains used by ejb3, and the "extends" mechanism <domain name="Base Stateful Bean"> ... </domain> <domain name="Stateful Bean" extends="Base State...
    Profile Photo
    last modified by kabirkhan
  • JCA and RAR prototype tests

    I've cutover the JCA and RAR prototype projects to use the ProxyFactory. To get these projects cd jboss-head cvs co xxx These are showing a couple of failures. 1) Due it trying to use the default constructor of t...
    Profile Photo
    last modified by adrian.brock
  • Hollow proxies

    The hollow proxies are not working properly with instance advices. It assumes that the null target is a static method/field invocation and tries to invoke on the null target. I'd suggest fixing it by having a "specia...
    Profile Photo
    last modified by adrian.brock
  • JBossIDE / JEE5 features for JBossAOP Developer

    Hey guys.. I'm going around collecting information about what features you envision being supported by JBossIDE in your project for JEE5/JavaOne. I'm starting this thread to get your requests / wishes / concerns for ...
    Profile Photo
    last modified by mculpepper
  • AOP 1.0.1 and eclipse 3.1.2

    I am using Eclispe 3.1.2 with AOP 1.0.1 and JDK 1.4.2. I get an error "Plug-in org.jboss.ide.eclipse.jdt.aop.ui was unable to load class" when I try to run my project. Any help would be appreciated.
    Profile Photo
    last modified by eyassud
  • Proxies and serialization.

    The proxy needs fixing to support serialization. It should do something like the DP where it just serializes enough information to be able to recreate the proxy class: * Target class * Interface introductions * Annot...
    Profile Photo
    last modified by adrian.brock
  • AOP work needed for microcontainer

    This thread is meant for collecting features the microcontainer needs from AOP http://www.jboss.com/index.html?module=bb&op=viewtopic&t=70128
    Profile Photo
    last modified by kabirkhan
  • AOP Inside JBoss 4.0.3 with EJB3 does not work

    I created an .AOP file, put the jboss-aop.xml file inside the META-INF directory and deployed it. I also changed the jboss-service.xml file inside the AOP deployer directory to enable loadtime weaving and also set ver...
    Profile Photo
    last modified by schaefera
  • JBoss AOP 1.3.5 has been released

    It contains a number of bug fixes and some new features http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12310510&styleName=Html&projectId=10055
    Profile Photo
    created by kabirkhan
  • uplicate class definition: org/jboss/aop/AspectManager

    Hello! I'am new to jboss aop. I've just installed all jboss-aop_1.3.4 libraries in my lib project. I've jdk1.5. When i run a test i get an error. What i get wrong? Take care. org.jboss.aop.standalone.SystemClassLoade...
    Profile Photo
    last modified by aefremov
  • Simple JBoss AOP Application Launch Error

    Hi Everyone, I want to try write simple AOP program in JbossAOP. First of all I was read all Tutorial, And I configured My project for JBossAOP in Eclipse than I did wite simple java class with main method. So I confi...
    Profile Photo
    last modified by bulentcoskun