[jboss-user] [JBoss Seam] - getClass() inside of seam component constructor
mgrouch
do-not-reply at jboss.com
Thu Jul 26 15:25:42 EDT 2007
I print out getClass() value in a constructor of a seam bean and
it is printed twice with different values.
Two questions why is constructor invoked twice and why getClass values are different each time?
[java] 15:16:41,684 ERROR [STDERR] ------ getClass() class com.test.portal.web.common.CountryBean
[java] 15:16:41,700 ERROR [STDERR] ------ getClass() class com.test.portal.web.common.CountryBean_$$_javassist_53
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067976#4067976
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067976
More information about the jboss-user
mailing list