Hi,
I don't know about the state of that proposal. However as I stated on
Stackoverflow [1] properties which due not have a correspondence in CMIS
are not mapped. If you need to support other JCR node types than the
ones currently supported by the JCR bridge, you have to hack the code. I
can provide some pointers if necessary.
Michael
[1]
http://stackoverflow.com/questions/6352030/how-much-does-cmis-specification-cover-jcr-specification/6357465
On 15.6.11 14:13, Jakub Liska wrote:
Hey,
I just went through org.apache.chemistry.opencmis.jcr, wondering what
is the best way of getting Mixin properties from Jackrabbit, if
possible. Let say I have " nt:file> [jcr:content , ex:content-pdf ,
ex:content-odf] "
I don't know what is the status of this proposal
http://wiki.oasis-open.org/cmis/Mixin_Proposal, but I guess that I
can't do it, right ?