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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to