• Problem creating service jboss.aop:service=AspectManager

    Hi Experts,   I have been strugling with JBoss AOP execution, I did everything correct for JBoss AOP , but still i am always getting the following error. Please help me.   1)I have installed jboss-aop-jdk...
    Profile Photo
    last modified by kmk1977
  • Why JBoss AOP is no longer under active development?

    After looking at documentation, JBoss AOP is better than AspectJ, the only thing that stopped me from using it is the information that it's no longer under active development.   - project reached "perfectness" s...
    Profile Photo
    created by iirekm
  • JBoss aop not working with Sun-Jax-Ws classes

    I have implemented a Sun-Jax-Ws webservice. The problem is when i deploy JBoss aop, it is not intercepting the classes like below.  Is there any thing extra i need configure in JBoss when i have these kind of cla...
    Profile Photo
    created by kmk1977
  • Pointcut expression with annotation (JBoss 4.3 vs JBoss 5.1)

    Hi folks,   I went through this:   I have an application that uses JBoss AOP pointcut expression like this: pointcut="all(@org.chies.chiesaop.ChiesAnnotation)" This used to work fine on JBoss AS 4.3 (usin...
    Profile Photo
    created by rafachies
  • Feature request for maven aop plugin

    Hi   I have been tasked with moving the JBoss ESB build from ant to maven; the current build relies the aopc ant task and the maven aop plugin doesn't seem to be flexible enough. I need to be able to configure w...
    Profile Photo
    last modified by dpalmer
  • VFS3->VFS2 in 2.1 branch

    https://jira.jboss.org/browse/JBAOP-799   I have reverted the changes to add VFS3 to the 2.1 branch (https://jira.jboss.org/browse/JBAOP-769). They were part of 2.1.9.Alpha1, which was a release created for test...
    Profile Photo
    created by kabirkhan
  • how to use JBoss AOP with portlets

    Hello everyone,   probably my question is very stiuped but I'm just start studying JBoss AOP.... So, I would like to use Jboss AOP together with Portlet (IPC). I have to use Jetspeed as Apache server (it is not...
    Profile Photo
    created by ashirman
  • ClassPool Refactoring

    As part of my work with the ClassPools (see https://jira.jboss.org/jira/browse/JBREFLECT-3), I refactored the ClassPools at JBoss AOP. One of the purposes is to see if JBoss AOP works with the new classpools as a way ...
    Profile Photo
    last modified by flavia.rainone
  • Adding org.apache.log4j and org.junit to nonAdvisablePackages

    I've just discovered that UserDefinedClassLoaderTestCase is failing for ages now and nobody ever noticed because another failure happens when Junit is printing the report.   I've just fixed the initial failure, ...
    Profile Photo
    created by flavia.rainone
  • ExtraClassPoolFactoryParameters

    As part of JBAOP-772 I've been cleaning up JBoss AOP code by removing any old classpool leftover that I can find. During this process, I found this ExtraClassPoolFactoryParameter class. It has a warning in the javado...
    Profile Photo
    last modified by flavia.rainone
  • How can I use JBoss AOP on jboss 4.0.2 ?

    Hi.     Today I try to use jboss AOP on jboss 4.0.2. I have some question about it.   1. Is it support only POJO class or include EJB bean ?       I want to use jBoss AOP to inte...
    Profile Photo
    created by headiron
  • Field annotation using JBoss AOP

    Hello, I wanted to test 'field annotation' using JBoss AOP. However, the POJO, BankAccount was not be able to be enhanced. Is there the way to enhance it? * Very simple program has been attached. C:...
    Profile Photo
    created by mksong
  • Help: Error [Instrumentor] AOP Instrumentor failed

    Hi, i try to integrate jboss AOP with riftsaw 2.0 M1 for my thesis work at the university. I tried examples in "injboss" section and they run correctly.     When i try to intercept a method of riftsaw [or...
    Profile Photo
    last modified by cuccu83
  • Optimizing org.jboss.aop.pointcut.Util

    During debugging of the ClassPools, I discovered that, for every transformation, the same classes were being retrieved from the classpool again and again during pointcut matching, all invocations being indirect invoca...
    Profile Photo
    created by flavia.rainone
  • How to connect salesforce.com with Drools Guvnor?

    Hello, Has anyone tried to connect salesforce.com with Drools Guvnor?? Any help will be very significant for me Thanks Mevin
    Profile Photo
    last modified by mevin
  • AOP as dependencies

    I've tried upgrading aop to 2.1.5.GA in the latest Branch_5_x, but that now has a maven enforcer rule that bans any AS components in the group org.jboss.jbossas. Since asintegration-* has a dependency on those the Bra...
    Profile Photo
    created by kabirkhan
  • Help needed to create a patch.

    Hi, We use Jboss AS 5.1.0 GA with hibernate and AOP. While starting JBoss AS, AOP kicks in to do its thing with some hibernate classes. There we get an error. After getting my hands dirty with some debugging and cod...
    Profile Photo
    last modified by zerotolerance
  • Creation of method tables in ClassAdvisor

    Need some input on a couple of things in the org.jboss.aop.ClassAdvisor http://anonsvn.jboss.org/repos/jbossas/projects/aop/branches/Branch_2_1/aop/src/main/java/org/jboss/aop/ClassAdvisor.java. During initialization ...
    Profile Photo
    last modified by jaikiran
  • Unexpected behaviour in PER_CLASS_JOINPOINT aspect factories

    Currently in EJB3, we have this declaration for an AspectFactory: <interceptor factory="org.jboss.ejb3.tx.CMTTxInterceptorFactory" scope="PER_CLASS_JOINPOINT"/> ... <domain name="Stateless Bean" extends=...
    Profile Photo
    last modified by jaikiran
  • Advisor.hasAnnotation handling

    Some EJB3 perf testing Dominik Pospisil is doing is showing major contention around a synchronized block in BaseClassLoader.loadClass(). I'll open a separate thread on Design of POJO Server re: reducing the cost of th...
    Profile Photo
    last modified by brian.stansberry