Re: Implementing getContent method

2014-08-19 Thread Florian Müller
ectService.getContentStream() > > > > method of the server, > > > > this exception is because the client receives a null. > > > > > > > > The other services are working well? I mean Repository, Navigation and > > > > other Object service methods.

Re: Implementing getContent method

2014-08-19 Thread Florian Müller
rking well? I mean Repository, Navigation and > > other Object service methods. > > > > Regards. > > > > Jorge MARTIN CUERVO > > > > European Commission > > DG TRADE > > Unit A4 > > CHAR 02/077 > > B-1049 Brussels/Belgium > &g

Re: Implementing getContent method

2014-08-19 Thread Muhammed Olgun
rom: Muhammed Olgun [mailto:mh.ol...@gmail.com] > Sent: Tuesday, August 19, 2014 9:40 AM > To: dev@chemistry.apache.org > Subject: Implementing getContent method > > Hi, > > I'm trying to implement OpenCMIS server. I implemented some methods. They > work fine but

RE: Implementing getContent method

2014-08-19 Thread Jorge.MARTIN-CUERVO
getContent method Hi, I'm trying to implement OpenCMIS server. I implemented some methods. They work fine but there is a problem with getContentStream method. @Override public ContentStream getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigIn

Implementing getContent method

2014-08-19 Thread Muhammed Olgun
Hi, I'm trying to implement OpenCMIS server. I implemented some methods. They work fine but there is a problem with getContentStream method. @Override public ContentStream getContentStream(String repositoryId, String objectId, String streamId, BigInteger offset, BigInteger length, Ext