Like always, thank you very much Matt. On Jan 2, 2008 12:41 PM, Matt Raible <[EMAIL PROTECTED]> wrote:
> This means any package that ends with service. This article might help: > > http://www.infoq.com/articles/Simplifying-Enterprise-Apps > > Matt > > On 12/26/07, dev dev <[EMAIL PROTECTED]> wrote: > > what is this wildcard expression "*..service" mean and can someone point > me > > to the documentation on pointcut language and its regular expression > > definition? > > > > in the applicationContext-service.xml, > > > > <aop:config> > > <aop:advisor id="userManagerTx" > > advice-ref="userManagerTxAdvice" pointcut="execution(* > > *..service.UserManager.*(..))" order="0"/> > > > > > > Thanks > > dev > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
