Hide Forgot
When creating snapshots via the REST Interface there is no way to relate a snapshot topic to a snapshot. So when you attempt to create a snapshot you end up with the snapshot having no topics. It is the same result if you were to create the snapshot topics first and then attempt to create the snapshot afterwards.
Fixed in 20120202-0747 SnapshotV1Factory.syncDBEntityWithRESTEntity() will now sync the supplied collection of SnapshotTopics with the database. Note that the relationship between Snapshot and SnapshotTopic is ManyToMany, so the SnapshotTopics have to be created first, and then associated with a Snapshot in a second step.