cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco OpenCMIS Extension – access to aspects

fmui
Champ in-the-making
Champ in-the-making
Hi,

We have developed an extension for OpenCMIS that provides easy read and write access to aspects and aspect properties:
http://cmis.alfresco.com:8080/alfresco-opencmis-extension.html

It's a preview at the moment. Feedback is welcome!

Cheers,

Florian

Update: The Alfresco OpenCMIS Extension has moved to http://apache-extras.org/p/alfresco-opencmis-extension.
15 REPLIES 15

gengstrand
Champ in-the-making
Champ in-the-making
This extension works very well and bridges the gap between CMS as viewed by CMIS and Alfresco's notion of aspects.

Is there a maven repository for this component anywhere?

mkl
Champ in-the-making
Champ in-the-making
Florian,

thanks, that sounds great.

I just recognized that the extension site moved, too, and the release got its own release version, 0.1.

Is there a Maven repo hosting the extension somewhere? Currently I push it locally…

Regards,   Michael.

fmui
Champ in-the-making
Champ in-the-making
It's not available from a Maven repository at the moment but we are looking into it. We will keep you up-to-date on the mailing list.

Florian

fmui
Champ in-the-making
Champ in-the-making
It's now also available via Maven. See this page for instructions.
Please use the mailing list for further discussions.

Florian

mkl
Champ in-the-making
Champ in-the-making
Great, thanks!

I upgraded to opencmis 0.3.0 and the extensions 0.2, all now directly received via Maven, everything is running really smooth now.

narithota
Champ in-the-making
Champ in-the-making
Hi!

For some reason the extension as downloaded ran into a NullPointerException in AlfrescoAspectsUtils.findAspect(Collection<ObjectType>, String) here. For some types type.getPropertyDefinitions() seems to be null.

After changing the code to check for null here at first, the extension works like a charm. Thanx!

Regards, Mikel.

I heard that this is fixed in later versions. But I am using alfresco-opencmis-extension-0.3.jar, still getting the same problem.

I hope that this to be fix in coming versions.

Thanks
Naresh