From jira-events at lists.jboss.org Mon Mar 30 11:26:24 2009 Content-Type: multipart/mixed; boundary="===============3028506166045742567==" MIME-Version: 1.0 From: Alexander Dubovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-6649) ExtendedDataTable: infinite loop in facelets. Date: Mon, 30 Mar 2009 11:26:24 -0400 Message-ID: <27883526.1238426784458.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 828730.1238426783797.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3028506166045742567== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-6649?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Alexander Dubovsky updated RF-6649: ----------------------------------- Attachment: log.txt > ExtendedDataTable: infinite loop in facelets. > --------------------------------------------- > > Key: RF-6649 > URL: https://jira.jboss.org/jira/browse/RF-6649 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.3.0, 3.3.1 > Environment: facelets > RF-3.3.0.GA, 3.3.1.BETA2 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Attachments: log.txt > > > Source: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > width=3D"830px" id=3D"table"> > style=3D"text-align:center"> > > > > > > sortBy=3D"#{items.model}" sortable=3D"true"> > > > > > > > > > > > > > # Open page. Try to sort the 2th column. > Result: infinite loop. Following error in a4j:log - > error[18:15:04,551]: Error parsing XML > error[18:15:04,551]: Parse Error: XML Parsing Error: undefined entity Loc= ation... > Full log is attached. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============3028506166045742567==-- From jira-events at lists.jboss.org Mon Mar 30 11:26:24 2009 Content-Type: multipart/mixed; boundary="===============8052374748350680121==" MIME-Version: 1.0 From: Alexander Dubovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-6649) ExtendedDataTable: infinite loop in facelets. Date: Mon, 30 Mar 2009 11:26:23 -0400 Message-ID: <828730.1238426783797.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============8052374748350680121== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ExtendedDataTable: infinite loop in facelets. --------------------------------------------- Key: RF-6649 URL: https://jira.jboss.org/jira/browse/RF-6649 Project: RichFaces Issue Type: Bug Affects Versions: 3.3.0, 3.3.1 Environment: facelets RF-3.3.0.GA, 3.3.1.BETA2 Reporter: Alexander Dubovsky Assignee: Nick Belaevski Attachments: log.txt Source: # Open page. Try to sort the 2th column. Result: infinite loop. Following error in a4j:log - error[18:15:04,551]: Error parsing XML error[18:15:04,551]: Parse Error: XML Parsing Error: undefined entity Locat= ion... Full log is attached. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8052374748350680121==-- From jira-events at lists.jboss.org Mon Apr 6 12:29:22 2009 Content-Type: multipart/mixed; boundary="===============3192364319229666932==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-6649) ExtendedDataTable: infinite loop in facelets. Date: Mon, 06 Apr 2009 12:29:22 -0400 Message-ID: <20913074.1239035362499.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 828730.1238426783797.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3192364319229666932== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-6649?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski resolved RF-6649. -------------------------------- Fix Version/s: 3.3.1 Resolution: Done > ExtendedDataTable: infinite loop in facelets. > --------------------------------------------- > > Key: RF-6649 > URL: https://jira.jboss.org/jira/browse/RF-6649 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.3.0, 3.3.1 > Environment: facelets > RF-3.3.0.GA, 3.3.1.BETA2 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Fix For: 3.3.1 > > Attachments: log.txt > > > Source: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > width=3D"830px" id=3D"table"> > style=3D"text-align:center"> > > > > > > sortBy=3D"#{items.model}" sortable=3D"true"> > > > > > > > > > > > > > # Open page. Try to sort the 2th column. > Result: infinite loop. Following error in a4j:log - > error[18:15:04,551]: Error parsing XML > error[18:15:04,551]: Parse Error: XML Parsing Error: undefined entity Loc= ation... > Full log is attached. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============3192364319229666932==-- From jira-events at lists.jboss.org Mon Apr 6 12:29:23 2009 Content-Type: multipart/mixed; boundary="===============8857676786488879472==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-6649) ExtendedDataTable: infinite loop in facelets. Date: Mon, 06 Apr 2009 12:29:22 -0400 Message-ID: <33342816.1239035362954.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 828730.1238426783797.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8857676786488879472== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-6649?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski reassigned RF-6649: ---------------------------------- Assignee: Alexander Dubovsky (was: Nick Belaevski) > ExtendedDataTable: infinite loop in facelets. > --------------------------------------------- > > Key: RF-6649 > URL: https://jira.jboss.org/jira/browse/RF-6649 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.3.0, 3.3.1 > Environment: facelets > RF-3.3.0.GA, 3.3.1.BETA2 > Reporter: Alexander Dubovsky > Assignee: Alexander Dubovsky > Fix For: 3.3.1 > > Attachments: log.txt > > > Source: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > width=3D"830px" id=3D"table"> > style=3D"text-align:center"> > > > > > > sortBy=3D"#{items.model}" sortable=3D"true"> > > > > > > > > > > > > > # Open page. Try to sort the 2th column. > Result: infinite loop. Following error in a4j:log - > error[18:15:04,551]: Error parsing XML > error[18:15:04,551]: Parse Error: XML Parsing Error: undefined entity Loc= ation... > Full log is attached. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8857676786488879472==-- From jira-events at lists.jboss.org Wed Apr 15 05:50:28 2009 Content-Type: multipart/mixed; boundary="===============4108762854787163471==" MIME-Version: 1.0 From: Alexander Dubovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-6649) ExtendedDataTable: infinite loop in facelets. Date: Wed, 15 Apr 2009 05:50:25 -0400 Message-ID: <25385081.1239789025111.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 828730.1238426783797.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4108762854787163471== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-6649?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Alexander Dubovsky closed RF-6649. ---------------------------------- Assignee: Nick Belaevski (was: Alexander Dubovsky) Verified > ExtendedDataTable: infinite loop in facelets. > --------------------------------------------- > > Key: RF-6649 > URL: https://jira.jboss.org/jira/browse/RF-6649 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.3.0, 3.3.1 > Environment: facelets > RF-3.3.0.GA, 3.3.1.BETA2 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Fix For: 3.3.1 > > Attachments: log.txt > > > Source: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > width=3D"830px" id=3D"table"> > style=3D"text-align:center"> > > > > > > sortBy=3D"#{items.model}" sortable=3D"true"> > > > > > > > > > > > > > # Open page. Try to sort the 2th column. > Result: infinite loop. Following error in a4j:log - > error[18:15:04,551]: Error parsing XML > error[18:15:04,551]: Parse Error: XML Parsing Error: undefined entity Loc= ation... > Full log is attached. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============4108762854787163471==--