Re: Filter parsing and values

2011-03-30 Thread Emmanuel Lécharny
On 3/30/11 3:01 PM, Alex Karasulu wrote: On Wed, Mar 30, 2011 at 1:35 AM, Emmanuel Lecharnywrote: Hi guys, I'm facing an interesting issue. When we parse a filter, we build a Value which is a BinaryValue, even if the attribute is H/R. The problem is that we have to provide a getString() method

Re: Filter parsing and values

2011-03-30 Thread Alex Karasulu
On Wed, Mar 30, 2011 at 1:35 AM, Emmanuel Lecharny wrote: > Hi guys, > > I'm facing an interesting issue. When we parse a filter, we build a Value > which is a BinaryValue, even if the attribute is H/R. The problem is that we > have to provide a getString() method which translates this byte[] when

Filter parsing and values

2011-03-29 Thread Emmanuel Lecharny
Hi guys, I'm facing an interesting issue. When we parse a filter, we build a Value which is a BinaryValue, even if the attribute is H/R. The problem is that we have to provide a getString() method which translates this byte[] when we want to process the Value. I tried to get rid of the getSt