[jboss-user] [JBoss Seam] - Re: Seam CVS and Ajax4JSF Filter errors on deployment

2007-06-09 Thread vivimos
I had the same problem but it appears to fixed in the 20070609 CVS by using the ajax4jsf-1.1.1.jar instead of the SNAPSHOT jar used in previous CVSs. Carl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052802#4052802 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-11-30 Thread vivimos
Rdewell, I was mistaken this morning when I said I was not having problems with the latest nightly builds. I, like you, have the same result with the latest nightly builds. Carl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990340#3990340 Reply to the po

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-11-30 Thread vivimos
I had the same problem using CR1 with a SFSB where I was injecting FacesMessages using @In(create=true) private FacesMessages facesMessages. (It didn't matter whether I used the transient keyword or not.) When I removed the @In injection statement and instantiated FacesMessages in the method u