Has anyone experienced class dependency troubles ? I mean, as our project is getting bigger (we have about 320 classes at present) the compiler fails to find the right sequence in order to compile them properly, resulting in an error like "Table xxx not found " often trying to compile some queries. There are not errors in the classes. Filling the compileafter attribute correctly is becoming a nightmare for us as the number of classes grows, being too complicated to do it manually. In addition, queries changes often as a result of feedback from our customers, adding new tables, and sometimes they get stuck.
It seems that the "compile dependent classes" flag can't easily find out the classes needed, especially when there's an implicit join in SQL. We asked support one year ago, and we got a patch, but the problem has appeared again. Is anyone using Cache' with many intricated classes ? We're a bit worried about this, it's a waste of time and money: at present , it takes three days to find the correct sequence manually if it exists (there are many classes which depend each other), for a compilation which is half an hour long...sometimes we need to move code from one class to another one. Any hint is really appreciated. Max
