OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | medor List | Febuary 2005 Index

<--  Date Index  --> <--  Thread Index  -->

[ medor-Bugs-302571 ] Impossible to have a nest node with 2 projected fields


Bugs item #302571, was opened at 10/02/2005 14:40
You can respond by visiting: 
http://forge.objectweb.org/tracker/?func=detail&atid=100043&aid=302571&group_id=43

Category: MEDOR core
Group: bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Sebastien Chassande-Barrioz (chassand)
Assigned to: Alexandre Lefebvre (lefebval)
Summary: Impossible to have a nest node with 2 projected fields

Initial Comment:
My data model:
class Eployee { 
  long id; 
  float salary; 
  Department dept;
}
class Department {
  long id;
  String name;
}

My JDO query:
select this.dept.name, avg(this.salary)
from Employee this
groupby this.dept.name

The MEDOR querytree seems to be right but the optimization fails because "too
many children for this Nest node" from the Nest constructor (l82)



----------------------------------------------------------------------

You can respond by visiting: 
http://forge.objectweb.org/tracker/?func=detail&atid=100043&aid=302571&group_id=43



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.