I made a java code focusing on converting xsl files to csv or xml, using apache poi and axway xib libs. I had a problem regarding the implementation in b2bi.
I have tried to implement, but i couldn't even add the file, so I think the problem might has relation with versioning and compatibility
Here's how I do this. You should have 2 classes:
And another class for bean:
Export and paste your jar inside
<B2Bi_shared_directory>/local/java/component.Below are some important points.
You should import the following libraries into the project before proceeding:
You should name your BeanInfo class correctly. Otherwise it won't compile. Example:
MyClassNameMyClassName+BeanInfo(MyClassNameBeanInfo)Important notice: we also had issues while not knowing this when in our early development stages. Your manifest should be like this:
You should add an empty line at the end of the manifest. I don't know exactly what the reason is. but it's not working without an empty line in the end.
Let us know if there are any issues.