Hello,
I am trying to rewrite a custom component written in older version which throws error that all the input records are not read from input port X … I need help with rewriting this component
I am trying to leverage the code for SimpleCopy component to learn about writing components in Java. I have copy pasted that code into a new class ABC.I was able to add it to the palette with the help of the plugin descriptor file… but when I try to run it … it gives me the unknown component error : ClassNotFound Exception…
1. Where and How do I register this component ?
2. Are there any more resources or code examples for custom components ?
or could you provide an example … where a component reads records from
two or more input ports
Thank you for all your help … I appreciate it a lot
Ashish