MagmaInvalidOid situation

Hernán Morales Durand hernan.morales at gmail.com
Fri Jun 19 15:56:00 UTC 2009


That solved it. Thanks

Hernán

2009/6/17 Chris Muller <asqueaker at gmail.com>

> > The code looks like this:
> >
> > | collection |
> >
> > self session begin.
> > collection:=  self root at: self tempKey put: MagmaCollection new.
> > self  indexes do:[:each | collection addIndex: each ].
> > self session commit
>
> You're sharing the index objects themselves between the two
> collections.  Disaster!  Don't do that.  Adding a "each copy" should
> be fine..
>
>  - Chris
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/magma/attachments/20090619/4d53b565/attachment.htm


More information about the Magma mailing list