Rens Groenveld
Rens Groenveld

Reputation: 982

(Open) Liberty ignores JAX WS MTOM's threshold

The following problem occurs to me while migrating from IBM's WebSphere Traditional towards IBM WebSphere Liberty.

I have a SOAP Java Service class annotated with:

@MTOM(enabled = true, threshold = 10240)

According to my understanding this means that small files under the size of 10240 bytes will not be undergoing the MTOM process, but files bigger than this will be.

Integration tests are currently failing because Liberty now always executes the MTOM process, even with small files under the threshold. WebSphere Traditional did not do this. It seems that Liberty is ignoring the threshold.

Is there anything I can do?

Locally I run on Open Liberty version 24.0.0.8, but this behavior is also noticed on WebSphere Liberty v24.0.0.9

Upvotes: 1

Views: 23

Answers (0)

Related Questions