legacy-knowledge-base
公開されました Sep. 10, 2025

How to check cxf-core jar version?

written-by

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

Issue

  • How can users check the cxf-core jar version in DXP? 

Environment

  • Liferay DXP [All versions/updates]

Resolution

  • To verify the version of org.apache.cxf, use the following command in the gogo shellss -s | grep org.apache.cxf. 
  • The output should be as follows:
    1025 ACTIVE      org.apache.cxf.cxf-rt-frontend-jaxws_3.5.9
    1026 ACTIVE org.apache.cxf.cxf-rt-frontend-simple_3.5.9
    1027 ACTIVE org.apache.cxf.cxf-rt-ws-policy_3.5.9
    1281 ACTIVE org.apache.cxf.cxf-core_3.5.9
    1282 ACTIVE org.apache.cxf.cxf-rt-bindings-soap_3.5.9
    1283 ACTIVE org.apache.cxf.cxf-rt-bindings-xml_3.5.9
    1284 ACTIVE org.apache.cxf.cxf-rt-databinding-jaxb_3.5.9
    1285 ACTIVE org.apache.cxf.cxf-rt-frontend-jaxrs_3.5.9
    1286 ACTIVE org.apache.cxf.cxf-rt-rs-client_3.5.9
    1287 ACTIVE org.apache.cxf.cxf-rt-rs-sse_3.5.9
    1288 ACTIVE org.apache.cxf.cxf-rt-security_3.5.9
    1289 ACTIVE org.apache.cxf.cxf-rt-transports-http_3.5.9
    1290 ACTIVE org.apache.cxf.cxf-rt-wsdl_3.5.9
    1291 ACTIVE org.apache.cxf.cxf-tools-common_3.5.9
    1292 ACTIVE org.apache.cxf.cxf-tools-validator_3.5.9

Additional Information

  • Please submit a help center ticket if more information is required on this subject. 
did-this-article-resolve-your-issue

legacy-knowledge-base