Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Environment:Red Hat Enterprise Linux; Java 1.5
-
Complexity:Intermediate
-
Number of attachments :
Description
Added parent project with 10 subprojects. Parent and all children were added successfully. One of the modules was duplicated. Working to put together a smaller test case.
I am also observing this issue. I have 8 modules underneath a single parent pom, which I am importing into continuum using the file:/ schema. Consistently, the first library is being duplicated upon import. However, I have been able to import project correctly without the duplicate (by being very methodical and patient).
It appears that the duplicate is happening when I attempt to kickoff a build before continuum is finished checking out all the modules from SCM. There is some sort of race condition going on there. In addition to showing up twice, the entry has somehow violated a database constraint since any attempt to delete either of these duplicate modules leads to a stacktrace exception that cites a database contraint violation.