Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Git Master
-
Fix Version/s: None
-
Component/s: ORM
-
Security Level: All
-
Labels:None
Description
Suppose a situation where:
A -> B
Where the OneToOne unidirectional association contains cascade persist.
If I decide to save an entity B that should create an A instance, it goes into maximum nesting level no matter if I track prePersist or postPersist.
Activity
Guilherme Blanco
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | DDC1443Test.php [ 11079 ] |
Guilherme Blanco
made changes -
| Attachment | DDC1443Test.php [ 11080 ] |
Guilherme Blanco
made changes -
| Assignee | Guilherme Blanco [ guilhermeblanco ] | Benjamin Eberlei [ beberlei ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 13108 ] | jira-feedback [ 13980 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 13980 ] | jira-feedback2 [ 15844 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 15844 ] | jira-feedback3 [ 18100 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-1443, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
Failing test case