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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to