Andreas Hartmann schrieb: > Jürgen Ragaller schrieb: >> Hello! >> >> >> I added a custom metadata set to my publication (based on the default >> publication). I followed these instructions: >> http://lenya.apache.org/docs/1_4/reference/metadata.html >> >> >> The custom medadata insertion seems to be broken with the latest version >> (I'm not shure when exactly that occured, it used to work). >> >> The custom metadata input fields show up in the site/Meta tab. But >> entered values in the custom metadata fields are not saved. The custom >> metadata xml nodes in en.meta are not created. > > The DC meta data aren't saved either ... > I'll take a look at it, thanks for reporting!
The problem was that SourceNode.getMetaDataNamespaceUris() returned only the URIs for which values were already set, not all available ones. It should work now. -- Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
