Recently in my project we got one problem that we are getting wrong barcodes. We use to call one API which used to give us a byte array which is a barcode. We are using ice faces and we were rendering the byte array as bellow.
<ice:graphicImage value="#{bytearray}" height="32px" width="150px" rendered="true">
Initially we thought it is the barcode API, which is giving the wrong...