• Expose AOP debugging information

    Hi, I attended the JBoss AOP session at AOSD 09 and learned there that the interfaces to JBoss AOP are being refactored. I think this is a good time to propose an introspective API for JBoss AOP. With an introspecti...
    Profile Photo
    last modified by wouterdb
  • How to get the returned value from an intercepted method?

    I could not find any place how to get the returned value for my method. The method belows, call a method that return an int value: invocation.invokeNext(); I need to read this returned value. How can I do this? T...
    Profile Photo
    last modified by kashmr
  • Reimplementing AspectManager/Domains to understand jboss-cl

    I have almost completed the reimplementation of the classpools http://www.jboss.org/index.html?module=bb&op=viewtopic&t=143639 To understand the classloading rules used in JBoss AOP, all that is outstanding is...
    Profile Photo
    last modified by kabirkhan
  • Separate AOP deployers out of AS

    I need separate AOP deployers which are independent of the Application Server for usage in EJB3 Embeddable and others. Right now people are resorting to ugly stop-gap solutions: https://jira.jboss.org/jira/browse/EJB...
    Profile Photo
    last modified by wolfc
  • Hot deployment in Jboss for AOP applications

    hi, I am a newbie to AOP and I liked to know how to do hot deployment in jboss for aop applications. Please help me. I am using jboss 4.2.1 and jboss AOP 1.5.6 (since our product already in production) I will explai...
    Profile Photo
    created by yuvaraj
  • JarJaring MC artifacts in jboss AS 4.2 installer script

    https://jira.jboss.org/jira/browse/JBAOP-693 The classes in the upgraded jboss-aop-jdk50.deployer/jboss-reflect.jar (MC 2) clash with the classes in JBoss AS 4.2.x's jboss-beans.deployer (MC 1), so we should use jarj...
    Profile Photo
    last modified by kabirkhan
  • Reimplementing ClassPools for AS

    I'm going to bite the bullet and attempt to reimplement how the JBoss ClassPools work. I am currently working on pre-OSGi with classloaders organised by domains. Although I doubt I will have time to implement the OSGi...
    Profile Photo
    last modified by kabirkhan
  • Maven refactoring

    I'm going to make some changes in trunk so that AOP follows the maven conventions for directory structure. Mainly this just involves moving a few of the directories like "src/tests" will move to "src/test/java". I cre...
    Profile Photo
    last modified by pgier
  • Using ClassInfo in AOP

    Ståle, I think the first thing to do is to fix jboss-reflect (alternatively hack together a prototype in aop before fixing this in jboss-reflect). http://www.jboss.com/index.html?module=bb&op=viewtopic...
    Profile Photo
    last modified by kabirkhan
  • Privileged Blocks Issue : JBAOP-675

    Flavia, I tried the attached jar and we went a bit further. The latest stack trace is here. I am available on IM also at the moment and we can discuss once you are back from lunch. :) 09:35:05,438 ERROR [STDERR] ac...
    Profile Photo
    last modified by anil.saldhana
  • Dynamic Aspect: managing unknow aspect

    Hi, i'm in trouble with managing unknow aspects at runtime and i want to know if this kind of feature is supported by jboss-aop. I'll try to explain my problem with an example: I have two classes, Service and Service...
    Profile Photo
    last modified by mane81
  • Mavenised build and Eclipse

    The thirdparty folder has now been removed. This means Eclipse now picks up the thirdparty files from your local maven repository so you need to set up a M2_REPO classpath variable in Eclipse to point to that. If you...
    Profile Photo
    last modified by kabirkhan
  • New artifacts from mavenised AOP build

    The JBoss AOP build has been mavenised (http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180040#4180040), and as part of this and modularising the as bootstrap (http://www.jboss.com/index.html?module=...
    Profile Photo
    created by kabirkhan
  • Some maven updates

    I'm planning to continue some work on the AOP mavenization tomorrow. I will be moving the PluggableInstrumentor class to it's own module, and using maven to compile classes and create the jars in the aop module. The t...
    Profile Photo
    last modified by pgier
  • Modularising the appserver bootstrap

    WRT: https://jira.jboss.org/jira/browse/JBAS-5535 I never really followed up on this, but the reason why this issue has stalled is because AOP is introducing a ciruclar dependency in the bootstrap. AspectManager -&g...
    Profile Photo
    last modified by adrian.brock
  • ClassifiedBindingCollection

    As part of https://jira.jboss.org/jira/browse/JBAOP-603, I have expanded the use of ClassifiedBindingCollection to include the pointcuts, pointcutInfos and pointcut stats stuff from the AspectManager. They are managed...
    Profile Photo
    created by kabirkhan
  • reflect and mdr CR releases

    Can you gives us an aop release which are against the CRs for jboss-reflect and mdr? https://jira.jboss.org/jira/browse/JBREFLECT-10 https://jira.jboss.org/jira/browse/JBMDR-8 I had a look at updating the aop build,...
    Profile Photo
    last modified by adrian.brock
  • ConcurrentModificationException issues

    Its been reported that some seam apps on jbossas 5 trunk are failing to deploy due to the following exceptions: 13:10:44,252 INFO [EJBContainer] STARTED EJB: org.jboss.seam.example.remoting.chatroom.ChatRoomAction ...
    Profile Photo
    last modified by starksm64
  • Javassist 2.8 in AS 5 CR2

    Jason Greene tells me that to get array interception working in PojoCache (https://jira.jboss.org/jira/browse/JBAS-5793) we need the AS version of javassist upgraded to 3.8. It's currently at 3.7.1. I see AOP itself ...
    Profile Photo
    last modified by brian.stansberry
  • AOPLogging

    after looking into JBAOP-623 ive changed our logger to something similar to what messaging got. i havent changed the logic for when we apply our own logger (which is SystemOutLoggerPlugin), and the problem that i see ...
    Profile Photo
    last modified by stalep