Hi
we just checked out mmbase 1.7.0.20021204 (?)
apparently, in MMObjectBuilder.java, some code
has been improved; it's much better !
but the
executeFunction(MMObjectNode node, String function, List arguments)
is not backwards compatible to my builders, that use
executeFunction(MMObjectNode node, String function, String parameters)
If I do a getValue("somefunc(blah)") now, the request is forwarded
to getFunctionValue which forwards it to
executeFunction(node,string,list)
which is not extended by my functions anymore.
Extending MMObjectBuilder is one of the cooliest features of mmbase ..
but if you need to rewrite your builders every other release, that plus
is down :-) I suppose someone just overlooked it ?
thanks,
*pike
=========
Help stop world hunger -- visit
<http://www.thehungersite.org>
Is The Hunger Site real?
<http://www.umich.edu/~virus-busters/hunger.html>
- scan & 1.6rc2 Ricardo Kustner
- Re: 1.7 & executeFunction(node,string,list) P. van Kemenade
- Re: 1.7 & executeFunction(node,string,list... Michiel Meeuwissen
- Re: 1.7 & executeFunction(node,string,... P. van Kemenade
- Re: 1.7 & executeFunction(node,str... P. van Kemenade
- Re: 1.7 & executeFunction(nod... Pierre van Rooden
- executeFunction overiding, bugfix + te... Michiel Meeuwissen
- Re: scan & 1.6rc2 Gerard van Enk
