I have JBDS 1.1.0.GA, not sure which JB tools version it corresponds to and not sure it it's still a valid bug.
When I export a Seam 2.0 (TP) project as a WAR, the project classes are duplicated in the WEB-ING/classes and WEB-INF/dev directories, thus Seam is trying to load the components twice. Since it's loading the same components with the same precedence and with the same names, it's an error.
- is related to
-
JBIDE-2791 "duplicate factory for: org.jboss.seam.web.webSession (duplicate is specified in components.xml)" error after creating a newseam project
- Closed