[jboss-user] [JBoss AOP] - Re: Prepare statement not picked up, am I missing something?

2008-11-03 Thread rubenv
Am not using AS at all (simply standalone JBoss AOP). I did however find out that dropping the -hotSwap parameter fixed the issue. Am not sure if that's how it should be, but it did the trick. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186415#4186415 Rep

[jboss-user] [JBoss AOP] - Prepare statement not picked up, am I missing something?

2008-10-30 Thread rubenv
I'm currently trying to get Dynamic AOP working in JBoss. Apparently, you need to prepare joinpoints. Here's what I'm using as source code: Main.java: package test; | import org.jboss.aop.AspectManager; | import org.jboss.aop.advice.AdviceBinding; | import org.jboss.aop.pointcut.ast.ParseE