Description: I try to use passive registration in my extensions and I confirm that the css.sdbc.DriverManger service cannot see or load drivers declared in passive mode. I have two extensions that differ only in the registration mode, i.e., the files: - package.components - META-INF/manifest.xml And in passive mode, the connection pool (i.e., Tools -> Options -> LibreOffice Base -> Connection) does not see the passive driver. - jdbcDriverOOo in passive registration: https://github.com/prrvchr/jdbcDriverOOo/blob/passive-registration/source/jdbcDriverOOo/jdbcDriverOOo.oxt - jdbcDriverOOo in active registration: https://github.com/prrvchr/jdbcDriverOOo/blob/active-registration/source/jdbcDriverOOo/jdbcDriverOOo.oxt Steps to Reproduce: 1. Install jdbcDriverOOo in passive registration mode. 2. Go to Tools -> Options -> LibreOffice Base -> Connection. 3. You dont see the jdbcDriverOOo driver Actual Results: After installing the extension you dont see the jdbcDriverOOo driver in the connection pool. Expected Results: After installing the extension you see the jdbcDriverOOo driver in the connection pool. Reproducible: Always User Profile Reset: Yes Additional Info: no