[jboss-user] [JBoss Seam] - Re: Ajax4jsf UnboundedFifoBuffer

asookazian do-not-reply at jboss.com
Tue Oct 9 16:19:51 EDT 2007


I reproduced the exception:


  | Exception during request processing: javax.servlet.ServletException: org.apache.commons.collections.UnboundedFifoBuffer
  | 

in a Seam app using JBoss 4.0.5.GA and Seam 1.2.1.GA by adding the following to my build.xml for a seam-gen'd app:


  | <copy todir="${war.dir}/WEB-INF/lib">
  |                         <fileset dir="${lib.dir}">
  |                                 <include name="ajax4jsf*.jar" />
  |                                 <include name="richfaces*.jar" />
  |                                 <include name="oscache*.jar" />
  |                                 <include name="jsf-facelets.jar" />
  |                                 <include name="jboss-seam-*.jar" />
  |                         		<!-- include commons-*.jar files for JSF 1.2 -->
  |                         	    <!--
  | 	                        	<include name="commons-digester-*.jar"/>
  | 	                        	<include name="commons-beanutils-*.jar"/>
  | 	                        	-->
  |                                 <exclude name="jboss-seam-gen.jar" />
  |                        
  | 

Commenting the commons*.jar lines as above fixed it...

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

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



More information about the jboss-user mailing list