How to add schemaLocation to XML element when marshalling using Jaxb2Marshaller?

I’m currently trying to realize an Open Archives Harvesting compliant service, using Spring Boot 3 / Java 17. The protocol is XML-based and so I generate Java classes from OAI-PMH.xsd (and others) and JAXB2Marshaller when sending out the result.

However, the marshalled response is invalid, according to XML validation and the cause is a missing / misplaced xsi:schemaLocation on an non-root XML element:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
    xmlns:oai="http://www.openarchives.org/OAI/2.0/oai-identifier"
    xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
    <responseDate>2024-07-03T14:02:59Z</responseDate>
    <request verb="Identify">http://localhost:4040/api/export/v1/oai/Identify</request>
    <Identify>
        <repositoryName>repositoryName</repositoryName>
        <baseURL>http://localhost:4040/api/export/v1/oai/Identify</baseURL>
        <protocolVersion>2.0</protocolVersion>
        <adminEmail>[email protected]</adminEmail>
        <earliestDatestamp>2019-05-13T15:31:39Z</earliestDatestamp>
        <deletedRecord>persistent</deletedRecord>
        <granularity>YYYY-MM-DDThh:mm:ssZ</granularity>
        <description>
            <oai:oai-identifier xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai-identifier http://www.openarchives.org/OAI/2.0/oai-identifier.xsd">
                <oai:scheme>oai</oai:scheme>
                <oai:repositoryIdentifier>publications.example.com</oai:repositoryIdentifier>
                <oai:delimiter>:</oai:delimiter>
                <oai:sampleIdentifier>oai:publications.example.com:1234</oai:sampleIdentifier>
            </oai:oai-identifier>
        </description>
    </Identify>
</OAI-PMH>

The error reported is: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oai:oai-identifier'.xml(cvc-complex-type.2.4.c)

If i (manually) add xsi:schemaLocation to the <oai:oai-identifier> element, the document becomes valid:

        <description>
            <oai:oai-identifier xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai-identifier http://www.openarchives.org/OAI/2.0/oai-identifier.xsd">
                <oai:scheme>oai</oai:scheme>
                <oai:repositoryIdentifier>publications.example.com</oai:repositoryIdentifier>
                <oai:delimiter>:</oai:delimiter>
                <oai:sampleIdentifier>oai:publications.example.com:1234</oai:sampleIdentifier>
            </oai:oai-identifier>
        </description>

How can the schema location automatically be added the element, during marshalling?

The marshalling itself is done via Spring’s MarshallingHttpMessageConverter:

@Configuration
class WebConfig implements WebMvcConfigurer {

    @Override
    public void extendMessageConverters(
            @NonNull List<HttpMessageConverter<?>> converters) {

        var marshaller = new Jaxb2Marshaller();
        marshaller.setContextPaths(
                "org.openarchives.oai",
                "org.openarchives.oai_dc",
                "org.openarchives.oai_identifier",
                "org.purl.dc.elements");

        Map<String, ?> marshallerProperties = new HashMap<>() {
            {
                put(Marshaller.JAXB_FORMATTED_OUTPUT, true);
                put(Marshaller.JAXB_SCHEMA_LOCATION,
                        "http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd");
            }
        };

        marshaller.setMarshallerProperties(marshallerProperties);

        var converter = new MarshallingHttpMessageConverter(marshaller);
        converter.setDefaultCharset(StandardCharsets.UTF_8);
        
        converters.add(0, converter);

    }
}

New contributor

Christoph Dahlen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật