Subject Re: Tpb mapping bug
Author Roman Rokytskyy
Hi,

> Could you fix line 247 of FBDriver.java.
> block
> ---
> mcf.setConnectionRequestInfo(conCri);
> mcf.setTpbMapper(tpbMapper);
> if (blobBufferLength != null)
> --
> needs to be replaced with
> ---
> mcf.setConnectionRequestInfo(conCri);
> if (tpbMapper != null)
> mcf.setTpbMapper(tpbMapper);
> if (blobBufferLength != null)
> --
> otherwise we get NullPointerException if mapping property is not
> set. I can commit it myself if you want.

Thanks! I have fixed it.

Best regards,
Roman