[jira] Updated: (CMIS-203) Move chemistry-abdera to /chemistry sub-project

2010-06-16 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-203:
---

Fix Version/s: opencmis-0.1.0-incubating
Affects Version/s: (was: opencmis-0.1.1-incubating)

 Move chemistry-abdera to /chemistry sub-project
 ---

 Key: CMIS-203
 URL: https://issues.apache.org/jira/browse/CMIS-203
 Project: Chemistry
  Issue Type: Sub-task
Reporter: David Caruana
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-203) Move chemistry-abdera to /chemistry sub-project

2010-06-16 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-203.


Resolution: Fixed

 Move chemistry-abdera to /chemistry sub-project
 ---

 Key: CMIS-203
 URL: https://issues.apache.org/jira/browse/CMIS-203
 Project: Chemistry
  Issue Type: Sub-task
Reporter: David Caruana
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (CMIS-203) Move chemistry-abdera to /chemistry sub-project

2010-06-16 Thread David Caruana (JIRA)

[ 
https://issues.apache.org/jira/browse/CMIS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12879408#action_12879408
 ] 

David Caruana commented on CMIS-203:


Moved to /chemistry/abdera-ext

 Move chemistry-abdera to /chemistry sub-project
 ---

 Key: CMIS-203
 URL: https://issues.apache.org/jira/browse/CMIS-203
 Project: Chemistry
  Issue Type: Sub-task
Reporter: David Caruana
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-204) Move chemistry-atompub-tck to /chemistry sub-project

2010-06-16 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-204:
---

Fix Version/s: opencmis-0.1.0-incubating
Affects Version/s: (was: opencmis-0.1.1-incubating)

 Move chemistry-atompub-tck to /chemistry sub-project
 

 Key: CMIS-204
 URL: https://issues.apache.org/jira/browse/CMIS-204
 Project: Chemistry
  Issue Type: Sub-task
Reporter: David Caruana
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-204) Move chemistry-atompub-tck to /chemistry sub-project

2010-06-16 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-204.


Resolution: Fixed

Moved to /chemistry/tck

 Move chemistry-atompub-tck to /chemistry sub-project
 

 Key: CMIS-204
 URL: https://issues.apache.org/jira/browse/CMIS-204
 Project: Chemistry
  Issue Type: Sub-task
Reporter: David Caruana
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-215) The cumulative patch for TCK to make it totaly compatible with CMIS 1.0

2010-06-15 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-215.


Resolution: Fixed

 The cumulative patch for TCK to make it totaly compatible with CMIS 1.0
 ---

 Key: CMIS-215
 URL: https://issues.apache.org/jira/browse/CMIS-215
 Project: Chemistry
  Issue Type: Bug
  Components: tck
Reporter: Alexey Zavizionov
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating

 Attachments: diff.txt




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-192) Wrong assertNotNull ALLOWABLE_ACTIONS on created folder entry without includeAllowableActions

2010-06-15 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-192.


Resolution: Fixed

 Wrong assertNotNull ALLOWABLE_ACTIONS on created folder entry without 
 includeAllowableActions
 -

 Key: CMIS-192
 URL: https://issues.apache.org/jira/browse/CMIS-192
 Project: Chemistry
  Issue Type: Bug
  Components: tck
 Environment: AccessControlListTest.testManageAccessControlList()
Reporter: Alexey Zavizionov
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating


 You did a create folder within CMISTestFixture.getTestCaseFolder
 without includeAllowableActions param.
 SPEC says:
 3212  • Boolean includeAllowableActions: If TRUE, then the Repository MUST 
 return the
 available actions for each object in the result set. Defaults to 
 FALSE.
  3213
 then store it to the entry field at:
 CMISTestFixture.createTree(Entry, Entry, int, int, String, String) line: 103  
 CMISTestFixture.createTestTree(String, int, int, String, String) line: 94 
 AccessControlListTest.testManageAccessControlList() line: 131 
 then use it at:
 ManageAccessControlListVisitor.visit(EntryTree) line: 68  
 EntryTree.walkEntry(EntryTree, EntryTree$TreeVisitor) line: 126   
 EntryTree.walkTree(EntryTree$TreeVisitor) line: 118   
 AccessControlListTest.testManageAccessControlList() line: 132 
 // Check whether apply ACL is an allowable action
 CMISAllowableActions objectAllowableActions = 
 childObject.getExtension(CMISConstants.ALLOWABLE_ACTIONS);
 Assert.assertNotNull(objectAllowableActions);  // === here is should 
 be null

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-190) Atom title missing within createrelationship.atomentry.xml

2010-06-15 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-190.


Resolution: Fixed

 Atom title missing within createrelationship.atomentry.xml
 --

 Key: CMIS-190
 URL: https://issues.apache.org/jira/browse/CMIS-190
 Project: Chemistry
  Issue Type: Bug
  Components: tck
 Environment: TCK RelationshipsTest.testCreateRelationship() line: 112,
 xCMIS
Reporter: Alexey Zavizionov
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating


 Yours request:
 {code}
 ?xml version=1.0 encoding=utf-8?
 entry xmlns=http://www.w3.org/2005/Atom; 
 xmlns:cmisra=http://docs.oasis-open.org/ns/cmis/restatom/200908/;
xmlns:cmis=http://docs.oasis-open.org/ns/cmis/core/200908/;
cmisra:object
   cmis:properties
  cmis:propertyId propertyDefinitionId=cmis:objectTypeId
 cmis:valuecmis:relationship/cmis:value
  /cmis:propertyId
  cmis:propertyId propertyDefinitionId=cmis:sourceId
 cmis:value01df31087f0001010bdc22ad8e50331e/cmis:value
  /cmis:propertyId
  cmis:propertyId propertyDefinitionId=cmis:targetId
 cmis:value01df34cd7f00010111f7ef62565436e7/cmis:value
  /cmis:propertyId
   /cmis:properties
/cmisra:object
 /entry
 {code}
 Code from SPEC:
 {code}
 ?xml version=1.0 encoding=UTF-8 standalone=yes?
 atom:entry xmlns:app=http://www.w3.org/2007/app;
 xmlns:atom=http://www.w3.org/2005/Atom; xmlns:cmis=http://docs.oasis-
 open.org/ns/cmis/core/200908/ xmlns:cmism=http://docs.oasis-
 open.org/ns/cmis/messaging/200908/ xmlns:cmisra=http://docs.oasis-
 open.org/ns/cmis/restatom/200908/
 atom:author
 atom:nameAl Brown/atom:name
 /atom:author
 atom:content src=http://cmisexample.oasis-open.org/rep1/dab97641-8c94-
 4a12-a604-7532980f05cb/
 atom:idurn:uuid:dab97641-8c94-4a12-a604-7532980f05cb/atom:id
 atom:title type=textNew Relationship/atom:title
 atom:updated2010-01-25T10:20:58.864-08:00/atom:updated
 cmisra:object
 cmis:properties
 cmis:propertyId localName=rep-cmis:objectTypeId
 propertyDefinitionId=cmis:objectTypeId
 cmis:valuecustomerRelationships/cmis:value
 /cmis:propertyId
 cmis:propertyId localName=rep-cmis:sourceId
 propertyDefinitionId=cmis:sourceId
 cmis:valuedbf0316c-47b5-47c9-a2fa-f005eb93f0a4/cmis:value
 /cmis:propertyId
 cmis:propertyId localName=rep-cmis:targetId
 propertyDefinitionId=cmis:targetId
 cmis:valueb9baac7d-7584-445e-bcd1-29af9b25bf2f/cmis:value
 /cmis:propertyId
 /cmis:properties
 /cmisra:object
 /atom:entry
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-197) Session Models

2010-06-14 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-197:
---

Fix Version/s: opencmis-0.2.0-incubating

 Session Models
 --

 Key: CMIS-197
 URL: https://issues.apache.org/jira/browse/CMIS-197
 Project: Chemistry
  Issue Type: Task
  Components: opencmis-client
Reporter: David Caruana
 Fix For: opencmis-0.2.0-incubating


 Discuss persistent vs transient session models.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-204) Move chemistry-atompub-tck to /chemistry sub-project

2010-06-14 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-204:
---

 Assignee: David Caruana
Affects Version/s: opencmis-0.1.1-incubating

 Move chemistry-atompub-tck to /chemistry sub-project
 

 Key: CMIS-204
 URL: https://issues.apache.org/jira/browse/CMIS-204
 Project: Chemistry
  Issue Type: Sub-task
Affects Versions: opencmis-0.1.1-incubating
Reporter: David Caruana
Assignee: David Caruana



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-203) Move chemistry-abdera to /chemistry sub-project

2010-06-14 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-203:
---

Assignee: David Caruana

 Move chemistry-abdera to /chemistry sub-project
 ---

 Key: CMIS-203
 URL: https://issues.apache.org/jira/browse/CMIS-203
 Project: Chemistry
  Issue Type: Sub-task
Affects Versions: opencmis-0.1.1-incubating
Reporter: David Caruana
Assignee: David Caruana



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-215) The cumulative patch for TCK to make it totaly compatible with CMIS 1.0

2010-06-14 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-215:
---

 Assignee: David Caruana
Affects Version/s: opencmis-0.1.0-incubating

 The cumulative patch for TCK to make it totaly compatible with CMIS 1.0
 ---

 Key: CMIS-215
 URL: https://issues.apache.org/jira/browse/CMIS-215
 Project: Chemistry
  Issue Type: Bug
  Components: tck
Affects Versions: opencmis-0.1.0-incubating
Reporter: Alexey Zavizionov
Assignee: David Caruana
 Attachments: diff.txt




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-215) The cumulative patch for TCK to make it totaly compatible with CMIS 1.0

2010-06-14 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-215:
---

Fix Version/s: opencmis-0.1.0-incubating
Affects Version/s: (was: opencmis-0.1.0-incubating)

 The cumulative patch for TCK to make it totaly compatible with CMIS 1.0
 ---

 Key: CMIS-215
 URL: https://issues.apache.org/jira/browse/CMIS-215
 Project: Chemistry
  Issue Type: Bug
  Components: tck
Reporter: Alexey Zavizionov
Assignee: David Caruana
 Fix For: opencmis-0.1.0-incubating

 Attachments: diff.txt




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-193) PagingList refactor

2010-04-30 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-193.


Resolution: Fixed

 PagingList refactor
 ---

 Key: CMIS-193
 URL: https://issues.apache.org/jira/browse/CMIS-193
 Project: Chemistry
  Issue Type: Task
  Components: opencmis-client
Reporter: David Caruana
Assignee: David Caruana

 Implement PagingIterator and PagingIterable interfaces.
 Update PagingList tests.
 Replace all usages of PagingList with PagingIterator.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-200) PagingList refactor part 2

2010-04-30 Thread David Caruana (JIRA)
PagingList refactor part 2
--

 Key: CMIS-200
 URL: https://issues.apache.org/jira/browse/CMIS-200
 Project: Chemistry
  Issue Type: Bug
  Components: opencmis-client
Reporter: David Caruana


- rename PagingIterable to the chosen name :-)  - candidates: SkipIterable, 
ItemIterable, ...
- removes maxItems from the service calls
- adds maxItems to OperationContext
- adds a getPage(int maxItems)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-193) PagingList refactor

2010-04-16 Thread David Caruana (JIRA)
PagingList refactor
---

 Key: CMIS-193
 URL: https://issues.apache.org/jira/browse/CMIS-193
 Project: Chemistry
  Issue Type: Task
  Components: opencmis-client
Reporter: David Caruana


Refactor PagingList interfaces, and update implementation as appropriate.
Update PagingList tests.
Update all usages of PagingList.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CMIS-194) Server SPI refactor

2010-04-16 Thread David Caruana (JIRA)
Server SPI refactor
---

 Key: CMIS-194
 URL: https://issues.apache.org/jira/browse/CMIS-194
 Project: Chemistry
  Issue Type: Task
  Components: opencmis-server
Reporter: David Caruana
Assignee: Florian Müller




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CMIS-195) Incorporate Query Parser into OpenCMIS

2010-04-16 Thread David Caruana (JIRA)
Incorporate Query Parser into OpenCMIS
--

 Key: CMIS-195
 URL: https://issues.apache.org/jira/browse/CMIS-195
 Project: Chemistry
  Issue Type: Task
  Components: opencmis-server
Reporter: David Caruana
Assignee: Florent Guillaume




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CMIS-196) Extract Type Manager

2010-04-16 Thread David Caruana (JIRA)
Extract Type Manager


 Key: CMIS-196
 URL: https://issues.apache.org/jira/browse/CMIS-196
 Project: Chemistry
  Issue Type: Task
  Components: opencmis-client
Reporter: David Caruana
Assignee: Florian Müller




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CMIS-198) Local Binding

2010-04-16 Thread David Caruana (JIRA)
Local Binding
-

 Key: CMIS-198
 URL: https://issues.apache.org/jira/browse/CMIS-198
 Project: Chemistry
  Issue Type: Task
  Components: chemistry-server
Reporter: David Caruana
Assignee: Florian Müller




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (CMIS-152) Wrong capitalization of property ids in CMISConstants class.

2010-03-10 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana reassigned CMIS-152:
--

Assignee: David Caruana

 Wrong capitalization of property ids in CMISConstants class.
 

 Key: CMIS-152
 URL: https://issues.apache.org/jira/browse/CMIS-152
 Project: Chemistry
  Issue Type: Bug
  Components: chemistry-adbera
Reporter: Ugo Cei
Assignee: David Caruana
 Attachments: propids-patch.txt


 A couple of property ids in the CMISConstants class have incorrect 
 capitalization. It should be:
 * cmis:contentStreamMimeType instead of cmis:contentStreamMimetype
 * cmis:contentStreamFileName instead of cmis:contentStreamFilename

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-149) OpenCMIS folder.getPath / folder.getFolderParent fail with CmisObjectNotFoundException for root folder

2010-03-08 Thread David Caruana (JIRA)
OpenCMIS folder.getPath / folder.getFolderParent fail with 
CmisObjectNotFoundException for root folder
--

 Key: CMIS-149
 URL: https://issues.apache.org/jira/browse/CMIS-149
 Project: Chemistry
  Issue Type: Bug
  Components: opencmis-client, opencmis-provider
Reporter: David Caruana


Folder rootFolder = session.getRootFolder();
String path = rootFolder.getPath();

Above fails with:

org.apache.opencmis.commons.exceptions.CmisObjectNotFoundException - Unknown 
repository or folder!
 
org.apache.opencmis.client.provider.spi.atompub.NavigationServiceImpl.getObjectParents(NavigationServiceImpl.java:304)
org.apache.opencmis.client.runtime.AbstractPersistentFilableCmisObject.getPaths(AbstractPersistentFilableCmisObject.java:91)
org.apache.opencmis.client.runtime.PersistentFolderImpl.getPath(PersistentFolderImpl.java:363)

This should return /.

The same exception is also thrown for rootFolder.getFolderParent(). I think 
returning null is easier to consume, but this can be discussed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (CMIS-142) SimpleReadWriteTests.testCreateDocument incorrect acl assertion?

2010-03-02 Thread David Caruana (JIRA)

[ 
https://issues.apache.org/jira/browse/CMIS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12840066#action_12840066
 ] 

David Caruana commented on CMIS-142:


I can confirm SimpleReadWriteTests now pass with this fix. Thanks.

 SimpleReadWriteTests.testCreateDocument incorrect acl assertion?
 

 Key: CMIS-142
 URL: https://issues.apache.org/jira/browse/CMIS-142
 Project: Chemistry
  Issue Type: Bug
  Components: opencmis-provider
Reporter: David Caruana
Assignee: Florian Müller

 AbstractSimpleReadWriteTests (line 116):
 if (supportsManageACLs()) {
   AccessControlEntry ace = 
 getObjectFactory().createAccessControlEntry(getUsername(),
   Collections.singletonList(cmis:read));
   AccessControlList acl = getObjectFactory().createAccessControlList(
   Collections.singletonList(ace));
   AccessControlList newAcl = 
 getProvider().getAclService().applyAcl(getTestRepositoryId(),
   docId, acl, null, getAclPropagation(), null);
   assertNotNull(newAcl);
 This test case does not provide a removeAces value to applyAcl. Subsequently, 
 in AbstractAtomPubService (line 508) the following check is made:
 if ((removeAces == null) || (removeAces.getAces() == null)) {
   throw new IllegalArgumentException(remove ACEs must not be null!);
 }
 The above assertion always seem to fail for 
 SimpleReadWriteTests.testCreateDocument.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-142) SimpleReadWriteTests.testCreateDocument incorrect acl assertion?

2010-03-01 Thread David Caruana (JIRA)
SimpleReadWriteTests.testCreateDocument incorrect acl assertion?


 Key: CMIS-142
 URL: https://issues.apache.org/jira/browse/CMIS-142
 Project: Chemistry
  Issue Type: Bug
  Components: opencmis-provider
Reporter: David Caruana


AbstractSimpleReadWriteTests (line 116):

if (supportsManageACLs()) {
  AccessControlEntry ace = 
getObjectFactory().createAccessControlEntry(getUsername(),
  Collections.singletonList(cmis:read));
  AccessControlList acl = getObjectFactory().createAccessControlList(
  Collections.singletonList(ace));

  AccessControlList newAcl = 
getProvider().getAclService().applyAcl(getTestRepositoryId(),
  docId, acl, null, getAclPropagation(), null);
  assertNotNull(newAcl);

This test case does not provide a removeAces value to applyAcl. Subsequently, 
in AbstractAtomPubService (line 508) the following check is made:

if ((removeAces == null) || (removeAces.getAces() == null)) {
  throw new IllegalArgumentException(remove ACEs must not be null!);
}

The above assertion always seem to fail for 
SimpleReadWriteTests.testCreateDocument.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-143) AtomPub applyAcl expects Atom entry response

2010-03-01 Thread David Caruana (JIRA)
AtomPub applyAcl expects Atom entry response


 Key: CMIS-143
 URL: https://issues.apache.org/jira/browse/CMIS-143
 Project: Chemistry
  Issue Type: Bug
  Components: opencmis-provider
Reporter: David Caruana


AbstractAtomPubService.java (line 743):

HttpUtils.Response resp = put(aclUrl, Constants.MEDIATYPE_ACL, new 
HttpUtils.Output() {
  public void write(OutputStream out) throws Exception {
JaxBHelper.marshal(JaxBHelper.CMIS_OBJECT_FACTORY.createAcl(aclJaxb), 
out, false);
  }
});

// parse new entry
return parse(resp.getStream(), AtomEntry.class);

The spec is not clear, but I would expect the PUT response to return a media 
type of application/cmisacl+xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-131) Don't use a PATCH method to update of private working copy

2010-02-26 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-131.


Resolution: Fixed
  Assignee: David Caruana

Replaced patch with put requests. r916711

 Don't use a PATCH method to update of private working copy
 --

 Key: CMIS-131
 URL: https://issues.apache.org/jira/browse/CMIS-131
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: Alexey Zavizionov
Assignee: David Caruana

 === code of HttpClientConnection.executeRequest===
 } else if (method.equalsIgnoreCase(PATCH)) {
 HttpClientPatchMethod post = new 
 HttpClientPatchMethod(req.getFullUri());
 post.setRequestEntity(new ByteArrayRequestEntity(req.getBody(), 
 req.getType()));
 
 HttpClientConnection.executeRequest(Request) line: 65   
 CMISClient.executeRequest(Request, int, int) line: 509   
 CMISClient.executeRequest(Request, int) line: 490   
 VersionsTest.testCheckIn() line: 216

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-134) AllowableActionsTest.testFolderAllowableActions There is shouldn't be the ALLOWABLE_ACTIONS extension by default.

2010-02-26 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-134.


Resolution: Fixed
  Assignee: David Caruana

No longer depend on allowable actions being in create response. r916729.

 AllowableActionsTest.testFolderAllowableActions There is shouldn't be the 
 ALLOWABLE_ACTIONS extension by default.
 -

 Key: CMIS-134
 URL: https://issues.apache.org/jira/browse/CMIS-134
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: Alexey Zavizionov
Assignee: David Caruana

 i have a test error with our CMIS implementation
 java.lang.AssertionError:.
 --at org.junit.Assert.fail(Assert.java:92)
 --at org.junit.Assert.assertTrue(Assert.java:44)
 --at org.junit.Assert.assertNotNull(Assert.java:568)
 --at org.junit.Assert.assertNotNull(Assert.java:579)
 --at 
 org.apache.chemistry.tck.atompub.test.spec.AllowableActionsTest.testFolderAllowableActions(AllowableActionsTest.java:58)
 why is it waiting an ALLOWABLE_ACTIONS extension within entry came from 
 createTestFolder?
 As I see in the spec it should be provided as the uri param, by default is 
 false.
 Boolean includeAllowableActions: If TRUE, then the Repository MUST return the
 available actions for each object in the result set. Defaults to FALSE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-135) FolderChildrenTest.testGetChildrenNamedPropertyFilter The filter should be a comma-delimited list.

2010-02-26 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-135.


Resolution: Fixed
  Assignee: David Caruana

Replaced space delimiter with comma delimiter. r916735

 FolderChildrenTest.testGetChildrenNamedPropertyFilter The filter should be a 
 comma-delimited list.
 --

 Key: CMIS-135
 URL: https://issues.apache.org/jira/browse/CMIS-135
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: Alexey Zavizionov
Assignee: David Caruana

 Property Filter should be a comma-delimited list.
 code:
 // get children with object_id only
 Link childrenLink = client.getChildrenLink(folder.entry);
 MapString, String args = new HashMapString, String();
 args.put(filter, objectIdQueryName +   + objectTypeIdQueryName);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-132) Test that the URI template has all variables as stated in the spec

2010-02-26 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-132.


Resolution: Fixed
  Assignee: David Caruana

Added tests to RepositoryServiceTest. r916768

 Test that the URI template has all variables as stated in the spec
 --

 Key: CMIS-132
 URL: https://issues.apache.org/jira/browse/CMIS-132
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: Alexey Zavizionov
Assignee: David Caruana



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-115) Add Change Log tests to TCK

2010-02-17 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-115.


Resolution: Fixed

 Add Change Log tests to TCK
 ---

 Key: CMIS-115
 URL: https://issues.apache.org/jira/browse/CMIS-115
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 Addition of change log tests to TCK:
 - sensitive to change log capability in service document
 - test latest change log token
 - test logging of each change log action
 - test paging
 Also, update TCK Abdera extension to allow query of change log information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-117) Update TCK to CD07 schema

2010-02-17 Thread David Caruana (JIRA)
Update TCK to CD07 schema
-

 Key: CMIS-117
 URL: https://issues.apache.org/jira/browse/CMIS-117
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana


There are a couple of minor schema changes between CD06 and CD07. Just need to 
update the TCK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-117) Update TCK to CD07 schema

2010-02-17 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-117.


Resolution: Fixed

http://svn.apache.org/viewvc?rev=911026view=rev

 Update TCK to CD07 schema
 -

 Key: CMIS-117
 URL: https://issues.apache.org/jira/browse/CMIS-117
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 There are a couple of minor schema changes between CD06 and CD07. Just need 
 to update the TCK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (CMIS-113) OpenCMIS contribution

2010-02-16 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana reassigned CMIS-113:
--

Assignee: David Caruana

 OpenCMIS contribution
 -

 Key: CMIS-113
 URL: https://issues.apache.org/jira/browse/CMIS-113
 Project: Chemistry
  Issue Type: Task
Reporter: Florian Müller
Assignee: David Caruana
 Attachments: opencmis-20100205.zip


 Please find attached the OpenCMIS source code.
 SHA1 checksum: 041ef597916101de1995114c530b70d2fb00efdc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-113) OpenCMIS contribution

2010-02-16 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-113.


Resolution: Fixed

Committed to SVN.

There are some small tidy up tasks still to perform e.g. not all files have a 
license header.


 OpenCMIS contribution
 -

 Key: CMIS-113
 URL: https://issues.apache.org/jira/browse/CMIS-113
 Project: Chemistry
  Issue Type: Task
Reporter: Florian Müller
Assignee: David Caruana
 Attachments: opencmis-20100205.zip


 Please find attached the OpenCMIS source code.
 SHA1 checksum: 041ef597916101de1995114c530b70d2fb00efdc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Issue Comment Edited: (CMIS-113) OpenCMIS contribution

2010-02-16 Thread David Caruana (JIRA)

[ 
https://issues.apache.org/jira/browse/CMIS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12834281#action_12834281
 ] 

David Caruana edited comment on CMIS-113 at 2/16/10 4:12 PM:
-

Committed to SVN.

/opencmis/...

There are some small tidy up tasks still to perform e.g. not all files have a 
license header.


  was (Author: dcaruana):
Committed to SVN.

There are some small tidy up tasks still to perform e.g. not all files have a 
license header.

  
 OpenCMIS contribution
 -

 Key: CMIS-113
 URL: https://issues.apache.org/jira/browse/CMIS-113
 Project: Chemistry
  Issue Type: Task
Reporter: Florian Müller
Assignee: David Caruana
 Attachments: opencmis-20100205.zip


 Please find attached the OpenCMIS source code.
 SHA1 checksum: 041ef597916101de1995114c530b70d2fb00efdc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-115) Add Change Log tests to TCK

2010-02-11 Thread David Caruana (JIRA)
Add Change Log tests to TCK
---

 Key: CMIS-115
 URL: https://issues.apache.org/jira/browse/CMIS-115
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana


Addition of change log tests to TCK:
- sensitive to change log capability in service document
- test latest change log token
- test logging of each change log action
- test paging

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-94) Upgrade AtomPub TCK to 1.0 CD06

2010-02-02 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-94.
---

Resolution: Fixed

 Upgrade AtomPub TCK to 1.0 CD06
 ---

 Key: CMIS-94
 URL: https://issues.apache.org/jira/browse/CMIS-94
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 XSDs and examples.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-109) Add ACL tests to TCK

2010-02-02 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-109.


Resolution: Fixed

 Add ACL tests to TCK
 

 Key: CMIS-109
 URL: https://issues.apache.org/jira/browse/CMIS-109
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 Add AtomPub tests for:
 - retrieving service document with acl capabilities
 - retrieving acls for document and folder
 - setting acls

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-105) Add rendition tests to TCK

2010-01-27 Thread David Caruana (JIRA)
Add rendition tests to TCK
--

 Key: CMIS-105
 URL: https://issues.apache.org/jira/browse/CMIS-105
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (CMIS-37) Merge Alfresco Abdera CMIS extension with existing Chemistry extension

2010-01-15 Thread David Caruana (JIRA)

[ 
https://issues.apache.org/jira/browse/CMIS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800789#action_12800789
 ] 

David Caruana commented on CMIS-37:
---

I propose we create a chemistry-abdera module and move the Abdera extension 
currently used by the TCK into it. Then complete it for 1.0cd06.

 Merge Alfresco Abdera CMIS extension with existing Chemistry extension
 --

 Key: CMIS-37
 URL: https://issues.apache.org/jira/browse/CMIS-37
 Project: Chemistry
  Issue Type: Sub-task
  Components: tck
Reporter: Gabriele Columbro
Assignee: Gabriele Columbro

 Commit and merge functionalities of the existing Alfresco extension and the 
 Chemistry one

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Issue Comment Edited: (CMIS-37) Merge Alfresco Abdera CMIS extension with existing Chemistry extension

2010-01-15 Thread David Caruana (JIRA)

[ 
https://issues.apache.org/jira/browse/CMIS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12800789#action_12800789
 ] 

David Caruana edited comment on CMIS-37 at 1/15/10 5:49 PM:


I propose we create a chemistry-abdera module and move the Abdera extension 
currently used by the TCK into it. Then complete it for 1.0cd06, but don't make 
any effort to merge it with the other version as this will be removed (at some 
point).

  was (Author: dcaruana):
I propose we create a chemistry-abdera module and move the Abdera extension 
currently used by the TCK into it. Then complete it for 1.0cd06.
  
 Merge Alfresco Abdera CMIS extension with existing Chemistry extension
 --

 Key: CMIS-37
 URL: https://issues.apache.org/jira/browse/CMIS-37
 Project: Chemistry
  Issue Type: Sub-task
  Components: tck
Reporter: Gabriele Columbro
Assignee: Gabriele Columbro

 Commit and merge functionalities of the existing Alfresco extension and the 
 Chemistry one

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-94) Upgrade AtomPub TCK to 1.0 CD06

2010-01-12 Thread David Caruana (JIRA)
Upgrade AtomPub TCK to 1.0 CD06
---

 Key: CMIS-94
 URL: https://issues.apache.org/jira/browse/CMIS-94
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana


XSDs and examples.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-92) Upgrade AtomPub TCK to 1.0 CD05

2010-01-07 Thread David Caruana (JIRA)
Upgrade AtomPub TCK to 1.0 CD05
---

 Key: CMIS-92
 URL: https://issues.apache.org/jira/browse/CMIS-92
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana


In particular, ensure XSD change for cmisra:children does not cause issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-51) Upgrade AtomPub TCK to 0.7 specification

2010-01-06 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-51.
---

Resolution: Fixed

 Upgrade AtomPub TCK to 0.7 specification
 

 Key: CMIS-51
 URL: https://issues.apache.org/jira/browse/CMIS-51
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 Upgrade AtomPub TCK to 0.7 spec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-91) TCK - atom:link type descendants should be http://docs.oasis-open.org/ns/cmis/link/200908/typedescendants (singular)

2010-01-06 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-91:
--

Summary: TCK - atom:link type descendants should be 
http://docs.oasis-open.org/ns/cmis/link/200908/typedescendants (singular)  
(was: atom:link type descendants should be 
http://docs.oasis-open.org/ns/cmis/link/200908/typedescendants (singular))

 TCK - atom:link type descendants should be 
 http://docs.oasis-open.org/ns/cmis/link/200908/typedescendants (singular)
 --

 Key: CMIS-91
 URL: https://issues.apache.org/jira/browse/CMIS-91
 Project: Chemistry
  Issue Type: Bug
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 As stated in 3.4.3.4 of the spec.
 The TCK currently uses 
 http://docs.oasis-open.org/ns/cmis/link/200908/typesdescendants

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-51) Upgrade AtomPub TCK to 0.7 specification

2009-10-09 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-51:
--

Description: Upgrade AtomPub TCK to 0.7 spec.  (was: Upgrade AtomPub TCK to 
0.63 spec.

Currently, spec is at 0.63b, although it's possible for newer revisions to be 
released before 0.63 final.)
Summary: Upgrade AtomPub TCK to 0.7 specification  (was: Upgrade 
AtomPub TCK to 0.63 specification)

 Upgrade AtomPub TCK to 0.7 specification
 

 Key: CMIS-51
 URL: https://issues.apache.org/jira/browse/CMIS-51
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 Upgrade AtomPub TCK to 0.7 spec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (CMIS-51) Upgrade AtomPub TCK to 0.7 specification

2009-10-09 Thread David Caruana (JIRA)

[ 
https://issues.apache.org/jira/browse/CMIS-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764107#action_12764107
 ] 

David Caruana commented on CMIS-51:
---

1) CHANGED: CMIS Namespaces

Was: http://docs.oasis-open.org/ns/cmis/core/200901
 http://docs.oasis-open.org/ns/cmis/messaging/200901
 http://docs.oasis-open.org/ns/cmis/restatom/200901
Now: http://docs.oasis-open.org/ns/cmis/core/200908/
 http://docs.oasis-open.org/ns/cmis/messaging/200908/
 http://docs.oasis-open.org/ns/cmis/restatom/200908/

2) REMOVED: repositoryInfo from Service Document

CMIS-464

3) CHANGED: lastChangeToken in Service Document

Was: lastChangeToken
Now: latestChangeLogToken

CMIS-341

4) CHANGED: capabilityChangesOnType

Was: capabilityChangesOnType in capabilities
Now: changesOnType in repositoryInfo

CMIS-407

5) ADDED: capabilityGetFolderTree

CMIS-unknown

6) CHANGED: capabilityPWCUpdateable

Was: capabilityPWCUpdateable
Now: capabilityPWCUpdatable

CMIS-unknown

7) CHANGED: cmisra:collectionType

Was: attribute on service document collection
Now: element in service document collection

CMIS-371

8) CHANGED: property pdId

Was: pdId
Now: propertyDefinitionId

CMIS-411

- checkpoint ---

9) CHANGED: type baseTypeId

Was: baseTypeId
Now: baseId

CMIS-491, CMIS-405

10) CHANGED: type fulltextindexed

Was: fulltextindexed
Now: fulltextIndexed

CMIS-422

11) ADDED: type cmisra:id

CMIS-492

12) REMOVED: xml property type

CMIS-439

13) ADDED: allowable action canGetFolderTree

14) CHANGED: allowable action canGetRelationships

Was: canGetRelationships
Now: canGetObjectRelationships

15) ADDED: relationship type allowed source/target types

Note: CMIS-569 issue

16) CHANGED: case of identifier names

Was: UpperCase
Now: camelCase

CMIS-396

17) CHANGED: property PathName

Was: PathName
Now: path

CMIS-350

- checkpoint ---

18) ADDED: support for cmisra:content streams

CMIS-308

- checkpoint ---

19) CHANGED: all-versions link

Was: all-versions
Now: version-history

CMIS-388

20) REMOVED: repositoryRelationship

CMIS-464

21) CHANGED: overwriteFlag error code

Was: HTTP 500
Now: HTTP 409

22) CHANGED: getTypeDescendants

Was: depth default to 1
Now: depth default to -1
Was: depth of 0 valid
Now: depth of 0 invalid

CMIS-410

23) ADDED: cmis:numItems in feeds

CMIS-357


 Upgrade AtomPub TCK to 0.7 specification
 

 Key: CMIS-51
 URL: https://issues.apache.org/jira/browse/CMIS-51
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 Upgrade AtomPub TCK to 0.7 spec.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-51) Upgrade AtomPub TCK to 0.63 specification

2009-09-11 Thread David Caruana (JIRA)
Upgrade AtomPub TCK to 0.63 specification
-

 Key: CMIS-51
 URL: https://issues.apache.org/jira/browse/CMIS-51
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: David Caruana


Upgrade AtomPub TCK to 0.63 spec.

Currently, spec is at 0.63b, although it's possible for newer revisions to be 
released before 0.63 final.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-49) Add TCKRunner to AtomPub TCK

2009-08-26 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-49:
--

Description: 
Allow TCK to be driven from alternate front-ends such as web form.
- introduce TCKRunner
- provision of TCKOptions from custom inputs (not just system properties)
- allow custom writers for TCK output
- support for executing specific tests

  was:
Allow TCK to be driven from alternate front-ends such as web form.
- provision of TCKOptions from custom inputs (not just system properties)
- allow custom writers for TCK output
- support for executing specific tests


 Add TCKRunner to AtomPub TCK
 

 Key: CMIS-49
 URL: https://issues.apache.org/jira/browse/CMIS-49
 Project: Chemistry
  Issue Type: Improvement
  Components: tck
Reporter: David Caruana
Assignee: David Caruana

 Allow TCK to be driven from alternate front-ends such as web form.
 - introduce TCKRunner
 - provision of TCKOptions from custom inputs (not just system properties)
 - allow custom writers for TCK output
 - support for executing specific tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (CMIS-49) Add TCKRunner to AtomPub TCK

2009-08-25 Thread David Caruana (JIRA)
Add TCKRunner to AtomPub TCK


 Key: CMIS-49
 URL: https://issues.apache.org/jira/browse/CMIS-49
 Project: Chemistry
  Issue Type: Improvement
  Components: tck
Reporter: David Caruana
Assignee: David Caruana


Allow TCK to be driven from alternate front-ends such as web form.
- provision of TCKOptions from custom inputs (not just system properties)
- allow custom writers for TCK output
- support for executing specific tests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (CMIS-25) Contribute Alfresco AtomPub client test suite to form starting point TCK

2009-08-18 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana resolved CMIS-25.
---

Resolution: Fixed

Initial contribution committed to Chemistry.

 Contribute Alfresco AtomPub client test suite to form starting point TCK
 

 Key: CMIS-25
 URL: https://issues.apache.org/jira/browse/CMIS-25
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: Gabriele Columbro

 Contribute Alfresco AtomPub client test harness to module chemistry-tck-atom.
 Involves:
 - removing Alfresco specifics from AtomPub test harness
 - merging Alfresco Abdera CMIS extension with existing Chemistry extension
 - restructuring to maven conventions (with appropriate dependencies)
 Notes:
 - the initial refactoring of the Alfresco test harness will take place in a 
 public Alfresco SVN sandbox (location TBD)
 - allows for controlled dev and review before committing to Chemistry
 Future:
 - may host test harness against chemistry-api (i.e. merge tests with web 
 service client test harness); this would form the module chemistry-tck

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (CMIS-25) Contribute Alfresco AtomPub client test suite to form starting point TCK

2009-08-18 Thread David Caruana (JIRA)

[ 
https://issues.apache.org/jira/browse/CMIS-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744523#action_12744523
 ] 

David Caruana commented on CMIS-25:
---

See README.txt

 
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-tck-atompub/README.txt?view=co

 Contribute Alfresco AtomPub client test suite to form starting point TCK
 

 Key: CMIS-25
 URL: https://issues.apache.org/jira/browse/CMIS-25
 Project: Chemistry
  Issue Type: Task
  Components: tck
Reporter: David Caruana
Assignee: Gabriele Columbro

 Contribute Alfresco AtomPub client test harness to module chemistry-tck-atom.
 Involves:
 - removing Alfresco specifics from AtomPub test harness
 - merging Alfresco Abdera CMIS extension with existing Chemistry extension
 - restructuring to maven conventions (with appropriate dependencies)
 Notes:
 - the initial refactoring of the Alfresco test harness will take place in a 
 public Alfresco SVN sandbox (location TBD)
 - allows for controlled dev and review before committing to Chemistry
 Future:
 - may host test harness against chemistry-api (i.e. merge tests with web 
 service client test harness); this would form the module chemistry-tck

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (CMIS-16) Change list between 0.5 and 0.61 CMIS specifications

2009-07-23 Thread David Caruana (JIRA)

 [ 
https://issues.apache.org/jira/browse/CMIS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Caruana updated CMIS-16:
--

Attachment: changes_v0.62c_to_v0.62.txt

 Change list between 0.5 and 0.61 CMIS specifications
 

 Key: CMIS-16
 URL: https://issues.apache.org/jira/browse/CMIS-16
 Project: Chemistry
  Issue Type: Improvement
Reporter: David Caruana
 Attachments: changes_v0.61_to_v0.62c.txt, changes_v0.62c_to_v0.62.txt


 A concise list of CMIS specification changes between 0.5 and 0.6, and between 
 0.6 and 0.61 are recorded at
 http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/design/changes_v0.5_to_v0.6.txt
 http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/design/changes_v0.6_to_v0.61.txt
 These changes were recorded during the upgrade of Alfresco, and also used at 
 the recent PlugFest. Anyone wanting to upgrade their server or client 
 implementation will find it much quicker with these cheat sheets.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.