Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.1 (Alpha)
-
Fix Version/s: 1.3.3 (Beta)
-
Component/s: Integration - Shell
-
Labels:None
-
Environment:Suse 9, Embedded Jetty servlet container, MySQL5
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
When trying to add a new shell project, it always gives this error:
"Project name already exist"
This happens for the first time. After that, the project exists, but when we try to modify it, throws a NullPointerException.
When executing the project, continuum ignores it. In the URL of the project execution request, we can see "projectGroupId=0", instead of the right group id, that in this case is "7".
Issue Links
- is duplicated by
-
CONTINUUM-1952
"Project name already exist" when creating a new project
-
- relates to
-
CONTINUUM-1859
Intermittent results with ant or shell project not added to group
-
I think they are two different bugs.
The first, ("Project name already exist") is related with
CONTINUUM-1952and CONTINUUM-1859. This bug is because the validation occurs constantly, once created, is evaluated the validation and detect duplicated because it has been created.Respect the second bug, I'm still working on it. I can only replicate the second bug in version 1.3.x.
I'm working to resolve this bugs.