atolcd / pentaho-gis-plugins

🗺 GIS plugins for Pentaho Data Integration
https://www.atolcd.com/expertise/solutions-geographiques-open-source-sig
48 stars 20 forks source link

Compatibility with PDI 8.1 (WebSpoon) #19

Open PovilasKud opened 5 years ago

PovilasKud commented 5 years ago

Trying to make it work with PDI 8.1 (on webspoon)

The first error I get is: java.lang.NoClassDefFoundError: org/apache/commons/vfs/FileSystemException

This is fixed by adding commons-vfs-1.0.jar, but following error appears: java.lang.NoSuchMethodError: org.pentaho.di.core.vfs.KettleVFS.getFileObject(Ljava/lang/String;)Lorg/apache/commons/vfs/FileObject;

Any suggestions what could be done to make this work ?