>   I have the exact same problem. After some debugging, I 
> found out that 
> the problem lies on the way village translates the output of the jdbc 
> driver. The drivers returns an integer for the fields of type 
> bit (1 for 
> true, 0 for false). Village obviously (I don't have the source code) 
> tries to parse the int value using the method 
> Boolean.parseBoolean(int[], int, int), which returns false in 
> either case... After a brief search, I wasn't able to find 
> the source code and see If I 
> could create a simple patch.

The source is here:
http://www.softwareforge.de/releases/village/distributions/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to