I have the following statement inside my Criteria
criteria.addLike("upper(supplierNameTypes.nameReference.name)","%" + name +
"%");
which causes the following error: String index out of range: 37 at
However,
criteria.addLike("supplierNameTypes.nameReference.name","%" + name + "%");
works perfectly. Is this a documented bug?
Caster
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
