Start with PDI CMIS Input plugin in 3 steps:
1. Download
PDI CMIS Input plugin v1.3 (Sourceforge)
Source code (Github)
2. Install
After downloading, follow the instructions here.
Change log of the various versions is described here.
3. Learn more
For the full set of documentation visit PDI CMIS Input plugin documentation.
PDI CMIS Input plugin is licensed under the terms of the LGPLv3. This means you’re free to use it for personal and commercial use, you’re free to copy it and give copies away, and you’re free to modify and redesign the source code, and to create derivative works.
Please, suggest limits and tests to let it work even in other contexts.
Hi
I am a novice in using pentaho data intergartion. I have tried to use your PDI CMIS Input plugin, but it is giving the below exception while trying to use the CMIS Input in pentaho data-integration Transformation.
org.pentaho.di.core.exception.KettlePluginException:
Unexpected error loading class:
it/francescocorti/kettle/cmis_input/CmisInputMeta : Unsupported major.minor version 51.0
at org.pentaho.di.core.plugins.PluginRegistry.loadClass(PluginRegistry.java:442)
at org.pentaho.di.core.plugins.PluginRegistry.loadClass(PluginRegistry.java:308)
at org.pentaho.di.ui.spoon.Spoon.newStep(Spoon.java:6114)
at org.pentaho.di.ui.spoon.trans.TransGraph$5.drop(TransGraph.java:603)
at org.eclipse.swt.dnd.DNDListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
I think this is may be due to the JDK version you have used to compile the jars is higher version that has been installed in my system. My JDK version is 1.6.
It will be very helpful if you provide any plugin jar which is JDK 1.6 compatible.
Thanks-
Sun Rej
Hi Sun,
The problem you have is exactly the Java version (take a look at the FAQ).
Why don’t you help me to compile the plugin in the way you need?
If interested, write me privately at fcorti at gmail dot com and we will share the result with the community.