[midPoint] schema defaultPrefix

Markus Calmius markus.calmius at proton.ch
Mon May 18 14:15:28 CEST 2026


Hi,

I made some changes/updates to the schema-files (the xsd-files in the schema directory)
One thing I added was this:
<xsd:annotation> <xsd:appinfo> <a:defaultPrefix>puser</a:defaultPrefix> </xsd:appinfo></xsd:annotation>

And now none of the column-searches for extension-attributes are working
I assume this is because the user object contains something like this:
<extension xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:gen411=(NS)>
<gen411:startdate>2011-04-05</gen411:startdate>
but it should be updated to:
<extension xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:puser=(NS)>
<puser:startdate>2011-04-05</gen411:startdate>
Running the "reindex repository objects"-task doesn't help.

What do I need to do to make sure columns using extension-attributes can be used to search and sort?

Markus Calmius
Proton AG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20260518/b8bb7dc4/attachment.htm>


More information about the midPoint mailing list