@@ -42,7 +42,7 @@ public static List<ComponentProperties> getPageListInfo(WCMUsePojo wcmUsePojoMod
4242 return getPageListInfo (wcmUsePojoModel , pageManager , resourceResolver , paths , DEFAULT_LIST_DETAILS_SUFFIX , DEFAULT_LIST_PAGE_CONTENT );
4343
4444 } catch (Exception ex ) {
45- LOGGER .error ("getPageListInfo(WCMUsePojo) could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
45+ LOGGER .error ("getPageListInfo(WCMUsePojo) /A1 -> A2 could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
4646 }
4747
4848 return new ArrayList <>();
@@ -73,7 +73,7 @@ public static List<ComponentProperties> getPageListInfo(WCMUsePojo wcmUsePojoMod
7373 return getPageListInfo (wcmUsePojoModel , pageManager , resourceResolver , paths , componentNames , pageRoots , null , false );
7474
7575 } catch (Exception ex ) {
76- LOGGER .error ("getPageListInfo(WCMUsePojo) could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
76+ LOGGER .error ("getPageListInfo(WCMUsePojo) A2 -> A3 could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
7777 }
7878
7979 return new ArrayList <>();
@@ -104,7 +104,7 @@ public static List<ComponentProperties> getPageListInfo(WCMUsePojo wcmUsePojoMod
104104 return getPageListInfo (getContextObjects (wcmUsePojoModel ), pageManager , resourceResolver , paths , componentNames , pageRoots , null , false );
105105
106106 } catch (Exception ex ) {
107- LOGGER .error ("getPageListInfo(WCMUsePojo) could not read required objects: {},error={},pageManager={},resourceResolver={},pageList={},detailsComponentName={},pageRoots={}" ,wcmUsePojoModel , ex , pageManager , resourceResolver , paths , componentNames , pageRoots );
107+ LOGGER .error ("getPageListInfo(WCMUsePojo) A3 could not read required objects: {},error={},pageManager={},resourceResolver={},pageList={},detailsComponentName={},pageRoots={}" ,wcmUsePojoModel , ex , pageManager , resourceResolver , paths , componentNames , pageRoots );
108108 }
109109
110110 return new ArrayList <>();
@@ -155,7 +155,7 @@ public static List<ComponentProperties> getPageListInfo(WCMUsePojo wcmUsePojoMod
155155 return getPageListInfo (wcmUsePojoModel , pageManager , resourceResolver , pageList , DEFAULT_LIST_DETAILS_SUFFIX , DEFAULT_LIST_PAGE_CONTENT );
156156
157157 } catch (Exception ex ) {
158- LOGGER .error ("getPageListInfo(WCMUsePojo) could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
158+ LOGGER .error ("getPageListInfo(WCMUsePojo) B1 -> B2 could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
159159 }
160160
161161 return new ArrayList <>();
@@ -190,7 +190,7 @@ public static List<ComponentProperties> getPageListInfo(WCMUsePojo wcmUsePojoMod
190190 return getPageListInfo (wcmUsePojoModel , pageManager , resourceResolver , pageList , detailsComponentName , pageRoots , null , false );
191191
192192 } catch (Exception ex ) {
193- LOGGER .error ("getPageListInfo(WCMUsePojo) could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
193+ LOGGER .error ("getPageListInfo(WCMUsePojo) B2 -> B3 could not read required objects: {}, error: {}" , wcmUsePojoModel , ex );
194194 }
195195
196196 return new ArrayList <>();
@@ -205,7 +205,7 @@ public static List<ComponentProperties> getPageListInfo(PageContext pageContext,
205205 return getPageListInfo (pageContext , pageManager , resourceResolver , pageList , detailsComponentName , pageRoots , null , false );
206206
207207 } catch (Exception ex ) {
208- LOGGER .error ("getPageListInfo(PageContext) could not read required objects" , ex );
208+ LOGGER .error ("getPageListInfo(PageContext) B2 -> B3 could not read required objects" , ex );
209209 }
210210
211211 return new ArrayList <>();
@@ -222,7 +222,7 @@ public static List<ComponentProperties> getPageListInfo(WCMUsePojo wcmUsePojoMod
222222 return getPageListInfo (getContextObjects (wcmUsePojoModel ), pageManager , resourceResolver , pageList , detailsComponentName , pageRoots , null , false );
223223
224224 } catch (Exception ex ) {
225- LOGGER .error ("getPageListInfo(WCMUsePojo) could not read required objects: {},error={},pageManager={},resourceResolver={},pageList={},detailsComponentName={},pageRoots={}" ,wcmUsePojoModel , ex , pageManager , resourceResolver , pageList , detailsComponentName , pageRoots );
225+ LOGGER .error ("getPageListInfo(WCMUsePojo) B3 could not read required objects: {},error={},pageManager={},resourceResolver={},pageList={},detailsComponentName={},pageRoots={}" ,wcmUsePojoModel , ex , pageManager , resourceResolver , pageList , detailsComponentName , pageRoots );
226226 }
227227
228228 return new ArrayList <>();
@@ -237,7 +237,7 @@ public static List<ComponentProperties> getPageListInfo(PageContext pageContext,
237237 return getPageListInfo (getContextObjects (pageContext ), pageManager , resourceResolver , pageList , detailsComponentName , pageRoots , null , false );
238238
239239 } catch (Exception ex ) {
240- LOGGER .error ("getPageListInfo(PageContext) could not read required objects" , ex );
240+ LOGGER .error ("getPageListInfo(PageContext) B3 could not read required objects" , ex );
241241 }
242242
243243 return new ArrayList <>();
0 commit comments