03-27-2008 05:37 PM
03-27-2008 05:38 PM
<bean id="SearchService" class="org.springframework.aop.framework.ProxyFactoryBean">
   …
   <property name="interceptorNames">
      <list>
         <value>searchAdvisor</value>
         …
      </list>
   …
</bean>
<bean id="searchAdvisor" class="org.springframework.aop.support.RegexpMethodPointcutAdvisor">
   <property name="advice" ref="searchAfterAdvice" />
   <property name="patterns">
      <list>
         <value>.*</value>
      </list>
   </property>
</bean>
<bean id="searchAfterAdvice" class="<Implementierung eines AfterAdvices>" />Grüße03-27-2008 05:38 PM
03-27-2008 05:38 PM
03-27-2008 05:41 PM
Es mag jetzt vielleicht etwas einfach klingen aber ich habe in der Version 2.9 Lab in der web-client-config.xml einen Eintrag gefunden:Hi Nils,
<search-and-terms>false</search-and-terms>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.