Description: When uno-skeletonmaker is used in passive registration (i.e. with the --java and --passive-registration options), we need to register all service names provided by the registered component. Steps to Reproduce: Currently with passive registration it is impossible to load a driver in Base because the <com.sun.star.sdbc.Driver> service is not in the list of services supported by the driver. Actual Results: Unable to load a Base driver with passive registration. Expected Results: Be able to load a Base driver with passive registration. Reproducible: Always User Profile Reset: No Additional Info: No.
prrvchr committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b1528cf4d1662d8aab3cb734feee3886477b12d9 tdf#166139 uno-skeletonmaker need to register all service names in passive registration It will be available in 25.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
@Stephan Bergmann tdf#165580 uno-skeletonmaker provide passive registration has been deployed under 25.2 maybe it is good to do the same for this fix?
Feel free to close as fixed.
Yes, we can close it, but I'm surprised to see that it hasn't been applied to version 25.2, even though the PR it's supposed to fix has been applied to it.