[Zope] ObjectManager problem

Erik Enge erik@thingamy.net
Wed, 30 May 2001 14:34:59 +0200 (CEST)


On Wed, 30 May 2001, [iso-8859-1] Max M=F8ller Rasmussen wrote:

> Error Type: Bad Request
> Error Value: The id "laeringsGraf" is invalid--it is already in use.
> ...
>         imageID =3D 'laeringsGraf'
>         self._setObject(imageID, OFS.Image.Image(imageID,'L=E6rings graf'=
,''))
>         self._getOb(imageID).update_data(data)

I'm not sure.  I got a similar behaviour once when I di osomething like
this:

=09_setObject('id', someclass('anotherid', ''))

If I recoall correctly, I couldn't see neither of them with
objectIds() but I couldn't add 'id' or 'anotherid' either.  Or something
like that. =20

It certainly doesn't look like that's your problem...  I don't know :)