[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-12 Thread novare
After trying out the latest from CVS, I still get errors related to duplicate components, but now the error message is as follows: | 11:53:26,011 DEBUG [Scanner] found: org/jboss/seam/web/SeamFilter.class | 11:53:26,027 DEBUG [org.jboss.seam.deployment.Scanner] found:

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-12 Thread [EMAIL PROTECTED]
Show the whole debug-level startup log. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015026#4015026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015026 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-12 Thread novare
Is there another way I can provide you with the log? It seems to be to big. BR Jarle View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015056#4015056 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015056

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-12 Thread novare
Continue: 16:19:03,274 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/security/filter/ | 16:19:03,274 DEBUG [org.jboss.seam.deployment.Scanner] found: org/jboss/seam/security/filter/SeamSecurityFilter.class | 16:19:03,274 DEBUG [org.jboss.seam.deployment.Scanner] found:

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-12 Thread novare
The above was the last, Hope this helps Thanks again Jarle View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015114#4015114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015114 ___

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-12 Thread [EMAIL PROTECTED]
Oh c'mon man. ant cleanall build. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015122#4015122 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4015122 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-10 Thread svadu
Well, I have an exploded war type of deployment (used deployment for tomcat). But I indeed had 2 factories with the same name which most likely was my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4014131#4014131 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-09 Thread novare
Note that I have just experienced the same for packed ear /Jarle View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013509#4013509 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013509

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-09 Thread novare
Downgraded to 1.1.5.GA and was able to deploy my exploded project successfully Is there changes between 1.1.5 and 1.1.6 that might cause the JBossAS to try starting components in the jboss-seam library twice View the original post :

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-09 Thread novare
Built a version of seam from CVS, and deployed successfully:) But still don't know what caused the problem in 1.1.6.GA and not in 1.1.5 or latest build from CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013586#4013586 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-09 Thread badlogic
My project seems to have the same problem. I build a new version from cvs, but that doesn't seem to help my project. Anything else that may have changed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013608#4013608 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-09 Thread badlogic
Doh! Nevermind, me stupid. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013663#4013663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013663 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-09 Thread [EMAIL PROTECTED]
I think there was a minor problem in the build script, that was fixed in cvs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013675#4013675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013675

[jboss-user] [JBoss Seam] - Re: Deployment of exploded ear fails in 1.1.6

2007-02-09 Thread [EMAIL PROTECTED]
I had the same error. After tracing through the runup code in Seam I found I did in fact have two actors... In fact I had two of every thing that Seam creates naviely... The solution I found was to remove seam.jar from my War! I have no idea why I put it in there; but at some point I did and