Title: RE: Builder inheritance, MySQL

>Ok. I have seen this working, only not for my builders :-)
>
>I see no errors or exceptions in the log files.
>If I look in the database, no 'contentelement' record is created.
>
>Is there a configuration somewhere to enable this behaviour? (I use
>MMBase 1.6.5)

if your builder xml is declares to extend an other builder this should just work.

you content builder can look something like this
<builder version="1" name="content" maintainer="mmbase.org" extends="object">
    <classfile>org.mmbase.applications.content.builders.ContentBuilder</classfile>
    <searchage>360</searchage>

and your "extending" builder
<builder version="1" name="xmltext" maintainer="mmbase.org" extends="content">

perhaps you tried to extend via the classfile?

Reply via email to