[jboss-user] [JBoss Seam] - Re: Conversation and Tree+Tab Layout with @End

tony.herstell@gmail.com do-not-reply at jboss.com
Sun Mar 11 20:17:07 EDT 2007


in pages.xml


  | <pages no-conversation-view-id="/mainmenu.xhtml">
  | 	<page view-id="/userCRUD.xhtml" timeout="300000">
  | 		Reason: #{cRUDUserController.mode} User ( #{user.username} )
  | 	</page>
  | 	<page view-id="/userConfirm.xhtml" timeout="300000">
  | 		Reason: Confirm #{cRUDUserController.mode} User
  | 		(#{user.username} )
  | 	</page>
  | 	<page view-id="/userRegistration.xhtml" timeout="300000">
  | 		Reason: Registration of new User
  | 	</page>
  | 
  | 	<page view-id="/organisationCRUD.xhtml" timeout="300000">
  | 		Reason: #{cRUDOrganisationController.mode} Organisation (
  | 		#{organisation.name} )
  | 	</page>
  | 	<page view-id="/organisationConfirm.xhtml" timeout="300000">
  | 		Reason: Confirm #{cRUDOrganisationController.mode} Organisation
  | 		(#{organisation.name} )
  | 	</page>
  | 
  | 	<page view-id="/upload.xhtml" timeout="300000">
  | 		Reason: Upload Image
  | 	</page>
  | 


  | @CacheConfig(idleTimeoutSeconds=1800)
  | @Stateful
  | @Name("findOrganisationController")
  | @Scope(ScopeType.SESSION)
  | 


web.xml

  |     <session-config>
  |   		<session-timeout>15</session-timeout>
  | 	</session-config>
  | 

It would take one of the main guys to explain properly what they do... I just added them as I was told to by Gavin. I don't think its in the Doco anywhere.

Summat about it timing after after the default session timeout in JBoss

:?

:/

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027011#4027011

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027011



More information about the jboss-user mailing list