|
From: Thomas R. <tri...@tr...> - 2003-05-04 14:37:26
|
Jean-Pierre, I think there is some confusion over where this file should live. Juergen suggested moving the source to the jdbc.core package and have the build script copy it to the root of the build directory. I made that change, but Rod also took out the leading '/' to make it look in the current directory. I think we should put the '/' back in so the file will be found at the root of the classpath. That way you can put your version in WEB-INF/classes and it should be picked up. change line 38 of com.interface21.jdbc.core.SQLExceptionTranslaterFactory to: public static final String SQL_ERROR_CODE_PATH = "/sql-error-codes.xml"; Thomas > Hi, > > Why the console tells me about the sql-error-codes.xml cannot be loaded > ? > It is in the jar. When I copy it in WEB-INF/classes, the behaviour is > the same. At least for normal processing, the database access runs well. > > Regards, > > Jean-Pierre Pawlak > jp....@ti... > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Thomas Risberg tri...@tr... |