Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Component/s: Installation/Deployment
-
Security Level: Public
-
- Environment:
- -
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] | |
| Assignee | Roland Naudin [ rnaudin ] | Christophe DENEUX [ cdeneux ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Summary | Error restart Petals ESB after to have installed a buggy component | Error restart Petals ESB after to have installed a faulty component |
| Attachment | petals-bc-filetransfer-3.0-SNAPSHOT.zip [ 10543 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 3.1.2 [ 10156 ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 10004 ] | Open [ 10002 ] |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
A component entry is always registered after step 2 in the system state and repository. So the first installed component is recovered.
--> To prevent two registration of the same component in the repository and system state, add a check to stop a component installation if an entry already exists in the system-state.xml and repository with the same JBI identifier.
--> And fix the undo processing to remove the installation of the first entry in the system state.