RE: CallContext.getCmisVersion() is null for SOAP binding

2014-07-11 Thread Jorge.MARTIN-CUERVO
n-cue...@ext.ec.europa.eu -Original Message- From: Florian Müller [mailto:f...@apache.org] Sent: Friday, July 11, 2014 12:41 PM To: MARTIN CUERVO Jorge (TRADE-EXT); dev Subject: RE: CallContext.getCmisVersion() is null for SOAP binding Hi Jorge, Now I know what's wrong. You a

RE: CallContext.getCmisVersion() is null for SOAP binding

2014-07-11 Thread Florian Müller
; Jorge MARTIN CUERVO > > European Commission > DG TRADE > Unit A4 > CHAR 02/077 > B-1049 Brussels/Belgium > +32 2 298 86 27 > jorge.martin-cue...@ext.ec.europa.eu > > > -Original Message- > From: Florian Müller [mailto:f...@apache.org] > Sent: Frid

RE: CallContext.getCmisVersion() is null for SOAP binding

2014-07-11 Thread Jorge.MARTIN-CUERVO
sage- From: Florian Müller [mailto:f...@apache.org] Sent: Friday, July 11, 2014 11:16 AM To: MARTIN CUERVO Jorge (TRADE-EXT); dev Subject: Re: CallContext.getCmisVersion() is null for SOAP binding Hi Jorge, WSServlet does not register new servlets. It routes all requests through one servlet

Re: CallContext.getCmisVersion() is null for SOAP binding

2014-07-11 Thread Florian Müller
Hi Jorge, WSServlet does not register new servlets. It routes all requests through one servlet. Internally it dispatches the requests to right implementation based on the URL pattern. To make sure that there is no bug in the OpenCMIS code, I've added an extra check to the createContext() method a