Hi all, 

I am trying to extend the metadata tab in site that we can edit custom
metadata in 1.4.x.

Now the integration in the meta.jx and corresponding usecase was quite
easy, but now I try to save and get always an exception regarding
namespaces.

I tracked it down and found out that in MetaDataImpl.java the method
writeElemetValue(...) is throwing this exception, when 
Element valueElement =helper.createElement(...) is called. 

I further found out that I get two times my elementName passed to the
method. 
1) without prefix -> test
2) with prefix -> lenya:test

The 1) is no problem, since it get prefixed (to lenya:test) by the
method but 2) is causing the problem since it get as well prefixed
(lenya:lenya:test).

Anybody knows what is going on?

Anyone has successfully edit custom metadata via an usecase?

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
[EMAIL PROTECTED]                [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to