Subject | Re: Tpb mapping bug |
---|---|
Author | Roman Rokytskyy |
Post date | 2002-11-25T15:13:33Z |
Hi,
Best regards,
Roman
> Could you fix line 247 of FBDriver.java.Thanks! I have fixed it.
> 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.
Best regards,
Roman