[jboss-user] [JBoss AOP] - compiling aop with jbosside
sviluppatorefico
do-not-reply at jboss.com
Thu Sep 7 04:06:54 EDT 2006
hi...I use jbosside 1.6.0on eclipse 3.1.2. I compile classes using this script:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
| <aop>
| <interceptor name="TextFormatInterceptor" class="segnalazioni.util.interceptor.TextFormatInterceptor" scope="PER_CLASS"/>
| <bind pointcut="call(public void $instanceof{segnalazioni.util.model*}->set*(java.lang.String))">
| <interceptor-ref name="TextFormatInterceptor"/>
| </bind>
| </aop>
I have three classes :
segnalazioni.util.model.DomandaIscrizione
segnalazioni.util.model.DomandaVariazione
segnalazioni.util.model.DomandaCancellazione
theese three classes extend segnalazioni.util.model.Domanda.
segnalazioni.util.model.Domanda and
segnalazioni.util.model.DomandaVariazione have 'set' methods with java.util.String parameter.
segnalazioni.util.model.DomandaCancellazione and segnalazioni.util.model.DomandaIscrizione haven't 'set' methods with java.util.String parameter but inherite them by segnalazioni.util.model.Domanda.
using aop tool of jbosside I find compiled only this:
Domanda_1_MByConInvocation.class
DomandaVariazione_1_MByConInvocation.class
is it right? if yes how I have to configure jboss-aop.xml to build segnalazioni.util.model.DomandaIscrizione and segnalazioni.util.model.DomandaCancellazione?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970013#3970013
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970013
More information about the jboss-user
mailing list