03-24-2013 10:16 AM
 …
        Reference parentReference = null;
        // Get a reference to the respository web service
        RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();         
        // Create a query object, looking for all items with alfresco in the name of text
        Query query = new Query(Constants.QUERY_LANG_LUCENE, "TEXT:'test'");
        // Execute the query
        QueryResult queryResult = repositoryService.query(
new Store(Constants.WORKSPACE_STORE, "SpacesStore"),
query, false);
…03-25-2013 08:14 AM
03-28-2013 06:02 AM
04-03-2013 03:07 PM
04-04-2013 04:39 PM
04-07-2013 01:08 PM
 
					
				
		
04-08-2013 02:08 AM
04-08-2013 01:03 PM
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN"
  "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
<beans>
  <bean id="webscript.com.alfeo.alfresco.stock.analyse.stockage.get"
    class="com.alfeo.alfresco.stock.analyse.StockageTestV2" parent="webscript">
      <property name="repository" ref="repositoryHelper"/>
  </bean>
</beans> 
					
				
		
04-09-2013 07:36 AM
04-09-2013 03:57 PM
<property name="searchService"><ref bean="SearchService"/>org.springframework.extensions.webscripts.WebScriptException: 03090001 Wrapped Exception (with status template): No authentication provider for net.sf.acegisecurity.providers.UsernamePasswordAuthenticationToken
   at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1067)
   at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:171)
   at org.alfresco.repo.web.scripts.RepositoryContainer$3.execute(RepositoryContainer.java:433)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:433)
   at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:495)<authentication>user</authentication> 
					
				
				
			
		
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.