this typically is a cast problem. both .net and java fit runners
compare on value and type, so if the types coming out of the db are
different, then it will be a cast problem. try to cast to string from
the db to check if this is an issue and we can work from there..
gojko