[jboss-user] [JBoss Seam] - Using @PerNestedConversation

2007-12-22 Thread voreichel
Hi all, What's the intention of marking a component with @PerNestedConversation? To my understanding @PerNestedConversation allows a nested conversation to see an instance of the marked component having the values at the time the nested conversation was created. So any modification of the pare

[jboss-user] [JBoss Seam] - Re: seam-gen 'generate-entities' generates invalid code for

2007-11-15 Thread voreichel
Max you pointed me into another direction which helped me to find the reason for this unexpected behavior. It seams as if seam-gen / hibernatetools cannot handle table names having the following format: a single character followed by underscore '_' followed by any other character sequence.

[jboss-user] [JBoss Seam] - Re: seam-gen 'generate-entities' generates invalid code for

2007-11-15 Thread voreichel
I did some more research and have a theory what is happening: The error message tell us that 'tUser' is not a property of TUserList. When I change the getter to gettUser it is working. So I conclude BeanELResolver just concats 'get' + 'tUser' and does not obey the rules how to map property names t

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-15 Thread voreichel
"nharrison" wrote : I've made further progress now. Here is what I've found. | | 2. The error in my first post is solved by configuring the SApplicationsList EntityQuery object instead of using the generated EntityQuery subclass. | | | What do you mean by "configuring the SApplica

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-15 Thread voreichel
I think this is related to http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123682 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104865#4104865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104865 _

[jboss-user] [JBoss Seam] - Re: seam-gen 'generate-entities' generates invalid code for

2007-11-15 Thread voreichel
I think this is related with http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104865#4104865 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104866#4104866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104866

[jboss-user] [JBoss Seam] - seam-gen 'generate-entities' generates invalid code for tabl

2007-11-14 Thread voreichel
Using seam-gen 'generate-entities' to generate a CRUD application from an existing PostgreSQL database does not generate working code. I have the follwing two tables in my database: Table t_user | CREATE TABLE t_user | ( | email character varying(255) NOT NULL, | firstname character