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

オブジェクトのリストをjsonパラメータとして渡すとNoSuchMethodExceptionが発生する。

written-by

Zalán Szakolci

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

問題

  • あるサービスがオブジェクトのリストを期待していて、LiferayのJSON-WS UIでJSON文字列として渡したいとき、 NoSuchMethodExceptionで返されます。 文字列の例は、
    です。
    [{
    "+simplefoo": "poc.db.model.impl.SimpleFooImpl",
    "uuid": "23a91bec-bdae-783f-0825-b3176546a0e9",
    "simpleFooId": 1234,
    "field1": "randomstring",
    "field2": "false",
    "field3": 155231223630625
    }, {
    "+simplefoo": "poc.db.model.impl.SimpleFooImpl",
    "uuid": "asdf1bec-bdae-783f-0825-b3176546a0e9",
    "simpleFooId": 123,
    "field1": "otherrandomstring",
    "field2": "false",
    "field3": 155231223630625
    }]

環境

  • Liferay DXP 7.0+

解像度

  • LPS-97902を含むHotfixの構築については、Liferayサポートにお問い合わせください。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base