08-02-2006 11:15 AM
javax.faces.FacesException: Error calling action method of component with id loginForm:submit
ce que je ne comprends, comment se fait-il qu'en modifiant la partie recherche et indexation la partie login soit affecté?
08-02-2006 12:23 PM
08-03-2006 03:41 AM
<!– –>
<!– Generic factory for making indexers and searchers for a given protol or store –>
<!– –>
<bean id="indexerAndSearcherFactory" class="org.alfresco.repo.service.StoreRedirectorProxyFactory">
<property name="proxyInterface">
<value>org.alfresco.repo.search.IndexerAndSearcher</value>
</property>
<property name="defaultBinding">
<ref bean="fultyIndexerAndSearcherFactory"></ref>
</property>
<property name="redirectedProtocolBindings">
<map>
<entry key="workspace">
<ref bean="fultyIndexerAndSearcherFactory"></ref>
</entry>
<entry key="versionStore">
<ref bean="fultyIndexerAndSearcherFactory"></ref>
</entry>
</map>
</property>
</bean>
je vais quand meme voir si je n'ai pas faits des coquilles ailleurs.08-03-2006 05:47 AM
08-03-2006 06:13 AM
08-31-2006 05:32 AM
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.