Seam

For one of our clients, I am trying to test a seam application so that the session time out is 24 hours across Seam, Tomact and Apache. However, with my current settings, the error mentioned above is thrown before 24 hours have passed between sucessive visits to the application. I altered the folowing values:

 

connectionTimeout="86400000" in server.xml  (mili seconds, equals 24 hours)

conversation-timeout="86400000" in components.xml (mili seconds, equals 24 hours)

<session-timeout>1440 in web.xml (minutes, equals 24 hours)

 

worker.node1.socket_timeout=86400  in worker.properties for mod_jk (seconds, equals 24 hours)

 

<max-bean-life>86400</max-bean-life> in standardjbosss.xml

 

Does anyone see a problem here?

shlomo 25/06/2009 - 09:47

Can someone recommend on any of the following libs:

BlazeDS, Exadel  Flamingo, GraniteD or any similar.

 

I'm trying to find out the best way to integrate a seam application with flex.

 

thanks!

 

 

gad 26/01/2010 - 13:34

A study which focus on these three Application Frameworks from different perspectives like What companies are looking for, What is the future trend? etc.

http://completeopensource.blogspot.com/2009/04/open-spurce-application-f...

lior.kanfi 22/06/2009 - 14:06

Say you want to build a web application and you want to use Seam for integrating standard technologies like JSF and EJB. Furthermore, you want to use the power of Maven to build your project for different environments, on different systems (like you continuous build system) and use its' rich reporting features to get an overview of the code quality of your project. And of course you want to use a good IDE, like Eclipse with JBoss tools to aid you in development. How does one go about setting up all these things?

 

Read more at http://blog.xebia.com/2009/06/06/configuring-a-seam-ejb-project-for-deve...

 

 

lior.kanfi 08/06/2009 - 09:12

Second part of the "using Wicket with Seam" short series, including:

  • Security
  • Conversations and Validations
  • Bijection
  • Other stuff

 

zvika 17/10/2008 - 16:30

This HowTo describes a way to integrate Seam, Spring and jBPM in order to use the same Hibernate SessionFactory in both Spring and jBPM (and of course, Seam).

admin 10/08/2008 - 16:55

Metawidget, the library that lets you generate a user interface from your domain objects,the Java Server Faces (JSF) Metawidget now supports the popular Facelets framework.

There's a refrence in the article to using metawidget with seam

hila 12/05/2008 - 11:52
Syndicate content