legacy-knowledge-base
公開されました Jul. 2, 2025

構造体の中で特定の単語を使用すると「TemplateNodeをjava.lang.Stringにキャストできない」エラーが発生する。

written-by

István Gergely-Tárnoki

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

問題

  • typeというフィールドを持ち、詳細設定で参照されている構造体があります。
  • プレビューしようとすると、ログに上記のような例外が表示されます。

Environment

  • Liferay DXP 7.4

解決策

  • 予約されているキーワードがあるため、現在の動作は想定内です:
    • "名前"
    • "データ"
    • "オプション"
    • "種類"
    • "属性"
    • "オプションマップ"
  • LPS-157183 、誰かが言及されたキーワードを使用して構造を保存しようとしたときに警告メッセージを表示するようにしました。
  • すでに構造体をお持ちで、そのキーワードをフィールド名として使用している場合、すでに作られた構造体とテンプレートの整合性を損なうことなく解決することはできませんので、ご注意ください。
  • 現在、手動またはお客様の環境に合わせてカスタマイズしたスクリプトで修正する必要があります。
did-this-article-resolve-your-issue

legacy-knowledge-base