Re: [PR] Bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.21 to 2.2.22 [cxf]

2024-05-16 Thread via GitHub


reta merged PR #1877:
URL: https://github.com/apache/cxf/pull/1877


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 [cxf]

2024-05-16 Thread via GitHub


reta merged PR #1876:
URL: https://github.com/apache/cxf/pull/1876


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9014]1024-bit RSA key (weak) and isn't allowed in modern JDK ver… [cxf]

2024-05-16 Thread via GitHub


ffang merged PR #1875:
URL: https://github.com/apache/cxf/pull/1875


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: SpringWebUtils in CXF in TomEE

2024-05-16 Thread Andriy Redko
Hey Jonathan,

This is quite an interesting issue, is it possible to share (or point out
to an example) small reproducer project for this problem? I think I understand
what is happening but don't have a clear fix for that to suggest at the moment. 

Thank you.

Best Regards,
Andriy Redko

> Hi,

> Firstly, thank you for all the amazing work you do in CXF. I participate in
> the Apache TomEE project, which includes CXF to enable TomEE to provide
> REST and SOAP based services.

> We've had a slightly unusual problem crop up that specifically affects
> applications that expose Jakarta REST endpoints (through the included CXF
> in TomEE), and include the Spring Framework in the application's
> WEB-INF/lib.

> The exception we see is:

> java.lang.NoClassDefFoundError:
> org/springframework/web/filter/ServerHttpObservationFilter
> at
> org.apache.cxf.jaxrs.springmvc.SpringWebUtils.setHttpRequestURI(SpringWebUtils.java:51)
> ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> at
> org.apache.cxf.jaxrs.utils.HttpUtils.setHttpRequestURI(HttpUtils.java:380)
> ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> at
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.setExchangeProperties(JAXRSInInterceptor.java:246)
> ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> at
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:183)
> ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> at
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:78)
> ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
> ~[cxf-core-4.0.4.jar:4.0.4]
> at
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
> ~[cxf-core-4.0.4.jar:4.0.4]
> at
> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
> ~[cxf-rt-transports-http-4.0.4.jar:4.0.4]
> at
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:266)
> ~[openejb-cxf-rs-9.1.3.jar:9.1.3]
> at
> org.apache.tomee.webservices.CXFJAXRSFilter.doFilter(CXFJAXRSFilter.java:99)
> ~[tomee-jaxrs-9.1.3.jar:9.1.3]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> ~[catalina.jar:10.0.27]
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> ~[catalina.jar:10.0.27]
> at
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
> ~[tomcat-websocket.jar:10.0.27]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> ~[catalina.jar:10.0.27]
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> ~[catalina.jar:10.0.27]
> at org.apache.openejb.server.httpd.EEFilter.doFilter(EEFilter.java:67)
> ~[openejb-http-9.1.3.jar:9.1.3]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> ~[catalina.jar:10.0.27]
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> ~[catalina.jar:10.0.27]
> at
> org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
> ~[spring-web-6.0.19.jar:6.0.19]
> at
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
> ~[spring-web-6.0.19.jar:6.0.19]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> ~[catalina.jar:10.0.27]
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> ~[catalina.jar:10.0.27]
> at
> org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
> ~[spring-web-6.0.19.jar:6.0.19]
> at
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
> ~[spring-web-6.0.19.jar:6.0.19]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> ~[catalina.jar:10.0.27]
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> ~[catalina.jar:10.0.27]
> at
> org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:124)
> ~[spring-boot-3.1.11.jar:3.1.11]
> at
> org.springframework.boot.web.servlet.support.ErrorPageFilter$1.doFilterInternal(ErrorPageFilter.java:99)
> ~[spring-boot-3.1.11.jar:3.1.11]
> at
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
> ~[spring-web-6.0.19.jar:6.0.19]
> at
> org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFilter.java:117)
> ~[spring-boot-3.1.11.jar:3.1.11]
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain

[PR] Bump jakarta.xml.ws:jakarta.xml.ws-api from 3.0.1 to 4.0.2 [cxf-xjc-utils]

2024-05-16 Thread via GitHub


dependabot[bot] opened a new pull request, #134:
URL: https://github.com/apache/cxf-xjc-utils/pull/134

   Bumps 
[jakarta.xml.ws:jakarta.xml.ws-api](https://github.com/jakartaee/jax-ws-api) 
from 3.0.1 to 4.0.2.
   
   Release notes
   Sourced from https://github.com/jakartaee/jax-ws-api/releases";>jakarta.xml.ws:jakarta.xml.ws-api's
 releases.
   
   Jakarta XML Web Services API 4.0.1
   What's Changed
   
   Supports OSGi Mediator spec
   Integrates https://github.com/jakartaee/jaxb-api/releases/tag/4.0.1";>Jakarta XML 
Binding API 4.0.1
   Integrates https://github.com/jakartaee/saaj-api/releases/tag/3.0.1";>Jakarta SOAP 
with Attachments API 3.0.1
   
   Full Changelog: https://github.com/jakartaee/jax-ws-api/compare/4.0.0...4.0.1";>https://github.com/jakartaee/jax-ws-api/compare/4.0.0...4.0.1
   Jakarta XML Web Services API 4.0.0
   This major release contains following changes:
   
   annotates jakarta.xml.ws.AsyncHandler with 
@FunctionalInterface
   extends jakarta.xml.ws.wsaddressing.W3CEndpointReference API with 
getters
   drops implementation lookup through the "jaxws.properties" 
configuration file
   makes implementation lookup through the system property as the first 
step
   removes required fallback to some default implementation from the 
implementation lookup
   folds Jakarta Web Services Metadata Specification into this/Jakarta Web 
Services Specification (Jakarta Web Services Metadata Specification is no 
longer available as a standalone API/project/jar)
   
   Project Board: https://github.com/eclipse-ee4j/jax-ws-api/projects/1";>https://github.com/eclipse-ee4j/jax-ws-api/projects/1
   Full Changelog: https://github.com/eclipse-ee4j/jax-ws-api/compare/3.0.0...4.0.0";>https://github.com/eclipse-ee4j/jax-ws-api/compare/3.0.0...4.0.0
   
   
   
   Commits
   
   https://github.com/jakartaee/jax-ws-api/commit/a70d205a1030c6e248912b3165291414412a8652";>a70d205
 Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 4.0.2
   https://github.com/jakartaee/jax-ws-api/commit/d7d8b27a8bc5498b7da34ddb168d0b81274769fb";>d7d8b27
 Update CP year in Holder.java
   https://github.com/jakartaee/jax-ws-api/commit/489177b7431de00f9638abdbb7811611badeb122";>489177b
 Revert "fix: serialization error due to non-transient variable inside 
seriali...
   https://github.com/jakartaee/jax-ws-api/commit/b80a3cffed131b4329798f40a70954794b1b4cf7";>b80a3cf
 fix: serialization error due to non-transient variable inside serializable 
class
   https://github.com/jakartaee/jax-ws-api/commit/fd63460ffad9c847c446bb103ca1d9d1d779c6ae";>fd63460
 minor code cleanup
   https://github.com/jakartaee/jax-ws-api/commit/47e553dfc2a3a34151ab13cf8c7315847e31";>47e553d
 Apply https://github.com/snippet";>@​snippet, fix 
typos, grammar
   https://github.com/jakartaee/jax-ws-api/commit/4379eb2163c7257104765b401fe05d5e755be53d";>4379eb2
 Update GH action build
   https://github.com/jakartaee/jax-ws-api/commit/43a487864fb12a372db4dfc13539bfaa5dff0cb0";>43a4878
 Update build plugins
   https://github.com/jakartaee/jax-ws-api/commit/917dc5ea8158e333a6b4612dc1f7506eb9ee2f28";>917dc5e
 Integrate xml-binding-api 4.0.2,
   https://github.com/jakartaee/jax-ws-api/commit/0135c8528ade88cfaae461ee253f725e3f49f5b0";>0135c85
 Merge pull request https://redirect.github.com/jakartaee/jax-ws-api/issues/217";>#217 
from jakartaee/4.0.1-RELEASE
   Additional commits viewable in https://github.com/jakartaee/jax-ws-api/compare/3.0.1...4.0.2";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.xml.ws:jakarta.xml.ws-api&package-manager=maven&previous-version=3.0.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` wil

Re: [PR] Bump jakarta.xml.ws:jakarta.xml.ws-api from 3.0.1 to 4.0.1 [cxf-xjc-utils]

2024-05-16 Thread via GitHub


dependabot[bot] commented on PR #81:
URL: https://github.com/apache/cxf-xjc-utils/pull/81#issuecomment-2116446364

   Superseded by #134.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump jakarta.xml.ws:jakarta.xml.ws-api from 3.0.1 to 4.0.1 [cxf-xjc-utils]

2024-05-16 Thread via GitHub


dependabot[bot] closed pull request #81: Bump jakarta.xml.ws:jakarta.xml.ws-api 
from 3.0.1 to 4.0.1
URL: https://github.com/apache/cxf-xjc-utils/pull/81


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump com.sun.xml.messaging.saaj:saaj-impl from 3.0.3 to 3.0.4 [cxf]

2024-05-16 Thread via GitHub


dependabot[bot] opened a new pull request, #1878:
URL: https://github.com/apache/cxf/pull/1878

   Bumps com.sun.xml.messaging.saaj:saaj-impl from 3.0.3 to 3.0.4.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.sun.xml.messaging.saaj:saaj-impl&package-manager=maven&previous-version=3.0.3&new-version=3.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump jakarta.xml.ws:jakarta.xml.ws-api from 4.0.1 to 4.0.2 [cxf]

2024-05-16 Thread via GitHub


dependabot[bot] opened a new pull request, #1879:
URL: https://github.com/apache/cxf/pull/1879

   Bumps 
[jakarta.xml.ws:jakarta.xml.ws-api](https://github.com/jakartaee/jax-ws-api) 
from 4.0.1 to 4.0.2.
   
   Commits
   
   https://github.com/jakartaee/jax-ws-api/commit/a70d205a1030c6e248912b3165291414412a8652";>a70d205
 Update API version of jakarta.xml.ws:jakarta.xml.ws-api to 4.0.2
   https://github.com/jakartaee/jax-ws-api/commit/d7d8b27a8bc5498b7da34ddb168d0b81274769fb";>d7d8b27
 Update CP year in Holder.java
   https://github.com/jakartaee/jax-ws-api/commit/489177b7431de00f9638abdbb7811611badeb122";>489177b
 Revert "fix: serialization error due to non-transient variable inside 
seriali...
   https://github.com/jakartaee/jax-ws-api/commit/b80a3cffed131b4329798f40a70954794b1b4cf7";>b80a3cf
 fix: serialization error due to non-transient variable inside serializable 
class
   https://github.com/jakartaee/jax-ws-api/commit/fd63460ffad9c847c446bb103ca1d9d1d779c6ae";>fd63460
 minor code cleanup
   https://github.com/jakartaee/jax-ws-api/commit/47e553dfc2a3a34151ab13cf8c7315847e31";>47e553d
 Apply https://github.com/snippet";>@​snippet, fix 
typos, grammar
   https://github.com/jakartaee/jax-ws-api/commit/4379eb2163c7257104765b401fe05d5e755be53d";>4379eb2
 Update GH action build
   https://github.com/jakartaee/jax-ws-api/commit/43a487864fb12a372db4dfc13539bfaa5dff0cb0";>43a4878
 Update build plugins
   https://github.com/jakartaee/jax-ws-api/commit/917dc5ea8158e333a6b4612dc1f7506eb9ee2f28";>917dc5e
 Integrate xml-binding-api 4.0.2,
   https://github.com/jakartaee/jax-ws-api/commit/0135c8528ade88cfaae461ee253f725e3f49f5b0";>0135c85
 Merge pull request https://redirect.github.com/jakartaee/jax-ws-api/issues/217";>#217 
from jakartaee/4.0.1-RELEASE
   Additional commits viewable in https://github.com/jakartaee/jax-ws-api/compare/4.0.1...4.0.2";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.xml.ws:jakarta.xml.ws-api&package-manager=maven&previous-version=4.0.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: SpringWebUtils in CXF in TomEE

2024-05-16 Thread Romain Manni-Bucau
Hi Jon,

Does it happen in the following both cases:

* openejb.cxf.CxfContainerClassLoader is false
* cxf is in the webapp, tomee cxf services disabled and cxf packages
"forced-load"

?

If not it can just be to detect it in tomee and setup the webapp properly?

Le jeu. 16 mai 2024 à 23:25, Andriy Redko  a écrit :

> Hey Jonathan,
>
> This is quite an interesting issue, is it possible to share (or point out
> to an example) small reproducer project for this problem? I think I
> understand
> what is happening but don't have a clear fix for that to suggest at the
> moment.
>
> Thank you.
>
> Best Regards,
> Andriy Redko
>
> > Hi,
>
> > Firstly, thank you for all the amazing work you do in CXF. I participate
> in
> > the Apache TomEE project, which includes CXF to enable TomEE to provide
> > REST and SOAP based services.
>
> > We've had a slightly unusual problem crop up that specifically affects
> > applications that expose Jakarta REST endpoints (through the included CXF
> > in TomEE), and include the Spring Framework in the application's
> > WEB-INF/lib.
>
> > The exception we see is:
>
> > java.lang.NoClassDefFoundError:
> > org/springframework/web/filter/ServerHttpObservationFilter
> > at
> >
> org.apache.cxf.jaxrs.springmvc.SpringWebUtils.setHttpRequestURI(SpringWebUtils.java:51)
> > ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.cxf.jaxrs.utils.HttpUtils.setHttpRequestURI(HttpUtils.java:380)
> > ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.setExchangeProperties(JAXRSInInterceptor.java:246)
> > ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:183)
> > ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:78)
> > ~[cxf-rt-frontend-jaxrs-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
> > ~[cxf-core-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
> > ~[cxf-core-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
> > ~[cxf-rt-transports-http-4.0.4.jar:4.0.4]
> > at
> >
> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.doInvoke(CxfRsHttpListener.java:266)
> > ~[openejb-cxf-rs-9.1.3.jar:9.1.3]
> > at
> >
> org.apache.tomee.webservices.CXFJAXRSFilter.doFilter(CXFJAXRSFilter.java:99)
> > ~[tomee-jaxrs-9.1.3.jar:9.1.3]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> > ~[catalina.jar:10.0.27]
> > at
> > org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
> > ~[tomcat-websocket.jar:10.0.27]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> > ~[catalina.jar:10.0.27]
> > at
> org.apache.openejb.server.httpd.EEFilter.doFilter(EEFilter.java:67)
> > ~[openejb-http-9.1.3.jar:9.1.3]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
> > ~[spring-web-6.0.19.jar:6.0.19]
> > at
> >
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
> > ~[spring-web-6.0.19.jar:6.0.19]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
> > ~[spring-web-6.0.19.jar:6.0.19]
> > at
> >
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)
> > ~[spring-web-6.0.19.jar:6.0.19]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:185)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:158)
> > ~[catalina.jar:10.0.27]
> > at
> >
> org.springframework.boot.web.servlet.support.ErrorPageFilter.doFilter(ErrorPageFil