]
Alexey Kazakov reassigned JBIDE-15072:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
Seam 2.3.1+ examples maven projects "Duplicate component
name" errors
---------------------------------------------------------------------
Key: JBIDE-15072
URL:
https://issues.jboss.org/browse/JBIDE-15072
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common, seam2, upstream
Affects Versions: 4.1.0.Beta2
Environment: WFK 2.3.0.CR1
Reporter: Marek Schmidt
Assignee: Jeff MAURY
Fix For: LATER
The new Seam 2.3 examples structure (since WFK 2.3.0.CR1) contains two components.xml
files (one real, one for testing is src/test), which confuses JBDS and produces lots of
Duplicate component name:
"..." components.xml /booking-web/src/main/webapp/WEB-INF line 24 Seam Problem
issues.
JBDS should understand src/test directory in a Maven project as something test resources
go to and not be confused that a test components.xml file is also named components.xml and
that it doesn't really conflict with components.xml file that goes into a deployment.