Hello Ernst

It is not a problem of the ApplicationInstaller. It always happens at the moment when a typerel node is inserted.

This happens, because you reimplemented the NodeEvent. It first had the full MMObjectNode as a member, but now not anymore. This warning is just a check like the comment says in MMObjectBuilder

// it seems that the something put the node in the cache already.
// This is usually because the ChangeManager indirectly called 'getNode'
// This should in the new event-mechanism not be needed, because the
// NodeEvent contains the node.

Now the NodeEvent does not have the Node anymore. Typerel does a getNode() in the notify method which triggers this. I didn't fix it, because I thought you were still working on it :)
I think the warning can just be removed, but I am not 100% sure.

Nico


Ernst Bunders wrote:

I get that all the time lately. I can't really figure it out. It happens when I installing applications like mynews. It dous not happen when I insert a new node (i tried with mmeditors).
has anything changed with the application installer code lately?

I looked at the history of ApplicationInstaller, but find no obveaus clues:
description:
----------------------------
revision 1.3
date: 2005/11/05 19:04:16;  author: nklasens;  state: Exp;  lines: +2 -2
Missing a defined resource is not an error
----------------------------
revision 1.2
date: 2005/10/24 11:37:34;  author: michiel;  state: Exp;  lines: +8 -2
using query frame-work to do queries. I don't know why but it could give an error in QueryConvertor otherwise
----------------------------
revision 1.1
date: 2005/10/23 18:00:50;  author: nklasens;  state: Exp;
Extracted an ApplicationInstaller from the MMAdmin class
=============================================================================

any idears?

Ernst
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers


_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to