Hello,
I created a project using seamgen and generate-entities.
The CRUD pages are correctly generated but I have a slight problem.
When I create a new Entity using the form, I can select the ManyToOne objects defined in the database schema, using the rich:datatable located under the form.
But If I do that (change page, select my object, come back) all the data previously typed in the form is lost.
Is there a way to avoid this ?
Thanks for any help on this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072009#4072009
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072009
There are a good many number of reasons why nodes don't form a cluster, only a handful of them relating to JBoss Cache. We'd need a lot more informtion than this. Do you have any logs of what happens when a node attempts to join the cluster? Specific stuff to look for would be JGroups messages about joining the cluster. Set your log level for org.jboss.cache to DEBUG and org.jgroups to INFO.
Cheers
Manik
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072006#4072006
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072006
Where do you specify the path of jaas config file in Jboss??
my jaas.config file is
loginmodule1 {
JaasLoginModule required;
};
I had this working in Tomcat by specifying " JAVA_OPTS=-Djava.security.auth.login.config="$CATALINA_HOME"/conf/jaas.config " in catalina.sh. But i dont know where to specify this in Jboss?
I tried including " JAVA_OPTS=-Djava.security.auth.login.config=$JBOSS_HOME/jaas.config ", but i was getting this error
ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files
java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found
thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072001#4072001
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072001