I am running Magnolia 5.4 using Java 1.7.91 and tomcat 7. I have the following repository: /abc /book (> 20,000 nodes) /subject (~100 nodes) /series (~900 nodes)
I have apps that extend magnolia ContentApp to view “Subject and “Series”. The subject can be linked to the series. The subject detail app form has Link field that points to the Series app. I can select the Series from Link field in the Subject app but there are two issues: 1. After selecting the Series from the Subject link field” 3-4 times JVM crashes and Magnolis instance stops 2. It takes more than 10 sec to display “series dialog” from subject link field I traced the issue to the following code line in ContentApp.java (ensureChooseDialogField method) : ConfiguredChooseDialogDefinition chooseDialogDefinition = (ConfiguredChooseDialogDefinition) cloner.deepClone(definition); After I commented out above code line, the JVM no longer crashes and “series” dialog displays in 2 sec instead of more than 10 sec. Have anyone had this issue? What are side effects of removing deepClone call? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=d60a8a50-0b17-430a-9547-7c81fcb6c8d8 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------