Using JBarcodeBean v.1.2.0...

Hi all!

I’m using JBarcodeBean v.1.1.5 from Download JBarcodeBean-1.1.5.tar.gz (JBarcodeBean barcode JavaBeans component) (extract the JBarcodeBean.jar from the example, and place it in <servoy_installation_path>\application-server\beans. JBarcodebean will be available in beans of Developer) to generate my own barcodes and it works fine!

However, now I want to upgrade JBarcodebean version to 1.2.0 (JBarcodeBean barcode JavaBeans component download | SourceForge.net), but this version is not recognized by Servoy (in Developer, the bean is not available)…

Somebody knows why? Any help will be welcomed!!

Best regards,

Gerardo.

It seems the developers of the new version of the bean forgot to mark the appropriate classes as Java beans in the jar Manifest file.

They ought to fix that.

or you do it yourself.
update the manifest of the 1.2 bean with the bean information of the 1.1 manifest

pbakker:
It seems the developers of the new version of the bean forgot to mark the appropriate classes as Java beans in the jar Manifest file.

jcompagner:
or you do it yourself.
update the manifest of the 1.2 bean with the bean information of the 1.1 manifest

Thanks for the answers! I’m doing some research on this, and then I will post something in that bean support page.

Best regards,

Gerardo.