Re: [OpenCMIS][Client] Custom ObjectFactory and Adapter for EMF domain model

2015-08-11 Thread Sascha Homeier
Hi Florian, thx for the info. Anyway I’m glad such an extension possibility exists at all. Also I just finished a first POC of an own ObjectFactory which creates Folders and Documents providing sample adapters in a couple of hours. So till now seems to work pretty well ;) (Minor problem in my ca

Re: [OpenCMIS][Client] Custom ObjectFactory and Adapter for EMF domain model

2015-08-11 Thread Florian Müller
Hi Sascha, You need your own ObjectFactory to provide an adapter implementation. There is no configuration or other magic. This feature has been added but never really fleshes out. We have never implemented, for example, a registry for adapters. - Florian Hello together, I am currently t

[OpenCMIS][Client] Custom ObjectFactory and Adapter for EMF domain model

2015-08-11 Thread Sascha Homeier
Hello together, I am currently trying to build my own CMIS EMF (Eclipse Modeling Framework) model for building a single-sourced Eclipse 4 RCP / RAP CMIS Client. After some research I was glad that next to the ObjectFactory SPI OpenCMIS has a getAdapter() method at the top level CmisObject. I th