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

2007-10-09 Thread asookazian
so what is the official fix to the UnboundedFifoBuffer exception?  I'm 
getting this as well after migrating the Seam booking app from 4.0.5.GA to 
4.2.1.GA with Seam 1.2.1.GA.  It happens when I'm entering data into the 
inputText fields in the register use case screen.

I read this entire thread and recall Pete Muir stating that we should use Seam 
1.3 with Jboss 4.2 but as far as I know, Seam 1.3 is in alpha.

Our corporate direction it to use JBoss 4.2.1.GA, so what's the recommendation 
here??

also, how do I access the CVS trunk?  is it the same as the following?:

http://snapshots.jboss.org/maven2/

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4093173#4093173

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093173
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-10-09 Thread asookazian
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=bbop=viewtopicp=4093198#4093198

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093198
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-10-09 Thread [EMAIL PROTECTED]
The correct fix is to use RichFaces 3.1.1-GA.

Seam 1.3 == Seam 2.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4093229#4093229

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093229
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-24 Thread alesj
[EMAIL PROTECTED] wrote : Ales, please try with current CVS, I've fixed the 
drools problem, and put a temporary fix in place for the commons-beanutils 
problem.

Great, it works now, no more UnboundedFifoBuffer exception. :-)
Thanks Pete!

But now I'm getting this - for every request where jbpm is used:

  | 13:36:42,546 INFO  [CachedConnectionManager] Closing a connection for you.  
Please close them yourself: [EMAIL PROTECTED]
  | java.lang.Throwable: STACKTRACE
  | at 
org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:290)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:417)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
  | at 
org.jbpm.persistence.db.DbPersistenceService.getConnection(DbPersistenceService.java:178)
  | at 
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:101)
  | at org.jbpm.JbpmContext.getSession(JbpmContext.java:506)
  | at 
org.jboss.seam.bpm.ManagedJbpmContext.joinTransaction(ManagedJbpmContext.java:88)
  | at 
org.jboss.seam.bpm.ManagedJbpmContext.getJbpmContext(ManagedJbpmContext.java:73)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
  | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)
  | at org.jboss.seam.Component.callComponentMethod(Component.java:2083)
  | at org.jboss.seam.Component.unwrap(Component.java:2109)
  | at org.jboss.seam.Component.getInstance(Component.java:1888)
  | at org.jboss.seam.Component.getInstance(Component.java:1853)
  | at org.jboss.seam.Component.getInstance(Component.java:1830)
  | at org.jboss.seam.Component.getInstance(Component.java:1825)
  | at 
org.jboss.seam.bpm.ManagedJbpmContext.instance(ManagedJbpmContext.java:165)
  | at 
org.jboss.seam.bpm.PooledTaskInstanceList.getPooledTaskInstanceList(PooledTaskInstanceList.java:32)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
  | at 
org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
  | at 
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
  | at 
org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
  | at 
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  | at 
org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49)
  | at 
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  | at 
org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38)
  | at org.jboss.seam.util.Work.workInTransaction(Work.java:40)
  | at 
org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32)
  | at 
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  | at 
org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
  | at 
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
  | at 
org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
  | at 
org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155)
  | at 
org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91)
  | at 
org.jboss.seam.bpm.PooledTaskInstanceList_$$_javassist_5.getPooledTaskInstanceList(PooledTaskInstanceList_$$_javassist_5.java)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
  | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125)
  | at 

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

2007-09-24 Thread [EMAIL PROTECTED]
I've just given the dvdstore example a spin (which also uses jbpm) and I'm not 
seeing any errors so I don't think this is a packaging problem.

I would suggest starting a new topic.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087896#4087896

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087896
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-24 Thread alesj
Got it. :-)
This happens if you explicitly set datasource's JNDI:

  | jbpm-configuration
  |jbpm-context
  |   service name=persistence
  |  factory
  | bean 
class=org.jbpm.persistence.db.DbPersistenceServiceFactory
  |field name=isTransactionEnabledfalse//field
  |!--field name=dataSourceJndiNamestring 
value=java:/cmsDatasource//field--
  | /bean
  |  /factory
  |   /service
  |   service name=tx factory=org.jbpm.tx.TxServiceFactory /
  |   service name=message 
factory=org.jbpm.msg.db.DbMessageServiceFactory /
  |   service name=scheduler 
factory=org.jbpm.scheduler.db.DbSchedulerServiceFactory /
  |   service name=logging 
factory=org.jbpm.logging.db.DbLoggingServiceFactory /
  |   service name=authentication 
factory=org.jbpm.security.authentication.DefaultAuthenticationServiceFactory 
/
  |/jbpm-context
  | /jbpm-configuration

When I commented that piece out, it started working.
But when I think about it, this should be probably obvious what was wrong, 
since there was a new connection opening ... As JBPM went directly to 
underlying DS. :-(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087948#4087948

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087948
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-24 Thread alesj
[EMAIL PROTECTED] wrote : Ales, please try with current CVS, I've fixed the 
drools problem, and put a temporary fix in place for the commons-beanutils 
problem.

Uf, back to this problem.
OK, not entirely. :-)

The weird thing is that a friend of mine works on the same AS 4.2.1.GA, checked 
out latest CVS Seam trunk and built this same CMS example project.
But he still gets the mentioned exception.

What should I be careful about?
Or what did you fix to make it go away for me?

Our .ear's look quite alike - with fast inspection ... at least the richfaces 
libs are the same ...

My .ear works from me and him.
His fails for him and me.

:-(


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4088131#4088131

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088131
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-24 Thread [EMAIL PROTECTED]
Make sure that the version of commons-beanutils is 1.7.0.seam (available here 
http://snapshots.jboss.org/maven2/commons-beanutils/commons-beanutils/1.7.0.seam/).

We're going to fix this properly 
http://jboss.com/index.html?module=bbop=viewtopicp=4087874#4087874

I'm not quite sure what happened - I think I fixed this in CVS, then somehow 
reverted it - but it should be ok now.  Sorry :(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4088152#4088152

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088152
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-24 Thread alesj
[EMAIL PROTECTED] wrote : 
  | I'm not quite sure what happened - I think I fixed this in CVS, then 
somehow reverted it - but it should be ok now.  Sorry :(
Will only forgive if you also fix the weird issue that I have with 
s:formattedText tag. :-)
 - http://jboss.com/index.html?module=bbop=viewtopict=119551

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4088157#4088157

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088157
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-22 Thread ctomc
hello,

with seam 2.0CR1 (or anything from cvs after 5.9.2007) you dont need ajax4jsf 
jar anymore, becouse the code is merged in richfaces jars. 
in seam2migration.txt in root of seam 2.0CR distro you have instructions what 
jar to change and what is not needed anymore. And also what to change in config 
files.


cheers,
tomaz

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087489#4087489

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087489
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-22 Thread [EMAIL PROTECTED]
Ales, please try with current CVS, I've fixed the drools problem, and put a 
temporary fix in place for the commons-beanutils problem.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087525#4087525

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087525
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-21 Thread alesj
petemuir wrote : yes, a4j upgraded to newest commons, so we should all be in 
sync. and i'm gonna refrain from swearing about commons dependencies.  In 
essence, make sure that you the latest ajax4jsf.jar and commons-XXX.jar in your 
app and you should be ok.  And if you aren't, please post back!
I'm probably (since there is no actual cause in original post) getting the same 
exception with the AS 4.2.1.GA and latest Seam trunk.


  | 14:49:36,937 WARN  [lifecycle] 
org.apache.commons.collections.UnboundedFifoBuffer
  | java.lang.ArrayStoreException: 
org.apache.commons.collections.UnboundedFifoBuffer
  | at 
org.ajax4jsf.component.AjaxViewRoot.clearEvents(AjaxViewRoot.java:251)
  | at org.ajax4jsf.component.AjaxViewRoot.getEvents(AjaxViewRoot.java:231)
  | at 
org.ajax4jsf.component.AjaxViewRoot.getEventsQueue(AjaxViewRoot.java:223)
  | at org.ajax4jsf.component.AjaxViewRoot.queueEvent(AjaxViewRoot.java:140)
  | at 
javax.faces.component.UIComponentBase.queueEvent(UIComponentBase.java:974)
  | at 
javax.faces.component.UIComponentBase.queueEvent(UIComponentBase.java:974)
  | at javax.faces.component.UICommand.queueEvent(UICommand.java:405)
  | at 
com.sun.faces.renderkit.html_basic.ButtonRenderer.decode(ButtonRenderer.java:104)
  | at 
javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
  | at 
javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1006)
  | at javax.faces.component.UIForm.processDecodes(UIForm.java:203)
  | at 
javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
  | at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:493)
  | at org.ajax4jsf.component.AjaxViewRoot.access$001(AjaxViewRoot.java:59)
  | at 
org.ajax4jsf.component.AjaxViewRoot$1.invokeRoot(AjaxViewRoot.java:262)
  | at 
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:56)
  | at 
org.ajax4jsf.context.AjaxContextImpl.invokeOnRegionOrRoot(AjaxContextImpl.java:173)
  | at 
org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:278)
  | at 
com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
  | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
  | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
  | at 
org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
  | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
  | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
  | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
  | at 
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
  | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:150)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
  | at 

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

2007-09-21 Thread alesj
I also changed commons-collection from AS with the one from Seam lib, w/o 
success. :-(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087217#4087217

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087217
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-21 Thread [EMAIL PROTECTED]
sorry, 1500 UTC yesterday.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087231#4087231

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087231
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-21 Thread [EMAIL PROTECTED]
Can you tell me how you got the error if its simple?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087230#4087230

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087230
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-21 Thread [EMAIL PROTECTED]
Trunk is very broken atm sorry.  You should try with a nightly build  265 / 
CVS from before about 3 UTC yesterday.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087229#4087229

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087229
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-09-21 Thread alesj
[EMAIL PROTECTED] wrote : Can you tell me how you got the error if its simple?

I added my own app as an example to Seam example directory.
Basically I copied some previous example - structure, build.xml, ...

In order to build my own example I had to set this two properties to 
build.properties:
version=2.0
patchlevel=CR1
Otherwise it complained with some weird exception.

And the references to dependency libs are messed up:
 - drools (they have no version so -* wont pick them up)
 - richfaces (they have versions; just the opposite of drools)

The initial page of the app was successfully rendered, but the moment I logged 
in or did any other invocation that returned some value, the exception popped 
up.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4087310#4087310

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087310
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-06-20 Thread baz
anyone?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4055888#4055888

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055888
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-06-20 Thread [EMAIL PROTECTED]
Post the full stack trace.  But really, I would suggest using Seam 1.2.1.GA 
with AS 4.0.5.GA and the jars with it.  If you want JBoss AS 4.2 use Seam 1.3 
(the big part is upgrading to JSF 1.2 which you are doing anyway).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4055922#4055922

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055922
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-06-20 Thread baz
Hello Peter,
thanks for the answer.
We are planning to migrate to seam1.3 when the first beta is ready.
Since Michael has succeded in porting seam1.2.1 apps to jboss 4.2.0 we have 
tried the same:-(
For the meantime we will stay with JBoss AS 4.0.5
BTW
The stacktrace is nearly the same as in the first post.
 Ciao,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4055934#4055934

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055934
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-06-19 Thread baz
We are migrating one of our projects to jboss 4.2.0GA.
After identifying that we also have to copy commons-digester*.jar and 
commons-beanutils*.jar  to WEB-INF/lib folder
there are no more errors at startup. 
But we get the org.apache.commons.collections.UnboundedFifoBuffer 
error:-(
We have replaced the commons-collection.jar in jboss*/server/default/lib with 
one of the versions comming from seam-gen(seam1.2.1GA)
And we are also copying commons-beanutils (in this case version 1.7)

Situation:

1.) Having a project generated with seam-gen(from Seam1.2.1GA) running on JBoss 
AS 4.0.5GA without complains

2.) Using the instructions on this site: 
[url]http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/
[/url]
we tried to migrate to JBoss AS 4.2.0GA
3.) Making the changes corresponding to beanutils and digester

4.) Server starts fine and we are getting the UnboundedFifoBuffer error

5.) Googeling about this error finding among other posts this thread.

6.) trying to copy the right versions of collection and digester.jars

7.) Stuck.. No solution so i post here.

Can one post me a link to working versions of the librarys.
We do have 
seam-1.2.1GA
richfaces-1.1.1 with corresponding Ajax
facelets 1.0.13 alpha
commons-collections3.1 (from generated app)
commons-digester1.6 
commons-beanutils-1.7.0

Hope someone can help me out.
Ciao,
baz

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4055525#4055525

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055525
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-05-03 Thread stu2
Hmm.  This one's supposed to be fixed.  The initial fix was to downgrade 
commons jars to the older ones ajax4jsf was using.  I noticed that the newer 
libs came in through cvs the other day though.  I wonder if this got 
reintroduced.

http://jira.jboss.com/jira/browse/JBSEAM-1158

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4042913#4042913

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042913
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-05-03 Thread hstang
After spending 3 hours, I realized I need to copy commons-collections-3.1.jar 
from seam_home/lib to my web/lib folder to fix it.  I was relying on CR2 
commons-collections to do the trick, but I guess you are right in that I have 
to downgrade.




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4042917#4042917

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042917
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-05-03 Thread petemuir
yes, a4j upgraded to newest commons, so we should all be in sync. and i'm gonna 
refrain from swearing about commons dependencies.  In essence, make sure that 
you the latest ajax4jsf.jar and commons-XXX.jar in your app and you should be 
ok.  And if you aren't, please post back!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4043009#4043009

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043009
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user