Re: [hibernate-dev] Porting seam DVD store example to OGM

2012-05-07 Thread Alan F
ogm On 05/07/2012 01:39 PM, Alan F wrote: > Hi all, > > I've converted the seam hotel booking JPA example to use Hibernate OGM, > specifically the MongoDB dialect, and documented what needed to be done > on the wiki. The instructions and code should be fairly relevant to the >

[hibernate-dev] Porting seam DVD store example to OGM

2012-05-07 Thread Alan F
Hi all, I've converted the seam hotel booking JPA example to use Hibernate OGM, specifically the MongoDB dialect, and documented what needed to be done on the wiki. The instructions and code should be fairly relevant to the Infinispan dialect too. I did encounter a few issues doing this so I h

Re: [hibernate-dev] [OGM] MongoDB time spikes

2012-04-25 Thread Alan F
Hi, What I was hoping to avoid was MongoDB shifting data in a collection to make room for new elements in a document (ie. RowKey), as it appears to be quite an expensive operation. I was noticing a connection between many of the big spikes in my results and the following log entries in mongodb