Re: [osgi-dev] How to: File Upload with JAX-RS Whiteboard

2020-07-08 Thread Tim Ward via osgi-dev
om > <mailto:dirk.fa...@de.bosch.com> > > Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart, HRB 14000; > Aufsichtsratsvorsitzender: Franz Fehrenbach; Geschäftsführung: Dr. Volkmar > Denner, > Prof. Dr. Stefan Asenkerschbaumer, Dr. Michael Bolle, Dr. Christian Fischer,

Re: [osgi-dev] How to: File Upload with JAX-RS Whiteboard

2020-07-07 Thread Fauth Dirk (CAP-SST/ESM1) via osgi-dev
efan Asenkerschbaumer, Dr. Michael Bolle, Dr. Christian Fischer, Dr. Stefan Hartung, Dr. Markus Heyn, Harald Kröger, Christoph Kübel, Rolf Najork, Uwe Raschke, Peter Tyroller ​ Von: Tim Ward Gesendet: Dienstag, 7. Juli 2020 12:37 An: Fauth Dirk (CAP-SST/ESM1) ; OSGi Developer Mail List Betreff:

Re: [osgi-dev] How to: File Upload with JAX-RS Whiteboard

2020-07-07 Thread Tim Ward via osgi-dev
Hi Dirk, You’re absolutely correct in your statements that: * I know that file upload is more complicated that it looks in first place. * Aries is implemented using CXF, and a mixture of CXF and Jersey seems to be not possible. In fact the Aries JAX-RS whiteboard completely hides the underlying

[osgi-dev] How to: File Upload with JAX-RS Whiteboard

2020-07-07 Thread Fauth Dirk (CAP-SST/ESM1) via osgi-dev
Hi, I am struggling with the following topic for days now. And I don't find any solution, tutorial or explanation anywhere. So I thought of asking here, hoping to get enlightened. :) I am trying to create a webservice to upload a file which then gets processed on the server. I know that file u