I just checked in support for ejbSelect statements. Here is a list of the tasks left to complete before we will have support for full CMP 2.0. 1. (Dain) Fix the table alias generation code in EJB-QL assembler. I am going to add a reserved word list to the cmp engine. This will be datasource specific. 2. (?) Implement a LEFT JOIN functionality, MySQL can use IS EMPTY operator. MySql doesn't support EXISTS, but does support LEFT JOIN. 3. (?) Document the engine and configuration from the user perspective. Example here will be very important. There are some advanced features we still need to implement, but we will be compliant with out them. 1. (Dain) Add error reporting to EJB-QL parser. Currently you usually get a the equivalent of a "Bad query" message. 2. (Oleg) Read ahead in CMP 2.0 code. 3. (?) Order by 4. (?) Better code verification. We are near completion. If you want to help with any of the items with question marks, please send me an email. -dain _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
