[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-22 Thread petemuir
I can't replicate this, so I need a test case View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030615#4030615 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030615 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-22 Thread dustismo
I attached simple setup to the jira item. Hopefully you will be able to replicate the problem. If you need anything else let me know. Thanks, Dustin http://jira.jboss.com/jira/browse/JBSEAM-1057 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030757#4030757

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-22 Thread quilleashm
I've just had a similar problem. I have a value binding on a selectOneMenu to a hibernate nested object. I use a converter to convert a hibernate entity to class + id string and back again. During the rendering of the menu item the JSF renderer tries to match the current selected value to

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-22 Thread petemuir
Mike, that sounds unrelated to this problem (this was due to Hibernate lazy association proxies). If it's a Seam proxy, you can call org.jboss.seam.util.Proxy.deproxy(clazz) to get it's original class. View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-19 Thread petemuir
If you can easily create a testcase for me it would be great. Otherwise, I'll try to replicate the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029253#4029253 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-16 Thread dustismo
Thanks for the help, but the newest CVS version didn't help. Here is the menuBarHome class: | @Name(menuBarHome) | public class MenuBarHome extends EntityHomeMenuBar { | | private static final long serialVersionUID = -8414974539559465106L; | | @In (required=true) |

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-15 Thread petemuir
Can you post the whole stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028609#4028609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028609 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-15 Thread dustismo
Full stack trace: | 17:05:37,181 ERROR [ExceptionFilter] uncaught exception | javax.servlet.ServletException: Unknown entity: net.infofilter.model.MenuBarType_$$_javassist_75 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) | at

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-15 Thread petemuir
Can you post the code for menuBarHome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028616#4028616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028616 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-15 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-1057 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028627#4028627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028627 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-15 Thread petemuir
I've put a fix in CVS, please test for me (as I'm unable to reproduce I'm not sure whether it works...) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4028632#4028632 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028632