P
Peter Judge
Guest
May be that the Java code doing the generation is not case-sensitive? In general, I would recommend you be consistent with type names (and the file names containing OOABL types) since you don't always know in advance when it will matter. This is one (minor) case but if your code is deployed to non-Windows platforms you will run into more serious problems (like file-not-found etc).
Continue reading...
Continue reading...