Description of problem: Importing seam examples into JBDS leads to 'Duplicate component name" errors. The problem is that JBDS doesn't understand src/test as a separate folder where test resources go and is confused by the test-only "component.xml" file. This issue tracks JBDS issue: https://issues.jboss.org/browse/JBDS-2675 Version-Release number of selected component (if applicable): WFK 2.3.0.CR1 Workaround is to rename the test components.xml to e.g. components-test.xml and update the shrinkwrap code in the test accordingly.
Updated doc text.