this result was the same, when i have 2 or more *.schema.xml files
an the same table-description is in more than one file

RR> It seems that b3 is generating multiple methods in the BaseXXXPeer's.   For 
example:

RR>      [echo] ./build/WEB-INF/classes
RR>     [javac] Compiling 97 source files to ..\build\WEB-INF\classes
RR>     [javac] ..\model\BaseCriteriaPeer.java:432: doSelect(versifi.model.Criteria) 
is already defined in versifi.model.BaseCriteriaPeer
RR>     [javac]     public static List doSelect(Criteria obj) throws TorqueException

RR> As you can see, two "doSelect" methods are created with similar signatures.   Here 
they are:

RR>  /** Method to do selects */
RR>  public static List doSelect(Criteria criteria) throws TorqueException
RR>  {
RR>      return populateObjects(doSelectVillageRecords(criteria));
RR>  }

RR> And


RR>  /** Method to do selects */
RR>  public static List doSelect(Criteria obj) throws TorqueException
RR>  {
RR>      return doSelect(buildCriteria(obj));
RR>  }

RR> Has anyone else had a problem like that?  Four or five other methods had the same 
problem.


RR> Rick Ross

RR>                   "Patriotism is the last refuge of the scoundrel"
 
RR>                                   - Samuel Johnson



Best regards
homburg Softwaretechnik
Sven Homburg
D-21220 Seevetal

http://www.hsofttec.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to