Fill out CMIS Web Service query result set:

- result set driven from select columns (not fixed set of doc/folder props)
- support for multi-valued properties (to v0.5 spec, will have to change for v0.6)

To support AIIM demo.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13728 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2009-03-23 17:22:24 +00:00
parent 43e9338c53
commit cac4d6497e
12 changed files with 662 additions and 67 deletions

View File

@@ -85,10 +85,9 @@ public class AssetTest extends BaseWebScriptTest {
@Override
protected void setUp() throws Exception
{
setCustomContext(SUBMIT_CONFIG_LOCATION);
super.setUp();
initServer(SUBMIT_CONFIG_LOCATION);
this.authenticationService = (AuthenticationService)getServer().getApplicationContext().getBean("AuthenticationService");
this.authenticationComponent = (AuthenticationComponent)getServer().getApplicationContext().getBean("authenticationComponent");
this.personService = (PersonService)getServer().getApplicationContext().getBean("PersonService");