Anyone know where to find the source for the com.workingdogs.village code? There's a method throwing a null pointer exception with no detail message (com.workingdogs.village.QueryDataSet.fetchRecords()) and I'm stumped as to why. I can run the same query using the same connection via straight jdbc without a problem.
-Gary