• How to begin with JBoss-AOP source code?

    Hello, I've very interested in JBoss-AOP open source project, and I have just begin read the source code of JBoss-AOP, but I found it's not efficient without any doc or other help. Can anybody give me some advices on...
    Profile Photo
    last modified by liuyg
  • using cflow to prevent

    Hi, I've just started playing around with JBoss AOP (and AOP in general). I want to intercept method calls which are annotated with a "@Collaboratable" tag. The contents of the XML file defining the point-cut is show...
    Profile Photo
    last modified by jmale
  • DO NOT POST USER QUESTIONS HERE!!!! Use the JBoss AOP Users

    Up to now, this forum has been used both for design dicussions and user's questions. Since the majority of the traffic on this forum has been user's questions, I have split off a new user's forum. Users questions sho...
    Profile Photo
    created by kabirkhan
  • Pointcut for profiling all EJB business interface calls

    Hi all, I'm trying to create a very simple profiler for our batch processing service. We need to get some basic, high-level metrics for EJB invocations and JDBC performance. The JDBC stuff is simple enough, since we...
    Profile Photo
    last modified by nick.hynes
  • AOP and sun classes ..

    Hi all, Is it possible to add "introductions" to java.awt.Component ? I did a simple "introductions" example with mixin on a POJO class and I works, but when I try to add new methods to java.awt.Component in the same...
    Profile Photo
    last modified by arnaud74130
  • Dynamic AOP Tracing/Logging

    I am new to AOP, can anybody help me in understanding the following. If I want to run tracing with Dynamic AOP for all of my classes and method will it be a good idea or not? I run dynamic-aop example in JBossAOP1.3...
    Profile Photo
    created by udaydustin
  • JavaDocs for AOP code...

    Does anyone know who's in charge of building the JavaDocs for the AOP download page? The javadocs link on http://jboss.com/products/aop is returning a 404 error. I posted a message on the website maintenance forum, ...
    Profile Photo
    last modified by nick.hynes
  • Production readiness of JBoss AOP vs. AspectJ vs. AspectWerk

    While most on this list, myself included, might find that JBoss AOP is definately a production ready API. However, I find myself needing to explain why I find JBoss AOP more production ready that say AspectWerkz or As...
    Profile Photo
    created by rmcdonough
  • Running AOP in the container

    I cannot seem to get AOP working in the container. I was hoping to use load time weaving to apply an aspect to an already deployed class, but it does not seem to work. Maybe I'm missing something. Using JDK5, JBoss4....
    Profile Photo
    last modified by redijedi
  • Doubts about dynamic AOP

    I have got various doubts about dynamic AOP: * First of all, I tried tle example dynamic-aop in the tutorial and it worked perfectly, but all files are mixed altoguether so I wanted to see in different steps. So first...
    Profile Photo
    last modified by gobellot
  • JNDI in Jboss AOP

    Hey, i have a SessionFacade that works on plain JBoss (deployed as Jar). I added AOP-Interceptors and deployed the very same as AOP (as aop-file). Now i receive this: javax.naming.NameNotFoundException: Facade not b...
    Profile Photo
    last modified by oliver_zzx
  • @Transient annotation for AOP added fields

    I'm using AOP with classes that are to be persisted EJB3 style and/or with Hibernate annotations using field access. The EJB3 spec says all fields not annotated with @Transient will be persisted. As far as I can tell...
    Profile Photo
    last modified by gsteckman
  • How can I create a point cut to monitor a method of an input

    Hi, Can someone tell me how can I create a point cut to monitor a method of an input parameter has been invoked? For example, I have a Java class with a method class A { public void a(List aList); } how can I crea...
    Profile Photo
    last modified by sylcheung
  • Running HelloAOP example in Eclipse 3.1

    Hi, I follow the Jboss AOP eclipse HelloAOP IDE tutorial, but when I try to "run" it, I get the following error: Plug-in org.jboss.ide.eclipse.jdt.aop.ui was unable to load class org.jboss.ide.eclipse.jdt.aop.ui.lau...
    Profile Photo
    last modified by sylcheung
  • Convert J2EE-Project to AOP-Project

    Hello, im new to JBoss AOP. I installed the JBoss IDE and the AOP-Extensions on my Eclipse 3.0.x. If i import a Eclipse Project (from a Websphere JE22-Project) into eclipse and run the "Convert to AOP-Project" on it...
    Profile Photo
    last modified by oliver_zzx
  • @Tx annotation jboss ejb3 help

    I'm having some trouble trying to use the @Tx annotation. Basically to me it seems that the code is never being weaved and therefore the interceptor never executes. So I'm pretty sure I have some config wrong, but I d...
    Profile Photo
    last modified by dionmcm
  • Using EJB3 and AOP together without setting -Djboss.aop.clas

    I managed to use EJB3 interceptors rather quickly, but I battled a long time getting AOP interceptors working on the same application server configuration. I am running 4.0.3 with the EJB3-RC3 patch. I red the sectio...
    Profile Photo
    last modified by ejb3workshop
  • javassist.NotFoundException?: org.neo.swarmdesk.components.S

    Hi All, We have added a network based classloader to our app, we successfully load the bytes from the network and then call onto Classloader.defineclass(...) javassist throws the following not found on the class we a...
    Profile Photo
    last modified by neil_g_avery
  • Classloader Integration?

    After upgrading to more recent versions of jboss we have started to develop problems relating to classes being woven where the class definition is held in an application classloader. Is it possible to get classloadin...
    Profile Photo
    last modified by neil_g_avery
  • Invocation running on wrong field

    I have an interceptor and a customer annotation I use to bind the pointcut for the interceptor. Runs great in JBoss AS 4.0.3 with load time weaving. I try to test the same aspectized class using the directions for sta...
    Profile Photo
    last modified by dunks80