Forum Discussion
soverbosch
11 years agoOccasional Contributor
Ok, found the problem. SoapUI itself is using opensaml-2.4.1.jar which seams to be causing the problem. I probably should revert back to using opensaml-2.4.1 instead of opensaml-2.6.1 .... but when doing this I get the same error message
and the dirty solution is copying the velocity.jar to the lib directory does work >:( IMO this means the extension classpath is prepended to the classpath which makes the classpath searched first for a library and then after the extension classpath is searched for. Shouldn't this be:
- first search on the extension classpath
- second search on the classpath
and the dirty solution is copying the velocity.jar to the lib directory does work >:( IMO this means the extension classpath is prepended to the classpath which makes the classpath searched first for a library and then after the extension classpath is searched for. Shouldn't this be:- first search on the extension classpath
- second search on the classpath