RE: Apache CXF JAX-RS threadsafe clients

2023-07-05 Thread Jean Pierre URKENS
lue in any object and it is not my intention to modify the server implementation just to verify this. Regards, J.P. -Original Message- From: Andriy Redko Sent: dinsdag 4 juli 2023 22:04 To: Jean Pierre URKENS ; CXF Dev List Subject: Re: Apache CXF JAX-RS threadsafe clients Hi Je

Re: Apache CXF JAX-RS threadsafe clients

2023-07-04 Thread Andriy Redko
be needed to verify whether headers are passed > correctly for each API invocation? > Regards, > J.P. > -Original Message- > From: Andriy Redko > Sent: vrijdag 30 juni 2023 3:59 > To: Jean Pierre URKENS ; CXF Dev List > > Subject: Re: Apache CXF JAX-RS thread

RE: Apache CXF JAX-RS threadsafe clients

2023-07-04 Thread Jean Pierre URKENS
rify whether headers are passed correctly for each API invocation? Regards, J.P. -Original Message- From: Andriy Redko Sent: vrijdag 30 juni 2023 3:59 To: Jean Pierre URKENS ; CXF Dev List Subject: Re: Apache CXF JAX-RS threadsafe clients Hi Jean, Yes, I belie

Re: Apache CXF JAX-RS threadsafe clients

2023-06-29 Thread Andriy Redko
           return > Response.status(Status.INTERNAL_SERVER_ERROR).entity(e.getMessage()).build(); >         } >     } > Regards, > J.P. > -Original Message- > From: Andriy Redko > Sent: woensdag 28 juni 2023 23:55 > To: Jean Pierre URKENS

RE: Apache CXF JAX-RS threadsafe clients

2023-06-28 Thread Jean Pierre URKENS
RE: Apache CXF JAX-RS threadsafe clients Hi Andriy, Ok, it is clear for the 1st part, which I restructured to: * private** static* SodexoApi* getThreadsafeProxy*(String baseAddress)* throws* GeneralSecurityException { JacksonJsonProvider* provider* =* new

Re: Apache CXF JAX-RS threadsafe clients

2023-06-28 Thread Andriy Redko
Best Regards, Andriy Redko JPU> Apache CXF JAX-RS threadsafe clients JPU> Hi Andriy, JPU> I am struggling to understand threadsafety when creating/using JAX-RS JPU> clients. JPU> My intention is to: JPU> 1. Create a client once as I think it is heavy loaded: JPU&g