こんにちは、
Jsonリストを変換したいサーブレットがあります。
私は次のコードを使用します
List<Reunion> lista_reuniones = facadeReunion.getServidoresTareas();
JSONArray mJSONArray = JSONArray.fromObject(lista_reuniones);
lista_reunionにタイプReunionのオブジェクトを格納します
コードを実行すると、次のエラーが発生します。
重大:Servlet.service()パラサーブレットreunionServletlanzóexcepciónnet.sf.json.JSON例外:階層にサイクルがあります!net.sf.json.util.CycleDetectionStrategy $ StrictCycleDetectionStrategy.handleRepeatedReferenceAsObject(CycleDetectionStrategy.java:97)at net.sf.json.JSONObject._fromBean(JSONObject.java:857)at net.sf.json.JSONObject.fromObject(JSONObject .java:192)at net.sf.json.JSONObject._processValue(JSONObject.java:2774)at net.sf.json.JSONObject._setInternal(JSONObject.java:2798)at net.sf.json.JSONObject.setValue( JSONObject.java:1507)at net.sf.json.JSONObject._fromBean(JSONObject.java:940)at net.sf.json.JSONObject.fromObject(JSONObject.java:192)at net.sf.json.JSONArray._processValue (JSONArray.java:2557)at net.sf.json.JSONArray.processValue(JSONArray.java:
問題がどこにあるか知っていますか?それが助けになるなら、データベースの図は次のとおりです。
どうも