[jboss-user] [JBoss Seam] - Re: [NamespaceScanner] Cannot load package

martin.krajci do-not-reply at jboss.com
Tue Sep 11 06:38:37 EDT 2007


I just realized that fore core components the configuration is not working either. Only thing that is working is:

	<component name="org.jboss.seam.core.manager">
  |         <!-- half second wait for conversation lock on concurrent requests -->
  |         <property name="concurrentRequestTimeout">500</property>
  |         <!-- 20 minutes conversation timeout -->
  |         <property name="conversationTimeout">1200000</property>
  |         <property name="conversationIdParameter">cid</property>
  |         <property name="conversationIsLongRunningParameter">clr</property>
  |     </component>

That doesn't have any namespace.

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

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



More information about the jboss-user mailing list