Forum Discussion
SmartBear_Suppo
Alumni
12 years agoPlease include any required jars in the LoadUI ext folder and restart LoadUI.
The difference between SoapUI and LoadUI's JRE is actually the fact that LoadUI uses OSGi, which restricts which classes can be used and loaded by LoadUI.
To allow all OSGi bundles within LoadUI to see specific packages (all classes within them) you need to add those packages to the org.osgi.framework.system.packages.extra property, inside the conf/config.properties file with your LoadUI directory. For details on how this file works, see the OSGi Felix documentation.
Renato
SmartBear Software
The difference between SoapUI and LoadUI's JRE is actually the fact that LoadUI uses OSGi, which restricts which classes can be used and loaded by LoadUI.
To allow all OSGi bundles within LoadUI to see specific packages (all classes within them) you need to add those packages to the org.osgi.framework.system.packages.extra property, inside the conf/config.properties file with your LoadUI directory. For details on how this file works, see the OSGi Felix documentation.
Renato
SmartBear Software