Re: [appfuse-user] question on cluster environment

2008-10-17 Thread Heath Eldeen
On my tomcat clustered setup I have each tomcat server setup to append the hostname to the session id (i.e. a session id on host server1 is "abc123.server1"). I'm not familiar w/ websphere but it should have similar capabilities. Heath On Wed, Oct 15, 2008 at 8:06 AM, Ding, Qin <[EMAIL PROTECTED]

Re: [appfuse-user] jsf many-to-one save problem in appfuse2.0.2

2008-10-17 Thread sudhakargupta
please check this link just remove the insertable and updatable tags from the model class to the many-to-one mapping http://www.nabble.com/SQL-does-not-store-FK-when-implementing-OneToMany-relationship.-td18560099s2369.html#a18560099 sudhakargupta wrote: > > Hi, > > > i am using appfuse2

[appfuse-user] jsf many-to-one save problem in appfuse2.0.2

2008-10-17 Thread sudhakargupta
Hi, i am using appfuse2.0.2-jsf and i am working with the many-to-one relationship in jsf with the user, in this one one user can have many contactDetails so, he will add or edit the contactDetails. i have a problem at the time of saving it doesn't add the userId in the database can u help me