Robin Wyles pisze: > Hi, > > I'm trying to follow Grzegorz's suggestion and have configured my method > servlet as follows: > > > <bean name="com.jac.exist.cocoon-exist.service" > class="org.springframework.aop.framework.ProxyFactoryBean"> > <property name="interceptorNames"> > <list> > <value>service.pointcut.advisor</value> > <value>com.jac.exist.cocoon-exist.serviceTarget</value> > </list> > </property> > </bean>
May I ask why don't you use aop namespace that would increase readability of your configuration files? > This results in the following error: > > Invalid property 'contextPath' of bean class > [org.springframework.aop.framework.ProxyFactoryBean]: No property > 'contextPath' found > > I can't see where I've misconfigured - The same sort of config works for > advice I have set on other beans. Could you paste a stacktrace? -- Grzegorz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
