From jira-events at lists.jboss.org Tue Jun 23 05:17:29 2009 Content-Type: multipart/mixed; boundary="===============3630156302638863665==" MIME-Version: 1.0 From: Gino Miceli (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4261) When an @Unwrap annotated method returns null, JSF EL returns the wrapper itself Date: Tue, 23 Jun 2009 05:04:08 -0400 Message-ID: <29755542.1245747848309.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============3630156302638863665== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable When an @Unwrap annotated method returns null, JSF EL returns the wrapper i= tself ---------------------------------------------------------------------------= ----- Key: JBSEAM-4261 URL: https://jira.jboss.org/jira/browse/JBSEAM-4261 Project: Seam Issue Type: Bug Components: Core Affects Versions: 2.1.2.GA Reporter: Gino Miceli Seam component: @Name("test") public class Wrapper { @Unwrap public String getAString() { return null; } } JSF page: = Unwrap test #{empty test ? 'test is null' : test.class.name} = = = Outputs = = Wrapper_$$_javassist_seam_2 = This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. Similar to JBSEAM-283 -- = 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 --===============3630156302638863665==-- From jira-events at lists.jboss.org Tue Jun 23 05:19:26 2009 Content-Type: multipart/mixed; boundary="===============8034009468435920369==" MIME-Version: 1.0 From: Gino Miceli (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4261) When an @Unwrap annotated method returns null, JSF EL returns the wrapper itself Date: Tue, 23 Jun 2009 05:05:57 -0400 Message-ID: <29426518.1245747957060.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 29755542.1245747848309.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8034009468435920369== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4261?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Gino Miceli updated JBSEAM-4261: -------------------------------- Description: = Seam component: @Name("test") public class Wrapper { @Unwrap public String getAString() { return null; } } JSF page: = #{empty test ? 'test is null' : test.class.name} = = = Outputs = = Wrapper_$$_javassist_seam_2 = This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. was: Seam component: @Name("test") public class Wrapper { @Unwrap public String getAString() { return null; } } JSF page: = #{empty test ? 'test is null' : test.class.name} = = = Outputs = = Wrapper_$$_javassist_seam_2 = This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. Similar to JBSEAM-283 > When an @Unwrap annotated method returns null, JSF EL returns the wrapper= itself > -------------------------------------------------------------------------= ------- > > Key: JBSEAM-4261 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4261 > Project: Seam > Issue Type: Bug > Components: Core > Affects Versions: 2.1.2.GA > Reporter: Gino Miceli > > Seam component: > @Name("test") > public class Wrapper { > @Unwrap > public String getAString() { > return null; > } > } > JSF page: > = > > > #{empty test ? 'test is null' : test.class.name} > > = > = > = > Outputs = > = > Wrapper_$$_javassist_seam_2 = > This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. -- = 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 --===============8034009468435920369==-- From jira-events at lists.jboss.org Tue Jun 23 05:19:27 2009 Content-Type: multipart/mixed; boundary="===============0509512790806125972==" MIME-Version: 1.0 From: Gino Miceli (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4261) When an @Unwrap annotated method returns null, JSF EL returns the wrapper itself Date: Tue, 23 Jun 2009 05:05:56 -0400 Message-ID: <25245975.1245747956564.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 29755542.1245747848309.JavaMail.jira@cloud.prod.atl2.jboss.com --===============0509512790806125972== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4261?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Gino Miceli updated JBSEAM-4261: -------------------------------- Description: = Seam component: @Name("test") public class Wrapper { @Unwrap public String getAString() { return null; } } JSF page: = #{empty test ? 'test is null' : test.class.name} = = = Outputs = = Wrapper_$$_javassist_seam_2 = This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. Similar to JBSEAM-283 was: Seam component: @Name("test") public class Wrapper { @Unwrap public String getAString() { return null; } } JSF page: = Unwrap test #{empty test ? 'test is null' : test.class.name} = = = Outputs = = Wrapper_$$_javassist_seam_2 = This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. Similar to JBSEAM-283 > When an @Unwrap annotated method returns null, JSF EL returns the wrapper= itself > -------------------------------------------------------------------------= ------- > > Key: JBSEAM-4261 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4261 > Project: Seam > Issue Type: Bug > Components: Core > Affects Versions: 2.1.2.GA > Reporter: Gino Miceli > > Seam component: > @Name("test") > public class Wrapper { > @Unwrap > public String getAString() { > return null; > } > } > JSF page: > = > > > #{empty test ? 'test is null' : test.class.name} > > = > = > = > Outputs = > = > Wrapper_$$_javassist_seam_2 = > This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. > Similar to JBSEAM-283 -- = 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 --===============0509512790806125972==-- From jira-events at lists.jboss.org Tue Jun 23 05:35:18 2009 Content-Type: multipart/mixed; boundary="===============6390623573920547052==" MIME-Version: 1.0 From: Gino Miceli (JIRA) To: seam-issues at lists.jboss.org Subject: [jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-4261) When an @Unwrap annotated method returns null, JSF EL returns the wrapper itself Date: Tue, 23 Jun 2009 05:21:56 -0400 Message-ID: <31118706.1245748916404.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 29755542.1245747848309.JavaMail.jira@cloud.prod.atl2.jboss.com --===============6390623573920547052== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBSEAM-4261?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Gino Miceli updated JBSEAM-4261: -------------------------------- Affects Version/s: 2.1.1.GA 2.1.0.GA Description: = Seam component: @Name("test") public class Wrapper { @Unwrap public String getAString() { return null; } } JSF page: = #{empty test ? 'test is null' : test.class.name} = = = Outputs = = Wrapper_$$_javassist_seam_2 = Confirmed in 2.1.2.GA, 2.1.1.GA and 2.1.0.GA was: Seam component: @Name("test") public class Wrapper { @Unwrap public String getAString() { return null; } } JSF page: = #{empty test ? 'test is null' : test.class.name} = = = Outputs = = Wrapper_$$_javassist_seam_2 = This behavior appeared after updating from 2.1.1.GA to 2.1.2.GA. > When an @Unwrap annotated method returns null, JSF EL returns the wrapper= itself > -------------------------------------------------------------------------= ------- > > Key: JBSEAM-4261 > URL: https://jira.jboss.org/jira/browse/JBSEAM-4261 > Project: Seam > Issue Type: Bug > Components: Core > Affects Versions: 2.1.0.GA, 2.1.1.GA, 2.1.2.GA > Reporter: Gino Miceli > > Seam component: > @Name("test") > public class Wrapper { > @Unwrap > public String getAString() { > return null; > } > } > JSF page: > = > > > #{empty test ? 'test is null' : test.class.name} > > = > = > = > Outputs = > = > Wrapper_$$_javassist_seam_2 = > Confirmed in 2.1.2.GA, 2.1.1.GA and 2.1.0.GA -- = 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 --===============6390623573920547052==--