[jboss-user] [JBoss Seam] - Re: Class type issue
lcoetzee
do-not-reply at jboss.com
Wed Jul 11 05:02:37 EDT 2007
I have made some progress with your suggestion.. (e.g. implemented a facelets function). Unfortunately the getEntityClass returns the base class and not the inherited class.. e.g
| Executing deproxy on csir.structure.par.Topic_$$_javassist_226 -->csir.structure.par.Topic
In this case the deproxy should have shown
| Executing deproxy on csir.structure.par.Topic_$$_javassist_226 -->csir.structure.par.CMSTopic
Any idea of how to get the inherited type out of the proxied class ?
Thanks
L
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062856#4062856
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062856
More information about the jboss-user
mailing list