[MODM-132] Doctrine\ODM\MongoDB\Mapping\ClassMetaData is loosing "file" property after serialization Created: 18/Mar/11 Updated: 18/Mar/11 |
|
| Status: | Open |
| Project: | Doctrine MongoDB ODM |
| Component/s: | Mapping Drivers |
| Affects Version/s: | 1.0.0BETA3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrei S | Assignee: | Jonathan H. Wage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After ClassMetaData is awakened it looses the "file" property and that breaks our File model. I dumped ClassMetaData object with caching enabled and disabled. Here's the diff: 146c146 The first line is the missing file value. The second block appears to be missing indexes but I'm guessing this information should not be serialized. |