Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Janarâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #277885 |
@Monica Cellio yes, that's fine, thank you
@Peter Taylor yes, I have even tried setting the system property right before the createValidator call. (more) |
— | about 4 years ago |
Edit | Post #277885 | Initial revision | — | about 4 years ago |
Question | — |
Validating xsd schema that contains import from external http source in Java 11 In the example.xsd file I have an import to an external xsd file that looks like this: In the config file I have created the XsdSchema and validator beans @Bean public XsdSchema schema() { return new SimpleXsdSchema(new ClassPathResource("example.xsd"))... (more) |
— | about 4 years ago |