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:
org/jboss/seam/web/package-info.class
| 11:53:26,027 DEBUG [Scanner] found: org/jboss/seam/web/package-info.class
| 11:53:26,261 INFO [org.jboss.seam.init.Initialization] two components with same name,
higher precedence wins: org.jboss.seam.persistence.persistenceProvider
| 11:53:26,261 INFO [Initialization] two components with same name, higher precedence
wins: org.jboss.seam.persistence.persistenceProvider
| 11:53:27,011 ERROR [[/fm]] Exception sending context initialized event to listener
instance of class org.jboss.seam.servlet.SeamListener
| java.lang.IllegalStateException: Two components with the same name and precedence:
org.jboss.seam.servlet.multipartFilter
| at
org.jboss.seam.init.Initialization.addComponentDescriptor(Initialization.java:374)
| at
org.jboss.seam.init.Initialization.installScannedComponentAndRoles(Initialization.java:527)
| at org.jboss.seam.init.Initialization.installScannedClass(Initialization.java:473)
| at org.jboss.seam.init.Initialization.scanForComponents(Initialization.java:467)
| at org.jboss.seam.init.Initialization.init(Initialization.java:449)
| at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:65)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
|
I've made sure that jboss-seam.jar appears only once in my deployment.
And the problem is not related to wheather or not the deployment is exploded or packed.
Any ideas?
BR
Jarle
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014938#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...