You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Steinar Bang <sb...@dod.no> on 2022/08/14 08:57:49 UTC

How to set jax properties in OSGi bundles?

How can I set the javax.xml.accessExternalSchema property in an OSGi
bundle, so that a Liquibase XML parser running inside that bundle will
pick it up?

Is it enough to drop a jaxb.properties file into src/resources/ of the
bundle maven project?

Thanks!


- Steinar