uhh, well, almost there...

the param values I put in

    <commitprocessor>
<class name="nl.eduBroker.datatypes.processors.RelevantLastModifier" >
        <param name="excludedfield">fieldname</param>
      </class>
    </commitprocessor>

are not being read. I'm obviously missing something. what do I use to get the params in the commitprocessor description into the PARAMS array of my parametrizedCommitPrcessorFactory class?



On 25 Jun 2007, at 10:30 AM, michiel boerman wrote:

exactly what I was looking for.

many thanks,
MichielB


On 25 Jun 2007, at 10:02 AM, Michiel Meeuwissen wrote:

2007/6/25, michiel boerman <[EMAIL PROTECTED]>:
I have made a custom datatype that implements a custom commitprocessor and I need to pass arguments from a nodebuilder to this custom commitprocessor.

Any suggestions as to how to do this?

You can implement a 'ParameterizedCommitProcessorFactory' in stead.

Take a look at the 'ChecksumProcessorFactory as an example.

Michiel

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

Reply via email to