Hi, One of the problems I have encountered with ibatis is that some validation is not possible at compile time but only run time. Thus when the application starts ibatis checks the sql-maps to determine if the classes exists, for example, and then bombs out if there is a problem. Does anyone know if there is a way that I could perform those tests within a ant script to avoid these problems at runtime and catch them much ealier.
many thx. Steve.