[midPoint] schema defaultPrefix
Markus Calmius
markus.calmius at proton.ch
Mon May 18 14:36:46 CEST 2026
Actually...
reindex and reconciliation seems to have fixed the issue.
although it still says gen411:<attribute> when checking the raw xml for a user.
It is a bit confusing
Markus
On Monday, 18 May 2026 at 14:15, Markus Calmius via midPoint <midpoint at lists.evolveum.com> wrote:
> 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/dcf01560/attachment.htm>
More information about the midPoint
mailing list