Re: java code generation duplication

2004-01-09 Thread Bogdan Vatkov
I have found what is the problem: ...I have created a model using devaki-nextobjects and somehow there were duplicatied references in the table defintion tag With best regards, Bogdan Vatkov - To unsubscribe, e-mail: [EMAIL

java code generation duplication

2004-01-08 Thread Bogdan Vatkov
Hi All, Does anyone got a torque-gen result that has duplications in the java base classes ? example: this method definition is double generated in the resulting java source code protected static List doSelectJoinAllExceptTimeConditions(Criteria c) . Any suggestion ? With