Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Jean-Baptiste Onofre
Don’t worry, I will update the karaf-rest-example. Regards JB > Le 1 déc. 2020 à 15:01, Alex Soto a écrit : > > I’ll try but these days I'm very busy…. > > Best regards, > Alex soto > > > > >> On Dec 1, 2020, at 8:52 AM, Francois Papon > > wrote: >> >

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Alex Soto
I’ll try but these days I'm very busy…. Best regards, Alex soto > On Dec 1, 2020, at 8:52 AM, Francois Papon > wrote: > > Hi Alex, > > Any chances to have a sample project to share on github? > > regards, > > François > fpa...@apache.org > Le 01/12/2020 à 14:5

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Jean-Baptiste Onofre
I will add the example in the karaf-rest-example then. > Le 1 déc. 2020 à 14:50, Alex Soto a écrit : > > No problem, thanks. > > I think it will help others to have a working example of a File Upload using > pure OSGi JAX-RS Whiteboard Specification, all the samples I have found do > not go t

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Francois Papon
Hi Alex, Any chances to have a sample project to share on github? regards, François fpa...@apache.org Le 01/12/2020 à 14:50, Alex Soto a écrit : > No problem, thanks. > > I think it will help others to have a working example of a File Upload > using pure OSGi JAX-RS Whiteboard Specification, al

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Alex Soto
No problem, thanks. I think it will help others to have a working example of a File Upload using pure OSGi JAX-RS Whiteboard Specification, all the samples I have found do not go there. Best regards, Alex soto > On Dec 1, 2020, at 8:43 AM, Jean-Baptiste Onofre wrote: > > Thanks for the up

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Jean-Baptiste Onofre
Thanks for the update. I’m pretty busy with ActiveMQ, Decanter, Camel and Karaf5 PoC, but I will take a look tomorrow. Regards JB > Le 1 déc. 2020 à 14:29, Alex Soto a écrit : > > Hi JB, > > Yes, Aries JAXRS 1.0.10. > I suppose it is PAX-WEB, or whatever the default is for Karaf 4.3.0. >

Re: Enabling multipart support on Aries JAX-RS 1.0.10

2020-12-01 Thread Alex Soto
Hi JB, Yes, Aries JAXRS 1.0.10. I suppose it is PAX-WEB, or whatever the default is for Karaf 4.3.0. The class: import javax.servlet.ServletException; import javax.servlet.annotation.MultipartConfig; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.Part; import javax.ws.