You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the javatype is not passed to operations.remove method although there is an overloaded method of remove which accepts the type. The result ends up as having null in the type value inside the Before/AfterDeleteEvent and the result events are although fired but never end up handled in the respective Type's Event Handlers if any.
Faisal Feroz opened DATAMONGO-978 and commented
In
AbstractMongoQuery.java
the nestedDeleteExecution
class has the following methodHere the javatype is not passed to operations.remove method although there is an overloaded method of remove which accepts the type. The result ends up as having null in the type value inside the Before/AfterDeleteEvent and the result events are although fired but never end up handled in the respective Type's Event Handlers if any.
A simple fix would be to change it to:
Affects: 1.5 GA (Dijkstra)
Referenced from: pull request #199
Backported to: 1.5.2 (Dijkstra SR2)
The text was updated successfully, but these errors were encountered: