From: Max R. A. <ma...@eo...> - 2002-11-02 23:49:39
|
Ok - after nuking my MSSQL db's (clearing and removing all tables), using the right cglib.jar it works perfectly... but there are one failure in MultiTable junit that "worries" me: 79: Iterator iter = s.iterate("from s in class Simple where s.count>0"); <-- this line gives a "Incorrect query syntax" because of an nullpointerexception in line 284 of PathExpressionParser (columns is null) This is weird as the qury is completly legit - anyone with any idea why it fails ? (and Im the only one with a failure at that line ?) /max |